- Taobao
- goods
- order form
- shopping cart
- After sales
- Message callback
- 1688
- Goods
- 1688 commodity details inquiry
- 1688 Product keyword query
- 1688 Product image search
- 1688 multilingual store search
- Query multilingual categories according to category ID
- Product recommendation
- Related product recommendation
- Global strictly selected keyword query
- 1688 Strictly select keyword query
- Hot list query
- shopping cart
- order form
- Developers submit 1688 orders for payment in batch
- Preview data interface before order creation (different merchants)
- Create order interface in batch (different merchants)
- Obtain logistics tracking information
- Order List
- Preview data interface before creating an order
- Create Order Interface
- Cancel order interface before payment
- Order payment
- Buyer confirms receipt
- 1688 conversion and decryption to Wangwang nickname interface
- After sales
- Message callback
- basis
- Warehouse logistics
Modify the pre warehouse information of an order
POST
/v2/taobao/order/updateWarehouse
/v2/taobao/order/updateWarehouse
请求参数
Header 参数
access-key
string
必需
默认值:
58c0201dfdf148eca63cbf6bb5e7cf03
nonce-str
string
可选
默认值:
nonce-str
timestamp
string
必需
默认值:
1715669977082
user-id
string
必需
默认值:
2100007341207
signature
string
必需
默认值:
B7F83FE2ADC8D8F044F2E01F0FFE8C80
Body 参数application/json
orderId
string | null
订单id
warehouseName
string | null
前置仓接收人
warehouseAddress
string | null
前置仓地址
示例
{
"orderId": "string",
"warehouseName": "string",
"warehouseAddress": "string"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/v2/taobao/order/updateWarehouse' \
--header 'access-key;' \
--header 'nonce-str: nonce-str' \
--header 'timestamp;' \
--header 'user-id;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderId": "string",
"warehouseName": "string",
"warehouseAddress": "string"
}'
返回响应
🟢200成功
application/json
Body
requestId
string
请求ID
code
integer
返回码
developId
integer
开发者ID
msg
string
返回码对应信息
data
boolean
返回内容
示例
{
"requestId": "",
"code": 0,
"developId": 0,
"msg": "",
"data": false
}
修改于 2025-04-25 03:55:12