更新 UGC 语料
PUT https://{handle}.myshopline.com/admin/openapi/v20250601/ugc/resource.json
handle
:店铺的唯一标识符,值为店铺域名的前缀。例如,域名为 open001.myshopline.com
的店铺,其 handle
是 open001
。更新店铺下存储的UGC语料。
请求头
- Content-Type required字段值固定为
application/json; charset=utf-8
- Authorization string required资源的访问令牌。请参考 应用授权 获取访问令牌,然后将获取到的访问令牌以 Bearer 格式传入Example:
Bearer eyJhbGciOiJIUzUxMiJ9.eyJhcHBLZXkiOiJmMjM3OWQyMTYyOGMzM2QxMWRiMWZkYjY5N2EzZjdjMjZlNGMwYTA5Iiwic2VsbGVySWQiOiIyMDAwMjM0ODgwIiwic3RvcmVJZCI6IjE2NzIzNjk3Mjk2MDYiLCJ2ZXJzaW9uIjoiVjIiLCJkb21haW4iOiJodHRwczovL3NsLW9wZW4tc2cubXlzaG9wbGluZS5jb20iLCJ0aW1lc3RhbXAiOjE2NzUzMTk0OTI0MzksImlzcyI6Inlzb3VsIiwiZXhwIjoxNzY5OTI3NDkyfQ.UwQzomM2veGCUaOZ0paUxq5dpc7DXuhHYFvsQ_uIAKduzWcb_j2E4q_36El83sp145D4cKbpcE5KCeeIz-JNQw
请求体
resource_listobject[] required
多语言资源content_listobject[] required
语料内容resource_content string required资源多语言内容Example:语料标题内容
resource_field string required业务多语言资源字段Example:title
locale string required业务多语言值Example:en
market string业务市场值Example:2805652120189036673434
resource_id string required业务多语言资源唯一主键Example:1636453548928
resource_type string required业务多语言资源类型Example:PRODUCT
响应
- 200
- 401
- 429
更多状态码信息请参考 HTTP 状态码
响应头
traceId
traceId
响应体
dataobject
更新失败的语料资源fail_listobject[]
更新失败列表fail_cause string更新失败原因Example:VERIFY_RESOURCE_FAIL
locale string业务多语言值Example:en
market string业务市场值Example:2805652120189036673434
resource_content string资源多语言内容Example:语料标题内容
resource_field string业务多语言资源字段Example:title
resource_id string业务多语言资源唯一主键Example:1636453548928
resource_type string业务多语言资源类型Example:PRODUCT
resource_listobject[]
更新的资源集合列表locale string业务多语言值Example:en
market string业务市场值Example:2805652120189036673434
outdated boolean语料是否过时resource_content string资源多语言内容Example:语料标题内容
resource_field string业务多语言资源字段Example:title
resource_id string业务多语言资源唯一主键Example:1636453548928
resource_type string业务多语言资源类型Example:PRODUCT
updated_at string语料更新时间Example:2023-09-07T15:50:00Z
API Explorer
调试台
这篇文章对你有帮助吗?
Error loading component.