Get all orders

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

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{"success":true,"orders":[{"id":"100000001","number":"1","name":"1","fulfillmentStatus":null,"subtotalPrice":"100.0000","totalPrice":"105.0000","totalTax":"0.0000","totalDiscounts":"0.0000","currency":"USD","taxesIncluded":"false","totalWeight":"1.0000","weightUnit":"kg","status":"pending","locationId":null,"reference":null,"tags":null,"billingAddress":null,"shippingAddress":null,"products":[],"cancelReason":null,"canceledAt":null,"closedAt":null,"createdAt":"2019-01-07 19:51:51","updatedAt":"2019-01-07 19:51:51"}]}