v1
latestOpenAPI 3.1.02026-07-24920300.7 KBChange Shipping Address
Changes the shipping address associated with an order.
patch/orders/{order_id}/change_shipping/
Path parameters
order_idstring required
Unique order ID
Request body
Response
200
Example response
{
"merchant": "ac4f7938383a11e89ecbbc764e1107f2",
"customer": "00026001",
"payment": "070001bc02fd11e99542bc764e1043b0",
"shipping_address": "66c25cd0564011e9abc5bc764e107990",
"public_id": "c4e05d04ccc411e8ada3bc764e101db1",
"sub_total": "22.90",
"tax_total": "0.00",
"shipping_total": "5.99",
"discount_total": "21.08",
"total": "28.89",
"created": "2018-10-10 14:43:32",
"place": "2019-06-06 12:08:37",
"cancelled": "2019-04-05 12:13:32",
"tries": 1,
"status": 1,
"type": 1
}