Get a single order
GET https://api.ecartapi.com/api/v2/orders/{{id}}
Searches for a selected order and shows the detailed information.
Important information:
Params:
draft ( Boolean )
-
Returns only draft order.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
draft | boolean | This parameter is required when consulting an individual draft order |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"success":true,"order":{"id":"5173299642623","number":"#1044","marketPlaceId":null,"groupId":null,"name":"#1044","packsId":null,"email":null,"fulfillmentStatus":{"id":null,"status":"unfulfilled","ecartapi":"unfulfilled","ecartapiId":"3","partiallAvailable":"true"},"currency":"MXN","discountsCoupon":[],"totals":{"subtotal":"50.0","total":"58.0","tax":"8.0","discount":"0.0","weight":"0.00","shipping":null},"taxesIncluded":"false","taxLines":[{"ratePrecentage":"16","title":"VAT","tax":"8.0"}],"units":{"weight":"kg"},"status":{"id":null,"status":"open","financial":"paid","ecartapi":"paid","ecartapiId":"1"},"locationId":"65739555071","reference":null,"tags":[],"payment":{"method":"manual","status":"paid","ecartapi":null},"customer":{},"refunds":[],"billingAddress":{},"logistic":{"mode":null,"type":null,"free":"false","direction":null},"shippingMethod":null,"shippingOptionReference":null,"shippingLabel":null,"shippingAddress":{},"items":[{"id":"13027140436223","variantId":"43894576742655","productId":"7991848665343","offerId":null,"inventoryId":"45991064043775","sku":null,"fulfillment":{"quantity":"1","service":"Manual","status":"unfulfilled"},"name":"Nice Shirt_Modified_FromWoocommerce","upc":null,"requiresShipping":"true","quantity":"1","currentQuantity":"1","price":"50.0","discount":null,"associatedItems":[],"bundled":"false","tax":null,"taxable":"true","weight":"0.00","vendor":"Apple","imageUrl":null,"ecartapiUrl":"http://localhost:3000/api/v2/products/7991848665343"}],"packages":[],"meta":null,"dates":{"deliveredAt":null,"canceledAt":null,"closedAt":null,"createdAt":"2023-04-12T16:53:05Z","updatedAt":"2023-04-19T18:37:00Z","paidAt":"2023-04-12T16:53:04Z"},"cancelReason":null,"note":"Test note","locations":[{"id":"65739555071","fulfillmentOrderId":"6257630150911","locationName":"Vasconcelos 1400","status":"OPEN","address1":"Vasconcelos 1400","address2":null,"country":{"code":"MX","name":"Mexico","codeIso2":"MX","codeIso3":"MEX"},"state":{"code":"NL","name":"Nuevo León","codeIso2":null,"codeIso3":null},"city":"San Pedro","postalCode":"66236","phone":null,"company":null,"references":null,"productIds":["13027140436223"],"default":"true"}],"localizationExtensions":[],"checkoutId":null,"fraudRisk":null,"events":[{"type":"CommentEvent","content":"test comment","createdAt":"2023-04-19T18:40:59Z"}]}}