{ "orderId": "string", "warehouseName": "string", "warehouseAddress": "string" }
curl --location --request POST '/v2/taobao/order/updateWarehouse' \ --header 'access-key;' \ --header 'timestamp;' \ --header 'user-id;' \ --header 'signature;' \ --header 'Content-Type: application/json' \ --data-raw '{ "orderId": "string", "warehouseName": "string", "warehouseAddress": "string" }'
{ "requestId": "", "code": 0, "developId": 0, "msg": "", "data": false }