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

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{"success":true,"order":{"id":"1001","number":"1001","marketPlaceId":null,"name":null,"email":"admin@fake.com","fulfillmentStatus":{"id":null,"status":"Sin Despachar","ecartapi":"unfulfilled","ecartapiId":"3","partiallAvailable":"false"},"currency":"MXN","totals":{"subtotal":"100","total":"100","tax":null,"discount":null,"weight":null},"taxesIncluded":"false","units":{"weight":"kg","width":"cm","length":"cm","height":"cm"},"status":{"id":null,"status":"Paid","financial":"Paid","ecartapi":"other","ecartapiId":"5"},"locationId":null,"reference":null,"tags":null,"payment":null,"customer":{"id":"2944520","email":"admin@fake.com","firstName":null,"lastName":null,"phone":null,"ecartapiUrl":"localhost:3000/api/v2/customers/2944520"},"billingAddress":{"id":null,"firstName":"Daniela","lastName":"Zapata","address1":null,"address2":null,"country":{"code":"MX","name":"Mexico","codeIso2":"MX","codeIso3":"MEX"},"state":{"code":null,"name":"Nuevo León","codeIso2":null,"codeIso3":null},"city":"Mexico","postalCode":"46060","phone":null,"company":null,"references":null},"shippingMethod":null,"shippingAddress":{"id":null,"firstName":"Daniela","lastName":"Zapata","address1":null,"address2":null,"country":{"code":"MX","name":"Mexico","codeIso2":"MX","codeIso3":"MEX"},"state":{"code":null,"name":"Nuevo León","codeIso2":null,"codeIso3":null},"city":"Mexico","postalCode":"46060","phone":null,"company":null,"references":null},"items":[{"id":"7338326","variantId":null,"productId":"7338326","sku":"123Ref","fulfillment":{"quantity":null,"service":null,"status":null},"name":"simplicty shirt","requiresShipping":null,"quantity":"1","price":"15","discount":null,"tax":null,"taxable":"true","vendor":null,"imageUrl":null,"ecartapiUrl":"localhost:3000/api/v2/products/undefined"},{"id":"7338542","variantId":"11724957","productId":"7338542","sku":"MY890","fulfillment":{"quantity":null,"service":null,"status":null},"name":"Color sneakr (Size: m, Color: yellow)","requiresShipping":null,"quantity":"1","price":"85","discount":null,"tax":null,"taxable":"true","vendor":null,"imageUrl":null,"ecartapiUrl":"localhost:3000/api/v2/products/undefined"}],"meta":null,"dates":{"canceledAt":null,"closedAt":null,"createdAt":"2020-10-14 18:59:55 UTC","updatedAt":null},"cancelReason":null,"note":null,"checkoutId":null}}