order
PUT https://api.ecartapi.com/api/v2/orders/{{id}}
Request Body
{"order"=>{"note"=>"Description", "status"=>{"status"=>"Draft"}, "customer"=>{"id"=>"0013k00002g1RSZAA2"}, "billingAddress"=>{"city"=>"Monterrey", "state"=>{"name"=>"Nuevo León"}, "address1"=>"Belisario Domínguez", "country"=>{"name"=>"México"}, "postalCode"=>"64000"}, "shippingAddress"=>{"city"=>"Monterrey", "state"=>{"name"=>"Nuevo León"}, "address1"=>"Belisario Domínguez", "country"=>{"name"=>"México"}, "postalCode"=>"64000"}, "dates"=>{"effectiveAt"=>"2020-01-14"}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |