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":"1","number":"1","name":"1","fulfillmentStatus":null,"subtotalPrice":"61.8","totalPrice":"61.8","totalTax":"2","totalDiscounts":"0.000000","currency":"USD","taxesIncluded":"false","totalWeight":null,"weightUnit":"kg","status":"6","locationId":null,"reference":"XKBKNABJK","tags":null,"billingAddress":{"id":"4","firstName":"John","lastName":"DOE","address1":"16, Main street","address2":"2nd floor","country":"United States","countryCode":"US","state":null,"stateCode":null,"city":"Miami","postalcode":"33133","phone":"0102030405","company":"My Company","references":null},"shippingAddress":{"id":"4","firstName":"John","lastName":"DOE","address1":"16, Main street","address2":"2nd floor","country":"United States","countryCode":"US","state":null,"stateCode":null,"city":"Miami","postalcode":"33133","phone":"0102030405","company":"My Company","references":null},"products":[{"id":"1","variantId":null,"sku":null,"fulfillableQuantity":null,"fulfillmentService":null,"fulfillmentStatus":null,"name":"Hummingbird printed t-shirt - Color : White, Size : S","requiresShipping":null,"quantity":"1","price":"23.900000","totalDiscount":null,"taxable":"true","vendor":null},{"id":"2","variantId":null,"sku":null,"fulfillableQuantity":null,"fulfillmentService":null,"fulfillmentStatus":null,"name":"Hummingbird printed sweater - Color : White, Size : S","requiresShipping":null,"quantity":"1","price":"35.900000","totalDiscount":null,"taxable":"true","vendor":null}],"cancelReason":null,"canceledAt":null,"closedAt":null,"createdAt":"2019-01-11 18:11:35","updatedAt":"2019-04-10 11:07:06"}}