Get order
GET {{fulfillment_client_url}}/client/order/detail/1
Get the information of a single order, incuding the data from the ecommerce.
- number, costumer, billingAdress, shippingAdress and items are information from ecart
RESPONSES
status: OK
{"shopId":1,"ecartId":"2349834731659","identifier":"5678qwert","ecommerceStatus":null,"fulfillmentStatus":"CREATED","total":85,"active":1,"trackingNumber":null,"trackingUrl":null,"createdAt":"27-07-2020 14:35:46","token":"eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJocEVIRVpUUXVSNklvR3dlb3QxekZlVzVaNldURU43NSIsImlhdCI6MTU4MDMzODk0NDA3Nn0.rCjWlFUrfV50CYhFsjpGKcDmnHKlfn-t6AV_68SPggF32bN-VEmjg6Y1phpQ_8UFjJi75H3YayGN9kiB3n5uqA","comments":[{"comment":null,"author":null,"date":null}],"number":"1059","customer":{"id":"3513137332363","email":null,"firstName":"Marcelo","lastName":"Gomez","phone":"+528180161135","ecartapiUrl":"https://api.ecartapi.com/api/v2/customers/3513137332363"},"billingAddress":{"id":null,"firstName":"Marcelo","lastName":"Gomez","address1":"Vasconcelos","address2":"1400","country":{"code":"MX","name":"Mexico","codeIso2":null,"codeIso3":null},"state":{"code":"NL","name":"Nuevo León","codeIso2":null,"codeIso3":null},"city":"Monterrey","postalCode":"66236","phone":"8180161135","company":"Option","references":null},"shippingAddress":{"id":null,"firstName":"Marcelo","lastName":"Gomez","address1":"Vasconcelos","address2":"1400","country":{"code":"MX","name":"Mexico","codeIso2":null,"codeIso3":null},"state":{"code":"NL","name":"Nuevo León","codeIso2":null,"codeIso3":null},"city":"Monterrey","postalCode":"66236","phone":"8180161135","company":"Option","references":null},"items":[{"id":"5016685281419","variantId":"33881076596875","productId":"4929051295883","sku":"9091","fulfillment":{"quantity":"5","service":"manual","status":null},"name":"sTREET - M","requiresShipping":"true","quantity":"5","price":"100.00","discount":"0.00","tax":null,"taxable":"true","vendor":"ecart2","imageUrl":"https://cdn.shopify.com/s/files/1/0321/4291/7771/products/97210331_161778265315033_1518324664881905664_n.png?v=1591053453","ecartapiUrl":"https://api.ecartapi.com/api/v2/products/4929051295883","status":"PENDING","receivedQuantity":0},{"id":"5016685314187","variantId":"33881076564107","productId":"4929051295883","sku":"9090","fulfillment":{"quantity":"5","service":"manual","status":null},"name":"sTREET - S","requiresShipping":"true","quantity":"5","price":"100.00","discount":"0.00","tax":null,"taxable":"true","vendor":"ecart2","imageUrl":"https://cdn.shopify.com/s/files/1/0321/4291/7771/products/97210331_161778265315033_1518324664881905664_n.png?v=1591053453","ecartapiUrl":"https://api.ecartapi.com/api/v2/products/4929051295883","status":"PENDING","receivedQuantity":0}]}