delete https://app.ecwid.com/api/v3//orders//extraFields/
Delete a specific extra field in an order in an Ecwid store
Access scopes
Requires the following access scope: update_orders
Response
A JSON object with the following fields:
Field | Type | Description |
---|---|---|
deleteCount | number | The number of deleted extra fields (1 or 0 depending on whether the request was successful) |
Errors
Error response example:
HTTP/1.1 404 Not Found
Content-Type application/json; charset=utf-8
In case of error, Ecwid responds with an error HTTP status code and, optionally, JSON-formatted body containing error description.
HTTP codes
HTTP Status | Description |
---|---|
400 | Request parameters are malformed |
403 | Access token doesn't have update_orders scope |
404 | The order or extra field with the given number/key is not found |
500 | The delete request failed because of an error on the server |
Error response body (optional)
Field | Type | Description |
---|---|---|
errorMessage | string | Error message |