Orders
POST https://api.ecartapi.com/api/v2/orders
Request Body
{"order"=>{"status"=>{"status"=>"Pending Payment"}, "fulfillmentStatus"=>"requested", "customer"=>{"id"=>"2951128", "firstName"=>"Alton", "lastName"=>"John", "email"=>"customer1@fakeit.com", "phone"=>"8111111111"}, "shippingAddress"=>{"firstName"=>"Elton", "lastName"=>"John", "address1"=>"Tha street", "city"=>"Monterrey", "postalCode"=>"46060", "country"=>{"code"=>"MX"}, "state"=>{"code"=>"19"}}, "billingAddress"=>{"firstName"=>"Elton", "lastName"=>"John", "address1"=>"Tha street", "city"=>"Monterrey", "postalCode"=>"46060", "country"=>{"code"=>"MX"}, "state"=>{"code"=>"19"}}, "items"=>[{"productId"=>"7338343", "variantId"=>"11724926", "sku"=>"M567JJ", "name"=>"Complex sneakers (Size: m)", "quantity"=>"1", "price"=>"57", "tax"=>"0", "discount"=>"0"}]}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Authorization | string |
RESPONSES
status: OK
{"success":true,"order":{"id":"1007","number":"1007","marketPlaceId":null,"name":null,"email":"customer1@fakeit.com","fulfillmentStatus":{"id":null,"status":"Sin Despachar","ecartapi":"unfulfilled","ecartapiId":"3","partiallAvailable":"false"},"currency":"MXN","totals":{"subtotal":"57","total":"57","tax":null,"discount":null,"weight":null},"taxesIncluded":"false","units":{"weight":"kg","width":"cm","length":"cm","height":"cm"},"status":{"id":null,"status":"Pending Payment","financial":"Pending Payment","ecartapi":"other","ecartapiId":"5"},"locationId":null,"reference":null,"tags":null,"payment":null,"customer":{"id":"2951128","email":"customer1@fakeit.com","firstName":null,"lastName":null,"phone":"8111111111","ecartapiUrl":"https://api.ecartapi.com/api/v2/customers/2951128"},"billingAddress":{},"shippingMethod":null,"shippingAddress":{},"items":[{"id":"7338343","variantId":"11724926","productId":"7338343","sku":"M567JJ","fulfillment":{"quantity":null,"service":null,"status":null},"name":"Complex sneakers (Size: m)","requiresShipping":null,"quantity":"1","price":"57","discount":null,"tax":null,"taxable":"true","vendor":null,"imageUrl":null,"ecartapiUrl":"https://api.ecartapi.com/api/v2/products/7338343"}],"meta":null,"dates":{"canceledAt":null,"closedAt":null,"createdAt":"2020-10-23 18:03:38 UTC","updatedAt":null},"cancelReason":null,"note":null,"checkoutId":null}}