podmall.mall.order.shipping.updateconfig/api/podmall/mall/order/update.shipping.json1。{
"orderNo": "string",
"addressId": 0,
"countryCode": "string",
"country": "string",
"stateCode": "string",
"state": "string",
"city": "string",
"cityCode": "string",
"district": "string",
"districtCode": "string",
"addressLine1": "string",
"addressLine2": "string",
"addressLine3": "string",
"zipcode": "string",
"phone": "string",
"email": "string",
"firstName": "string",
"lastName": "string",
"autoSave": true,
"isSelfCollect": "n",
"collectMan": "string",
"collectPhone": "string"
}curl --location '/v4/gateway/podmall.mall.order.shipping.update' \
--header 'Access-Token-Type;' \
--header 'Access-Token-Type: JWT' \
--header 'Locale;' \
--header 'X-Tenant-Key;' \
--header 'Appkey: 1000' \
--header 'Content-Type: application/json' \
--data '{
"orderNo": "string",
"addressId": 0,
"countryCode": "string",
"country": "string",
"stateCode": "string",
"state": "string",
"city": "string",
"cityCode": "string",
"district": "string",
"districtCode": "string",
"addressLine1": "string",
"addressLine2": "string",
"addressLine3": "string",
"zipcode": "string",
"phone": "string",
"email": "string",
"firstName": "string",
"lastName": "string",
"autoSave": true,
"isSelfCollect": "n",
"collectMan": "string",
"collectPhone": "string"
}'{
"status": 0,
"success": true,
"data": true
}