Get a single order
GET https://api.ecartapi.com/api/v2/orders/{{id}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"success":true,"order":{"id":"99452108","number":"#11851","name":null,"email":"GINNA.HERNANDEZ@VARIV.COM","fulfillmentStatus":"fulfilled","subtotalPrice":"299.00","totalPrice":"398.00","totalTax":"0.00","totalDiscounts":"0.00","currency":"MXN","taxesIncluded":"false","totalWeight":null,"weightUnit":"oz","status":null,"locationId":null,"reference":null,"tags":[],"payment":{"method":null},"billingAddress":{"id":null,"firstName":"GEORGINA ","lastName":"HERNANDEZ FIERRO","email":null,"address1":"COLIMA 225 ","address2":"DEPTO 504","country":{"code":"MX","name":null},"state":{"code":"DF","name":null},"city":"DF","postalcode":"06700","phone":"0445580332605 ","company":null,"references":null},"shippingAddress":{"id":null,"firstName":"GEORGINA ","lastName":"HERNANDEZ FIERRO","email":"GINNA.HERNANDEZ@VARIV.COM","address1":"COLIMA 225 ","address2":"DEPTO 504","country":{"code":"MX","name":null},"state":{"code":"DF","name":null},"city":"DF","postalcode":"06700","phone":"0445580332605 ","company":null,"references":null},"products":[{"id":"290699469","variantId":null,"productId":"MAS-BLA-LAS-145","sku":"MAS-BLA-LAS-145","fulfillableQuantity":null,"fulfillmentService":null,"fulfillmentStatus":"fulfilled","name":"Lash Me","requiresShipping":null,"quantity":"1","price":"299.00","totalDiscount":null,"taxable":"false","vendor":null}],"cancelReason":null,"canceledAt":null,"closedAt":null,"createdAt":"2019-07-01 14:39:54","updatedAt":"2019-07-05 17:33:01","note":null}}