EU Withdrawal Status
Tells you whether the store offers the EU right-of-withdrawal form on the current channel. Check it before showing the withdrawal option on orders.
Endpoint
GET /api/shop/eu-withdrawal-statusAuthentication
Public — send the storefront key. No customer token is needed. See the Authentication page.
Response Fields
| Field | Type | Description |
|---|---|---|
id | string | Channel code. |
channel | string | Channel the setting was read for. |
enabled | boolean | true when customers can file a withdrawal. The setting is per channel, so read it for the channel the customer is shopping. |
Status Codes
| Status | Meaning |
|---|---|
200 OK | The EU withdrawal setting of the current channel. |
401 Unauthorized | Missing or invalid storefront key. |

