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:
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"success":true,"order":{"id":"100000001","number":"1","name":"1","fulfillmentStatus":null,"subtotalPrice":"100.0000","totalPrice":"105.0000","totalTax":"0.0000","totalDiscounts":"0.0000","currency":"USD","taxesIncluded":"false","totalWeight":"1.0000","weightUnit":"kg","status":"pending","locationId":null,"reference":null,"tags":null,"payment":null,"billingAddress":{"id":"1","firstName":"Raymundo","lastName":"Salazar","address1":"Melchor Ocampo 326\nLos Cristales","address2":null,"country":{"code":"MX","name":null},"state":{"code":null,"name":"Nuevo León"},"city":"Guadalupe","postalcode":"67117","phone":"8120736906","company":null,"references":null},"shippingAddress":{"id":"2","firstName":"Raymundo","lastName":"Salazar","address1":"Melchor Ocampo 326\nLos Cristales","address2":null,"country":{"code":"MX","name":null},"state":{"code":null,"name":"Nuevo León"},"city":"Guadalupe","postalcode":"67117","phone":"8120736906","company":null,"references":null},"products":[{"id":"1","variantId":null,"sku":"1234","fulfillableQuantity":null,"fulfillmentService":null,"fulfillmentStatus":null,"name":"T-Shirt","requiresShipping":null,"quantity":"1.0000","price":"100.0000","totalDiscount":"0.0000","taxable":"false","vendor":null}],"cancelReason":null,"canceledAt":null,"closedAt":null,"createdAt":"2019-01-07 19:51:51","updatedAt":"2019-01-07 19:51:51"}}