Get all orders

GET https://api.ecartapi.com/api/v2/orders

Request Params

KeyDatatypeRequiredDescription
idsstring
limitstring
pagenumber
searchstring
createdAt[from]string
createdAt[to]string
updatedAt[from]string
updatedAt[to]string

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{"success":true,"orders":[{"id":"FMGQC","number":"272861089","marketPlaceId":null,"groupId":null,"name":null,"email":"enrique.carreon@ecart.com","fulfillmentStatus":{"id":null,"status":"AWAITING_PROCESSING","ecartapi":"unfulfilled","ecartapiId":"3","partiallAvailable":"false"},"currency":"MXN","totals":"40.95","taxesIncluded":null,"taxLines":null,"units":{"weight":null},"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 19:57:18 +0000","paidAt":null},"cancelReason":null,"note":null,"checkoutId":null}]}