Logo
Ecartapi.com Public API Documentation

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:

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Authorization
string




RESPONSES

status OK

{ "success": true, "order": { "id": "4446508777649", "number": "#1007", "marketPlaceId": null, "groupId": null, "name": "#1007", "packsId": null, "email": "admin@fake.com", "fulfillmentStatus": { "id": null, "status": "fulfilled", "ecartapi": "fulfilled", "ecartapiId": "1", "partiallAvailable": "true" }, "currency": "MXN", "currencyExtension": "KRW", "discountsCoupon": [], "totals": { "subtotal": "81.02", "total": "81.02", "tax": "0.0", "discount": "0.0", "weight": "0.75", "shipping": null }, "totalsExtension": { "subtotal": "115000.0", "total": "115000.0", "tax": "0.0", "discount": "0.0", "shipping": null }, "taxesIncluded": "false", "taxLines": [], "units": { "weight": "kg" }, "status": { "id": null, "status": "open", "financial": "paid", "ecartapi": "paid", "ecartapiId": "1" }, "locationId": null, "reference": null, "tags": [], "payment": { "method": "bogus", "status": "paid" }, "customer": { "id": "5984488161457", "email": "admin@fake.com", "firstName": "Daniela", "lastName": "Zapata", "phone": null, "company": null, "ecartapiUrl": "https://api.ecartapi.com/api/v2/customers/5984488161457" }, "refunds": [], "billingAddress": { "id": "10176196477105", "firstName": "Daniela", "lastName": "Zapata", "dni": null, "address1": "2423 Nambusunhwan-ro, Seocho 3(sam)-dong", "address2": null, "address3": null, "country": { "code": "KR", "name": "South Korea", "codeIso2": "KR", "codeIso3": "KOR" }, "state": { "code": "KR-11", "name": "Seoul", "codeIso2": null, "codeIso3": null }, "city": "Seocho-gu", "postalCode": "06073", "phone": null, "email": null, "company": null, "references": null }, "shippingMethod": "Standard", "shippingOptionReference": null, "shippingLabel": null, "shippingAddress": { "id": "10176196477105", "firstName": "Daniela", "lastName": "Zapata", "dni": null, "address1": "2423 Nambusu
Curl
curl -X GET 'https://api.ecartapi.com/api/v2/orders/id' -H 'Authorization: access_token'

ENDPOINTS