Logo
Ecartapi.com Public API Documentation

Cancel Order

POST https://api.ecartapi.com/api/v2/orders/{{id}}/cancel

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Authorization
string




RESPONSES

status OK

{ "success": true, "products": [ { "id": "3273617637476", "sku": "", "name": "Burton Custom Freestyle 151", "description": "<strong>Good snowboard!</strong>", "vendor": "Burton", "productType": "Snowboard", "createdAt": "2019-04-08T12:04:37-04:00", "updatedAt": "2019-04-08T12:04:38-04:00", "tags": [ "\"Big Air\"", " Barnes & Noble", " John's Fav" ], "visibility": "web", "active": "true", "variants": [ { "id": "26432842956900", "productId": "3273617637476", "name": "Default Title", "price": "0.00", "sku": null, "fulfillmentService": "manual", "createdAt": "2019-04-08T12:04:37-04:00", "updatedAt": "2019-04-08T12:04:37-04:00", "weight": null, "weightUnit": "kg", "inventoryItemId": "27477422211172", "inventoryQuantity": null, "requireShipping": "true" } ], "images": [], "imageUrl": null, "link": null }, { "id": "3361060192356", "sku": "", "name": "Burton Custom Freestyle 151", "description": "<strong>Good snowboard!</strong>", "vendor": "Burton", "productType": "Snowboard", "createdAt": "2019-04-22T15:04:34-04:00", "updatedAt": "2019-04-22T15:04:34-04:00", "tags": [ "\"Big Air\"", " Barnes & Noble", " John's Fav" ], "visibility": "web", "active": "true", "variants": [ { "id": "26756554817636", "productId": "3361060192356", "name": "Default Title", "price": "0.00", "sku": null, "fulfillmentService": "manual", "createdAt": "2019-04-22T15:04:34-04:00", "updatedAt": "2019-04-22T15:04:34-04:00", "weight": null, "weightUnit": "kg", "inventoryItemId": "27836179873892", "inventoryQuantity": null, "requireShipping": "true" } ], "images": [], "imageUrl": null, "link": null }, { "id": "1537332117604", "sku": "", "name": "iMac", "description": null, "vendor": "Pruebas Unitarias", "productType": null, "createdAt": "2018-11-27T12:29:59-05:00", "updatedAt": "2019-04-24T12:20:55-04:00", "tags": null, "visibility": "web", "active": "true", "variants": [ { "id": "14528100827236",
Curl
curl -X POST 'https://api.ecartapi.com/api/v2/orders/id/cancel' -H 'Authorization: eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzcHJPZVlGWXpGalpmTG9jcnBETllNcllXSEhDbjZ2dSIsImlhdCI6MTU2MzkwNDA0MTQxNn0.gguMecq9g1GpL-Hdr_XlraYjnzpSUMb5mRqHxqMjcI4dnHhYtJY3TqozO-HxdLM5-475kn7bQIEosXQ8PSzApQ'

ENDPOINTS