Get Orders

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

Request Params

KeyDatatypeRequiredDescription
limitstringSets the max number of documents to be returned by the request. Max. 100
pagestringAllows result iteration.
createdAt[from]stringFilters result by the set date until today.

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Content-Typestring

RESPONSES

status: OK

{"success":true,"orders":[{"id":"5","number":"5","marketPlaceId":null,"groupId":null,"name":null,"email":"fake@email.com","fulfillmentStatus":{"id":null,"status":null,"ecartapi":"unfulfilled","ecartapiId":"3","partiallAvailable":"false"},"currency":"USD","totals":{"subtotal":"100.00","total":"105.00","tax":null,"discount":null,"weight":null,"shipping":"5.00"},"taxesIncluded":null,"taxLines":[],"units":{"weight":null},"status":{"id":"15","status":null,"financial":null,"ecartapi":"authorized","ecartapiId":"7"},"locationId":null,"reference":null,"tags":[],"payment":{"method":"Cash On Delivery","status":"paid"},"customer":{"id":null,"email":"fake@email.com","phone":"8111111111","ecartapiUrl":null},"billingAddress":{"id":null,"firstName":"Daniela","lastName":"Zapata","dni":null,"address1":"Belisario Dominguez","address2":"Obispado","address3":null,"country":{"code":null,"name":"Mexico","codeIso2":null,"codeIso3":null},"state":{"code":null,"name":"Nuevo Leon","codeIso2":null,"codeIso3":null},"city":"Monterrey","postalCode":"64060","phone":"8111111111","email":null,"company":null,"references":null},"shippingMethod":"Flat Shipping Rate","shippingLabel":null,"shippingAddress":{"id":null,"firstName":"Daniela","lastName":"Zapata","dni":null,"address1":"Belisario Dominguez","address2":"Obispado","address3":null,"country":{"code":null,"name":"Mexico","codeIso2":null,"codeIso3":null},"state":{"code":null,"name":"Nuevo Leon","codeIso2":null,"codeIso3":null},"city":"Monterrey","postalCode":"64060","phone":null,"email":null,"company":null,"references":null},"items":[{"id":"14","variantId":"41","productId":"41","offerId":null,"sku":null,"fulfillment":{"quantity":null,"service":null,"status":null},"name":"iMac","upc":null,"requiresShipping":null,"quantity":"1","price":"100.00","discount":null,"associatedItems":[],"bundled":null,"tax":"0.00","taxable":null,"weight":null,"vendor":null,"imageUrl":null,"ecartapiUrl":null}],"packages":[],"meta":null,"dates":{"canceledAt":null,"closedAt":null,"createdAt":"2022-02-02 00:27:34","updatedAt":"2022-02-03 00:10:10","paidAt":null},"cancelReason":null,"note":"Testing","locations":[],"checkoutId":null,"partialFulfillment":null,"companyId":"0"},{"id":"4","number":"4","marketPlaceId":null,"groupId":null,"name":null,"email":"fake@email.com","fulfillmentStatus":{"id":null,"status":null,"ecartapi":"unfulfilled","ecartapiId":"3","partiallAvailable":"false"},"currency":"USD","totals":{"subtotal":"80.00","total":"85.00","tax":null,"discount":null,"weight":null,"shipping":"5.00"},"taxesIncluded":null,"taxLines":[],"units":{"weight":null},"status":{"id":"7","status":null,"financial":null,"ecartapi":"cancelled","ecartapiId":"4"},"locationId":null,"reference":null,"tags":[],"payment":{"method":"Cash On Delivery","status":"other"},"customer":{"id":null,"email":"fake@email.com","phone":"8111111111","ecartapiUrl":null},"billingAddress":{"id":null,"firstName":"Daniela","lastName":"Zapata","dni":null,"address1":"Belisario Dominguez","address2":"Obispado","address3":null,"country":{"code":null,"name":"Mexico","codeIso2":null,"codeIso3":null},"state":{"code":null,"name":"Nuevo Leon","codeIso2":null,"codeIso3":null},"city":"Monterrey","postalCode":"64060","phone":"8111111111","email":null,"company":null,"references":null},"shippingMethod":"Flat Shipping Rate","shippingLabel":null,"shippingAddress":{"id":null,"firstName":"Daniela","lastName":"Zapata","dni":null,"address1":"Belisario Dominguez","address2":"Obispado","address3":null,"country":{"code":null,"name":"Mexico","codeIso2":null,"codeIso3":null},"state":{"code":null,"name":"Nuevo Leon","codeIso2":null,"codeIso3":null},"city":"Monterrey","postalCode":"64060","phone":null,"email":null,"company":null,"references":null},"items":[{"id":"9","variantId":"30","productId":"30","offerId":null,"sku":null,"fulfillment":{"quantity":null,"service":null,"status":null},"name":"Canon EOS 5D","upc":null,"requiresShipping":null,"quantity":"1","price":"80.00","discount":null,"associatedItems":[],"bundled":null,"tax":"0.00","taxable":null,"weight":null,"vendor":null,"imageUrl":null,"ecartapiUrl":null}],"packages":[],"meta":null,"dates":{"canceledAt":null,"closedAt":null,"createdAt":"2021-12-30 22:22:06","updatedAt":"2022-02-02 00:11:23","paidAt":null},"cancelReason":null,"note":"tracking. number","locations":[],"checkoutId":null,"partialFulfillment":null,"companyId":"0"}]}