创建履约服务地点
POST https://{handle}.myshopline.com/admin/openapi/v20250601/fulfillment_service_location/create.json
handle
:店铺的唯一标识符,值为店铺域名的前缀。例如,域名为 open001.myshopline.com
的店铺,其 handle
是 open001
。创建履约服务地点
请求头
- Content-Type required字段值固定为
application/json; charset=utf-8
- Authorization string required资源的访问令牌。请参考 应用授权 获取访问令牌,然后将获取到的访问令牌以 Bearer 格式传入Example:
Bearer eyJhbGciOiJIUzUxMiJ9.eyJhcHBLZXkiOiJmMjM3OWQyMTYyOGMzM2QxMWRiMWZkYjY5N2EzZjdjMjZlNGMwYTA5Iiwic2VsbGVySWQiOiIyMDAwMjM0ODgwIiwic3RvcmVJZCI6IjE2NzIzNjk3Mjk2MDYiLCJ2ZXJzaW9uIjoiVjIiLCJkb21haW4iOiJodHRwczovL3NsLW9wZW4tc2cubXlzaG9wbGluZS5jb20iLCJ0aW1lc3RhbXAiOjE2NzUzMTk0OTI0MzksImlzcyI6Inlzb3VsIiwiZXhwIjoxNzY5OTI3NDkyfQ.UwQzomM2veGCUaOZ0paUxq5dpc7DXuhHYFvsQ_uIAKduzWcb_j2E4q_36El83sp145D4cKbpcE5KCeeIz-JNQw
请求体
locationobject required
地点信息address1 string详细地址1Example:126 York Street
address2 string详细地址2,备选Example:Unit 42
city string城市Example:Ottawa
city_code string城市编码Example:120100
country string国家/地区Example:Canada
country_code string required国家/地区编码Example:CA
name string required地点名称Example:Ottawa Store
phone string required联系手机号Example:18883290139
phone_code string电话号码国际区号Example:0010
province string州/省Example:Ontario
province_code string州/省编码Example:2400011
zip string required邮编Example:A1B 2C3
响应
- 200
- 401
- 429
更多状态码信息请参考 HTTP 状态码
响应头
traceId
traceId
响应体
locationobject
地点信息active boolean是否启用Example:true
address1 string详细地址1Example:126 York Street
address2 string详细地址2,备选Example:Unit 42
city string城市名称Example:Ottawa
city_code string城市codeExample:120100
country string国家名称Example:Canada
country_code string国家codeExample:CA
create_at string地点创建时间(格式见IOS8601)Example:2021-08-16T08:27:57+00:00
id string地点唯一编号Example:5668167071852661850
is_default boolean是否默认地点Example:true
legacy boolean是否为履约应用专属地点Example:true
name string地点名称Example:Ottawa Store
phone string电话号码Example:18883290139
phone_code string电话号码国际区号Example:0010
province string省份名称Example:Ontario
province_code string省份codeExample:2400011
update_at string地点创建时间(格式见IOS8601)Example:2021-08-16T08:27:57+00:00
zip string邮编Example:A1B 2C3
API Explorer
调试台
这篇文章对你有帮助吗?
Error loading component.