-
Notifications
You must be signed in to change notification settings - Fork 52
DEVDOCS-6592 - Add product option translations #1165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
| | Entity Type | `resourceType` | `resourceId` Format | | ||
| | --- | --- | --- | | ||
| | Category | `CATEGORIES` | `bc/store/category/{{category_id}}` | | ||
| | Brand | `BRANDS` | `bc/store/brand/{{brand_id}}` | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hard to read sentence (confidence: 4/7) retext-readability retext-readability
|
|
||
| ### Query a List of Translations | ||
|
|
||
| This query returns a paginated list of translations by resourceType, channel and locale with a maximum of 50 results per request. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
resourceType is misspelt retext-spell retext-spell
|
|
||
| This query returns a paginated list of translations by resourceType, channel and locale with a maximum of 50 results per request. | ||
|
|
||
| The request below uses several variables for reusability. Replace `{{resourceType}}`, `{{channel_id}}`, and `{{locale_code}}` with the appropriate values for your use case. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reusability is misspelt; did you mean readability? retext-spell retext-spell
|
|
||
| ### Query a Translation by Resource ID | ||
|
|
||
| This query returns a translation by resourceId. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
resourceId is misspelt; did you mean resourceD? retext-spell retext-spell
|
|
||
| This query returns a translation by resourceId. | ||
|
|
||
| The request below uses several variables for reusability. Replace `{{resourceId}}`, `{{resourceType}}`, `{{channel_id}}`, and `{{locale_code}}` with appropriate values for your use case. Make sure `resourceId` follows the format from the [Resource fields](#resource-fields) table. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reusability is misspelt; did you mean readability? retext-spell retext-spell
| * [Product Data](/docs/store-operations/translations/products) | ||
| * Product Options | ||
| * Custom Fields | ||
| * [Catalog Pages](/docs/store-operations/translations/listings) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Link to /docs/store-operations/translations/listings is dead no-dead-urls remark-lint
| - Cache translations to minimize API calls | ||
| - Check existing translations before creating duplicates | ||
| - Use pagination effectively for large translation sets | ||
| - Validate resourceIds match resourceType format requirements |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
resourceIds is misspelt retext-spell retext-spell
| - Cache translations to minimize API calls | ||
| - Check existing translations before creating duplicates | ||
| - Use pagination effectively for large translation sets | ||
| - Validate resourceIds match resourceType format requirements |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
resourceType is misspelt retext-spell retext-spell
| * [Translations for Categories (Beta)](/docs/store-operations/translations/categories) | ||
| * [Translations for Locations (Beta)](/docs/store-operations/translations/locations) | ||
|
|
||
| - [Product Translations](/docs/store-operations/translations/products) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Link to /docs/store-operations/translations/products is dead no-dead-urls remark-lint
| * [Translations for Locations (Beta)](/docs/store-operations/translations/locations) | ||
|
|
||
| - [Product Translations](/docs/store-operations/translations/products) | ||
| - [Catalog Page Translations](/docs/store-operations/translations/listings) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Link to /docs/store-operations/translations/listings is dead no-dead-urls remark-lint
DEVDOCS-6592
What changed?
Release notes draft
Anything else?
This PR will require a companion PR in developer-center at the time of merging.
ping { @dev-docs-team }