Integrations / Shopify callback customers redact
Route: /api/sys/v{version:apiVersion}/integrations/shopify_callback_customers_redact
Method: POST
Authorisation: No authentication needed
Request Arguments
Name | Type | Source |
---|---|---|
input | DTO_shopify_callback_customers_redact | Body |
Request body example
Response object
Response status: 200 (OK)
Response type: DTO_acknowledgement
Wrapper: DTO_response_wrap
Other response statuses: 400 (BadRequest), 403 (Forbidden)
Response body example
DTO_shopify_callback_customers_redact
Name | Type | ReadOnly | Description |
---|---|---|---|
shop_id | Int64 | Shop id | |
shop_domain | String | Shop domain | |
customer | DTO_shopify_callback_customer | Customer | |
orders_to_redact | Int64[] | Orders to redact |
DTO_acknowledgement
Name | Type | ReadOnly | Description |
---|---|---|---|
message | String | Message |
DTO_shopify_callback_customer
Name | Type | ReadOnly | Description |
---|---|---|---|
id | Int64 | Id | |
String | |||
phone | String | Phone |