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
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 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},"items":[{"id":"11436893962417","variantId":"41293246628017","productId":"7096605671601","offerId":null,"inventoryId":"43384579915953","sku":"SKU002","fulfillment":{"quantity":null,"service":"Manual","status":"fulfilled"},"name":"API testing Product","upc":null,"requiresShipping":"true","quantity":"1","currentQuantity":"1","price":"100.0","discount":"0.0","associatedItems":[],"bundled":"false","tax":null,"taxable":"true","weight":"1.00","vendor":"ecart-test1","imageUrl":null,"ecartapiUrl":"https://api.ecartapi.com/api/v2/products/7096605671601"}],"packages":[],"meta":null,"dates":{"deliveredAt":null,"canceledAt":null,"closedAt":null,"createdAt":"2022-04-11T23:24:43Z","updatedAt":"2022-04-29T15:37:15Z","paidAt":"2022-04-11T23:24:42Z"},"cancelReason":null,"note":null,"locations":[],"localizationExtensions":[{"key":"SHIPPING_CREDENTIAL_KR","title":"Personal Customs Code","purpose":"SHIPPING","value":"TESTPCC","country":{"code":"KR","codeIso2":"KR","codeIso3":"KOR","name":"Korea (Republic of)"}}],"checkoutId":null}}