版本:202201
更新店铺详情
PATCH/openapi/2022-01/shop/:shop_id
修改店铺的指定属性。
请求
Path参数
shop_id string必填
店铺 ID。
- application/json
- 请求体
- 示例
请求体
shop object
customer_emailstring
{
"shop": {
"customer_email": "string"
}
}
响应
- 200
200
- application/json
- 数据结构
- 示例
- Result
数据结构
shop object
idinteger
默认值:
0示例:
633130namestring
示例:
test-shoplazzaemailstring
domainstring
示例:
test-shoplazza.stg.myshoplaza.comaddress1string
示例:
粤海门zipstring
示例:
515300citystring
示例:
深圳phonestring
示例:
15014471143primary_localestring
示例:
en-USaddress2string
示例:
created_atstring
示例:
2023-11-08T11:51:39Zupdated_atstring
示例:
2024-04-29T09:58:04Zcountry_codestring
示例:
CNcurrencystring
示例:
USDcustomer_emailstring
timezonestring
示例:
800shop_ownerstring
示例:
test-shoplazzaaccountstring
province_codestring
示例:
CN-GDicon object
srcstring
示例:
http://img.staticdj.com/55f1a60e47d1462c7d88dec3844369f0.pngpathstring
示例:
55f1a60e47d1462c7d88dec3844369f0.pngaltstring
示例:
system_domainstring
示例:
test-shoplazza.stg.myshoplaza.comroot_urlstring
示例:
{
"shop": {
"id": 633130,
"name": "test-shoplazza",
"domain": "test-shoplazza.stg.myshoplaza.com",
"address1": "粤海门",
"zip": "515300",
"city": "深圳",
"phone": "15014471143",
"primary_locale": "en-US",
"address2": "",
"created_at": "2023-11-08T11:51:39Z",
"updated_at": "2024-04-29T09:58:04Z",
"country_code": "CN",
"currency": "USD",
"timezone": 800,
"shop_owner": "test-shoplazza",
"province_code": "CN-GD",
"icon": {
"src": "http://img.staticdj.com/55f1a60e47d1462c7d88dec3844369f0.png",
"path": "55f1a60e47d1462c7d88dec3844369f0.png",
"alt": ""
},
"system_domain": "test-shoplazza.stg.myshoplaza.com",
"root_url": ""
}
}
{
"shop": {
"id": 633130,
"name": "test-shoplazza",
"domain": "test-shoplazza.stg.myshoplaza.com",
"address1": "粤海门",
"zip": "515300",
"city": "深圳",
"phone": "15014471143",
"primary_locale": "en-US",
"address2": "",
"created_at": "2023-11-08T11:51:39Z",
"updated_at": "2024-04-29T09:58:04Z",
"country_code": "CN",
"currency": "USD",
"timezone": "+0800",
"shop_owner": "test-shoplazza",
"province_code": "CN-GD",
"icon": {
"src": "http://img.staticdj.com/55f1a60e47d1462c7d88dec3844369f0.png",
"path": "55f1a60e47d1462c7d88dec3844369f0.png",
"alt": ""
},
"system_domain": "test-shoplazza.stg.myshoplaza.com",
"root_url": ""
}
}