Get single order

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

Returns the information of a single order.

Important information:

  • The order's ID must exist

More information about the ecommerce's resource.

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Authorizationstring

RESPONSES

status: OK

{"success":true,"order":{"id":"122","number":"122","marketPlaceId":null,"groupId":null,"name":null,"packsId":null,"email":"enrique.carreon@ecart.com","fulfillmentStatus":{"id":null,"status":"Awaiting Payment","ecartapi":"unfulfilled","ecartapiId":"3","partiallAvailable":"true"},"currency":"MXN","currencyExtension":null,"discountsCoupon":{"type":null,"codeCupon":null,"discount":null,"discountAmount":null},"totals":{"subtotal":"232.00","discount":0,"shipping":null,"otherFees":null,"tax":"73.09","weight":null,"total":"529.89"},"dimensions":{"width":null,"height":null,"length":null},"totalsExtension":{"subtotal":null,"discount":null,"shipping":null,"tax":null,"total":null},"taxesIncluded":"true","taxLines":[],"units":{"weight":null},"status":{"id":"7","status":"Awaiting Payment","financial":null,"ecartapi":"pending","ecartapiId":"2"},"locationId":null,"reference":null,"tags":[],"payment":{"method":"Pagar en la tienda","status":"pending","ecartapi":"2"},"customer":{"id":"0","email":"enrique.carreon@ecart.com","firstName":"Enrique","lastName":"Carreon","phone":"8180762604","identificationNumber":null,"company":null,"ecartapiUrl":"http://localhost:3000/api/v2/customers/0"},"refunds":[],"billingAddress":{"id":null,"firstName":"Enrique","lastName":"Carreon","dni":null,"identificationNumber":null,"address1":"Belisario Dominguez, Obispado","address2":"Obispado","interiorNumber":null,"address3":null,"country":{"code":"MX","name":"Mexico","codeIso2":"MX","codeIso3":"MEX"},"state":{"code":"NL","name":"Nuevo León","codeIso2":null,"codeIso3":null},"city":"Escobedo","postalCode":"66056","phone":"8180762604","email":"enrique.carreon@ecart.com","company":"Tendencys","references":null,"latitude":null,"longitude":null},"logistic":{"mode":null,"type":null,"free":"false","direction":null,"serviceId":null},"shippingMethod":"DHL Express Domestic","shippingOptionReference":null,"shippingLabel":null,"documents":{"shippingLabels":[]},"shippingAddress":{"id":"25","firstName":"Enrique","lastName":"Carreon","dni":null,"identificationNumber":null,"address1":"Belisario Dominguez, Obispado","address2":"Obispado","interiorNumber":null,"address3":null,"country":{"code":"MX","name":"Mexico","codeIso2":"MX","codeIso3":"MEX"},"state":{"code":"NL","name":"Nuevo León","codeIso2":null,"codeIso3":null},"city":"Escobedo","postalCode":"66056","phone":"8180762604","email":"enrique.carreon@ecart.com","company":"Tendencys","references":null,"latitude":null,"longitude":null},"items":[{"id":"37","variantId":null,"productId":"112","offerId":null,"inventoryId":null,"sku":"TEST-123","productType":null,"fulfillment":{"quantity":"2","service":null,"status":"unfulfilled"},"name":"Test Product","upc":null,"requiresShipping":null,"quantity":"2","currentQuantity":null,"price":"116.0000","priceExtension":null,"discount":null,"discountExtension":null,"associatedItems":[],"bundled":null,"tax":"16.0000","taxable":"true","weight":"1.0000","length":null,"width":null,"height":null,"units":{"weight":null,"length":null,"width":null,"height":null},"vendor":null,"imageUrl":"https://cdn11.bigcommerce.com/s-3hewpxibj8/products/112/images/377/logo-negro_400__18027.1663265588.386.513.png?c=1","ecartapiUrl":"http://localhost:3000/api/v2/products/112","fulfillmentService":null}],"packages":[],"meta":null,"dates":{"estimatedDeliveryIn":null,"deliveredAt":null,"canceledAt":null,"closedAt":null,"createdAt":"2024-09-03T19:35:14.000Z","updatedAt":"2024-09-03T19:35:14.000Z","paidAt":null},"cancelReason":null,"note":null,"locations":[],"localizationExtensions":[{"key":"Personal Customs Code","title":"Personal Customs Code","value":null,"country":{"code":"MX","codeIso2":"MX","codeIso3":"MEX","name":"Mexico"}}],"checkoutId":null,"fraudRisk":null,"events":[]}}