- 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
Address addition and update
POST
/v2/open/address/addOrUpdate
/v2/open/address/addOrUpdate
请求参数
Header 参数
access-key
string
必需
默认值:
58c0201dfdf148eca63cbf6bb5e7cf03
nonce-str
string
可选
默认值:
nonce-str
timestamp
string
必需
默认值:
1715669977082
user-id
string
必需
默认值:
2100007341207
signature
string
必需
默认值:
B7F83FE2ADC8D8F044F2E01F0FFE8C80
Body 参数application/json
id
integer
ID编号
name
string
收件人
province
string
省份名
city
string
城市名
district
string
区域名
address
string
详细地址
phone
string
手机号码
示例
{
"id": 0,
"name": "string",
"province": "string",
"city": "string",
"district": "string",
"address": "string",
"phone": "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/open/address/addOrUpdate' \
--header 'access-key;' \
--header 'nonce-str: nonce-str' \
--header 'timestamp;' \
--header 'user-id;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"name": "string",
"province": "string",
"city": "string",
"district": "string",
"address": "string",
"phone": "string"
}'
返回响应
🟢200成功
application/json
Body
code
integer
成功
msg
string
描述
示例
{
"code": 0,
"msg": "string"
}
修改于 2025-04-25 06:17:17