Get store translation data
GET https://{handle}.myshopline.com/admin/openapi/v20260301/ugc/resource.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 .Get a store's translation data.
Query Parameters
- outdated stringQuery 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.
- resource_id string requiredThe unique identifier for the resource.
For example, whenresource_typeisPRODUCT, this parameter value is the product ID. - resource_type string requiredThe type of the resource.Example:
PRODUCT - locale stringLanguage used in the market.Example:
en - market stringThe primary market for the store.Example:
2805652120189036673434
Request Headers
- Content-Type string requiredThe field must be set to the fixed value
application/json; charset=utf-8. - Authorization string requiredThe access token for the API resource. Refer to App authorization to obtain the access token, and then pass the obtained token in the Bearer format.Example:
Bearer eyJhbGciOiJIUzUxMiJ9.eyJhcHBLZXkiOiJmMjM3OWQyMTYyOGMzM2QxMWRiMWZkYjY5N2EzZjdjMjZlNGMwYTA5Iiwic2VsbGVySWQiOiIyMDAwMjM0ODgwIiwic3RvcmVJZCI6IjE2NzIzNjk3Mjk2MDYiLCJ2ZXJzaW9uIjoiVjIiLCJkb21haW4iOiJodHRwczovL3NsLW9wZW4tc2cubXlzaG9wbGluZS5jb20iLCJ0aW1lc3RhbXAiOjE2NzUzMTk0OTI0MzksImlzcyI6Inlzb3VsIiwiZXhwIjoxNzY5OTI3NDkyfQ.UwQzomM2veGCUaOZ0paUxq5dpc7DXuhHYFvsQ_uIAKduzWcb_j2E4q_36El83sp145D4cKbpcE5KCeeIz-JNQw
Status Codes
- 200
- 401
- 429
For the complete list of codes and messages, see Http status code.
Response Headers
traceId
A globally unique identifier for the request. It is used to track the request flow throughout the system, allowing for easy location and debugging when issues arise.
Response Body
dataobject
Response data.content_listobject[]
List of translation corpus corresponding to the resource.market stringThe primary market for the store.Example:2805652120189036673434outdated booleanWhether the translation data is outdated or up-to-date. If the original content has been updated but its translation has not, the translation data is considered to be outdated.true: The translation data is outdated.false: The translation data is up-to-date.
resource_content stringTranslated resource content.Example:The content of the key to the key of the cotresource_content_type stringThe data type of the content returned byresource_content. For example, ifresource_contentreturns the product titleMulti-color stitching dress,resource_content_typereturnsSTRING.Valid values are:STRING: StringJSON_STRING: JSON stringLIST_MULTI_LINE_TEXT_FIELD: Multi-line text listLIST_SINGLE_LINE_TEXT_FIELD: Single-line text listLIST_URL: URL listSINGLE_LINE_TEXT_FIELD: Single-line textLIST_FILE_REFERENCE: File reference listHTML: HTMLJSON: JSON dataURL: URLFILE_REFERENCE: File ReferenceMULTI_LINE_TEXT_FIELD: Multi-line textRICH_TEXT_FIELD: Rich textINLINE_RICH_TEXT: Inline rich text
resource_field stringThe attribute associated with the content ofresource_content. For example, ifresource_contentreturns a product title,resource_fieldreturnstitle.updated_at stringThe date and time when the translation data was last updated. Format: ISO 8601.Example:2023-09-07T15:50:00Zdefault_content_listobject[]
Original untranslated corpus content list.resource_content stringThe original corpus of the resource.Example:Title contentresource_content_type stringThe data type of the content returned byresource_content. For example, ifresource_contentreturns the product titleMulti-color stitching dress,resource_content_typereturnsSTRING.Valid values are:STRING: StringJSON_STRING: JSON stringLIST_MULTI_LINE_TEXT_FIELD: Multi-line text listLIST_SINGLE_LINE_TEXT_FIELD: Single-line text listLIST_URL: URL listSINGLE_LINE_TEXT_FIELD: Single-line textLIST_FILE_REFERENCE: File reference listHTML: HTMLJSON: JSON dataURL: URLFILE_REFERENCE: File ReferenceMULTI_LINE_TEXT_FIELD: Multi-line textRICH_TEXT_FIELD: Rich textINLINE_RICH_TEXT: Inline rich text
resource_field stringThe attribute associated with the content ofresource_content. For example, ifresource_contentis a product title,resource_fieldistitle.resource_id stringThe unique identifier for the resource.
For example, whenresource_typeisPRODUCT, this parameter value is the product ID.resource_type stringThe type of the resource.Example:PRODUCT
API Explorer
Debugger
Examples
Was this article helpful to you?