Get a single order

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

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{"success":true,"order":{"id":"FMGQC","number":"272861089","marketPlaceId":null,"groupId":null,"name":null,"email":"enrique.carreon@ecart.com","fulfillmentStatus":{"id":null,"status":"SHIPPED","ecartapi":"fulfilled","ecartapiId":"1","partiallAvailable":"false"},"currency":"MXN","totals":"40.95","taxesIncluded":null,"taxLines":null,"units":{"weight":"KILOGRAM"},"status":{"id":null,"status":"AWAITING_PAYMENT","financial":"other","ecartapi":"other","ecartapiId":"5"},"locationId":null,"reference":null,"tags":null,"payment":{"method":"Pago en efectivo","status":"pending"},"customer":160080571,"billingAddress":{},"shippingMethod":null,"shippingAddress":{},"items":[null],"packages":null,"meta":null,"dates":{"canceledAt":null,"closedAt":null,"createdAt":"2021-07-13 19:57:15 +0000","updatedAt":"2021-07-13 22:05:41 +0000","paidAt":null},"cancelReason":null,"note":null,"checkoutId":null}}