查询指定国家的税费信息
GET https://{handle}.myshopline.com/admin/openapi/v20250601/countries/:id.json
handle
:店铺的唯一标识符,值为店铺域名的前缀。例如,域名为 open001.myshopline.com
的店铺,其 handle
是 open001
。获取某个国家地址税费信息
路径参数
- id string required店铺维度的国际码idExample:
13445
请求头
- Content-Type required字段值固定为
application/json; charset=utf-8
- Authorization string required资源的访问令牌。请参考 应用授权 获取访问令牌,然后将获取到的访问令牌以 Bearer 格式传入Example:
Bearer eyJhbGciOiJIUzUxMiJ9.eyJhcHBLZXkiOiJmMjM3OWQyMTYyOGMzM2QxMWRiMWZkYjY5N2EzZjdjMjZlNGMwYTA5Iiwic2VsbGVySWQiOiIyMDAwMjM0ODgwIiwic3RvcmVJZCI6IjE2NzIzNjk3Mjk2MDYiLCJ2ZXJzaW9uIjoiVjIiLCJkb21haW4iOiJodHRwczovL3NsLW9wZW4tc2cubXlzaG9wbGluZS5jb20iLCJ0aW1lc3RhbXAiOjE2NzUzMTk0OTI0MzksImlzcyI6Inlzb3VsIiwiZXhwIjoxNzY5OTI3NDkyfQ.UwQzomM2veGCUaOZ0paUxq5dpc7DXuhHYFvsQ_uIAKduzWcb_j2E4q_36El83sp145D4cKbpcE5KCeeIz-JNQw
响应
- 200
- 401
- 429
更多状态码信息请参考 HTTP 状态码
响应头
traceId
traceId
响应体
dataobject
返回体countryobject
国家结构体code string两个字母的国家代码Example:US
custom_tax_infoobject[]
自定义税费信息countryobject
国家code string国家codeExample:US
name string国家名字Example:美国
provincesobject[]
省份信息code string省份codeExample:AJ
country_id string国家码idExample:123123
id stringidExample:12231
name string省份名字Example:华盛顿
tax string税费值Example:0.05
tax_name string税费名称Example:VAT
tax_percentage string税费百分比值Example:5%
tax string税费值Example:0.05
tax_name string税费名称Example:VAT
name string自定义税费名称Example:商品分类1
product_category_id string商品分类IDExample:1213213231
type string税费类型Example:product_category
id string店铺维度的idExample:100033
name string国家的英文全称Example:美国
provincesobject[]
省份结构体code string省份codeExample:AJ
country_id string国家idExample:1000034
id string省份idExample:100003666
name string省份名字Example:华盛顿
tax string税费值Example:0.05
tax_name string税费名字Example:VAT
tax_percentage string税费百分值Example:5
tax string税费值Example:0.05
tax_name string税费名称Example:VAT
API Explorer
调试台
这篇文章对你有帮助吗?