Get all orders
GET https://api.ecartapi.com/api/v2/orders
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | string | Sets max quantity of documents to be returned by the request. Max. 150 | |
page | string | Allows iteration throught results returned by the request |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"success":true,"orders":[{"id":"1003","number":"1003","marketPlaceId":null,"name":null,"email":"customer1@fakeit.com","fulfillmentStatus":{"id":null,"status":"Entregado","ecartapi":"fulfilled","ecartapiId":"1","partiallAvailable":"false"},"currency":"MXN","totals":{"subtotal":"57","total":"57","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":"2951128","email":"customer1@fakeit.com","firstName":null,"lastName":null,"phone":"8111111111","ecartapiUrl":"localhost:3000/api/v2/customers/2951128"},"billingAddress":{},"shippingMethod":null,"shippingAddress":{},"items":[{"id":"7338343","variantId":"11724926","productId":"7338343","sku":"M567JJ","fulfillment":{"quantity":null,"service":null,"status":null},"name":"Complex sneakers (Size: m)","requiresShipping":null,"quantity":"1","price":"57","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-16 17:37:37 UTC","updatedAt":null},"cancelReason":null,"note":null,"checkoutId":null},{"id":"1002","number":"1002","marketPlaceId":null,"name":null,"email":"admin@fake.com","fulfillmentStatus":{"id":null,"status":"Sin Despachar","ecartapi":"unfulfilled","ecartapiId":"3","partiallAvailable":"false"},"currency":"MXN","totals":{"subtotal":"57","total":"57","tax":null,"discount":null,"weight":null},"taxesIncluded":"false","units":{"weight":"kg","width":"cm","length":"cm","height":"cm"},"status":{"id":null,"status":"Abandoned","financial":"Abandoned","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":"66450","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":"66450","phone":null,"company":null,"references":null},"items":[{"id":"7338343","variantId":"11724926","productId":"7338343","sku":"M567JJ","fulfillment":{"quantity":null,"service":null,"status":null},"name":"Complex sneakers (Size: m)","requiresShipping":null,"quantity":"1","price":"57","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 19:03:17 UTC","updatedAt":null},"cancelReason":null,"note":null,"checkoutId":null},{"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}]}