Query store translation data in bulk
POST https://{handle}.myshopline.com/admin/openapi/v20250601/ugc/resources.json
handle
: The store's unique identifier, which is the prefix of the store's domain name. For example, if a store's domain name is open001.myshopline.com
, the store handle is open001
.Query a store's translation data in bulk.
Request Headers
- Content-Type requiredThe value of this field is fixed to
application/json; charset=utf-8
- Authorization string requiredThe access token for the API. Please refer to App authorization to obtain the access token, and then put the obtained access token into the API request header in Bearer Token.Example:
Bearer eyJhbGciOiJIUzUxMiJ9.eyJhcHBLZXkiOiJmMjM3OWQyMTYyOGMzM2QxMWRiMWZkYjY5N2EzZjdjMjZlNGMwYTA5Iiwic2VsbGVySWQiOiIyMDAwMjM0ODgwIiwic3RvcmVJZCI6IjE2NzIzNjk3Mjk2MDYiLCJ2ZXJzaW9uIjoiVjIiLCJkb21haW4iOiJodHRwczovL3NsLW9wZW4tc2cubXlzaG9wbGluZS5jb20iLCJ0aW1lc3RhbXAiOjE2NzUzMTk0OTI0MzksImlzcyI6Inlzb3VsIiwiZXhwIjoxNzY5OTI3NDkyfQ.UwQzomM2veGCUaOZ0paUxq5dpc7DXuhHYFvsQ_uIAKduzWcb_j2E4q_36El83sp145D4cKbpcE5KCeeIz-JNQw
Request Body
- market stringA specific market for the store.Example:
2805652120189036673434
- outdated booleanQuery outdated or up-to-date translation data. If the original content has been updated but the translation hasn't, the translation is marked as
outdated
.true
: Query outdated translation data.false
: Query up-to-date translation data.
Example:true
resource_listobject[] required
List of store resource information.resource_id string requiredThe unique identifier for the resource.
For example, whenresource_type
isPRODUCT
, this parameter value is the product ID.Example:1636453548928
resource_type string requiredThe type of the resource.
Example:PRODUCT
.Example:PRODUCT
Response
- 200
- 401
- 429
For more information about status codes, see Http status code.
Response Headers
traceId
traceId
Response Body
dataobject
Response data.resource_listobject[]
List of store resource information.content_listobject[]
List of translation corpus corresponding to the resource.market stringA specific market for the store.Example:2805652120189036673434
outdated booleanQuery outdated or up-to-date translation data. If the original content has been updated but the translation hasn't, the translation is marked asoutdated
.true
: Query outdated translation data.false
: Query up-to-date translation data.
resource_content stringTranslated resource content.resource_content_type stringThe data type of the content returned byresource_content
. For example, ifresource_content
returns the product titleMulti-color stitching dress
,resource_content_type
returnsSTRING
.Example:STRING
resource_field stringThe attribute associated with the content ofresource_content
. For example, ifresource_content
returns a product title,resource_field
returnstitle
.Example:title
updated_at stringUpdate time of corpus translation.Example:2023-09-07T15:50:00Z
default_content_listobject[]
Original untranslated corpus content list.resource_content stringThe original corpus of the resource.Example:Title content
resource_content_type stringThe data type of the content returned byresource_content
. For example, ifresource_content
returns the product titleMulti-color stitching dress
,resource_content_type
returnsSTRING
.Example:STRING
resource_field stringThe attribute associated with the content ofresource_content
. For example, ifresource_content
returns a product title,resource_field
returnstitle
.Example:title
resource_id stringThe identifier for resource object.
Example: Whenresource_type
isPRODUCT
, it represents the product ID.Example:1636453548928
resource_type stringThe type of the resource.
Example:PRODUCT
.Example:PRODUCT
API Explorer
Debugger
Examples
Was this article helpful to you?