Skip to main content

Anonymize Orders

POST 

https://useast.api.elasticpath.com/v2/orders/anonymize

You can anonymize an order when it is fulfilled, canceled, or fully refunded.

When anonymization is successful, Personal Identifiable Information such as customer details, shipping_address, and billing_address are replaced with *.

Request

Responses

OK

Authorization: http

name: bearerAuthtype: httpscheme: bearer

Request Collapse all
Base URL
https://useast.api.elasticpath.com
Auth
Body
{
  "data": {
    "order_ids": [
      "string"
    ]
  }
}
ResponseClear

Click the Send API Request button above and see the response here!