Get a single order

GET https://api.ecartapi.com/api/v2/orders/{{id}}

Searches for a selected order and shows the detailed information.

Important information:

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{"success":true,"order":{"id":"1021940007012","number":"8","name":"#1008","fulfillmentStatus":"fulfilled","subtotalPrice":"30000.00","totalPrice":"30000.00","totalTax":"0.00","totalDiscounts":"0.00","currency":"MXN","taxesIncluded":"false","totalWeight":null,"weightUnit":"g","status":"paid","locationId":null,"reference":null,"tags":null,"payment":null,"billingAddress":{"id":null,"firstName":"John","lastName":"Smith","address1":"123 Fake Street","address2":null,"country":{"code":"CA","name":"Canada"},"state":{"code":"ON","name":"Ontario"},"city":"Fakecity","postalcode":"K2P 1L4","phone":"555-555-5555","company":null,"references":null},"shippingAddress":{"id":null,"firstName":"Jane","lastName":"Smith","address1":"123 Fake Street","address2":null,"country":{"code":"CA","name":"Canada"},"state":{"code":"ON","name":"Ontario"},"city":"Fakecity","postalcode":"K2P 1L4","phone":"777-777-7777","company":null,"references":null},"products":[{"id":"2243883958372","variantId":"14528100827236","sku":null,"fulfillableQuantity":null,"fulfillmentService":"manual","fulfillmentStatus":"fulfilled","name":"iMac","requiresShipping":"true","quantity":"1","price":"30000.00","totalDiscount":"0.00","taxable":"true","vendor":"Pruebas Unitarias"}],"cancelReason":null,"canceledAt":null,"closedAt":null,"createdAt":"2019-04-09T16:30:28-04:00","updatedAt":"2019-05-23T15:57:13-04:00","note":null}}