Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions docs/store-operations/translations/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,20 @@ The API currently supports translations for the following resource types, and mo
* [Products](/docs/store-operations/translations/product)
* Common Fields
* Product Options
* Product Modifiers
* Custom Fields
* [Product Modifiers](/docs/store-operations/translations/product-modifiers)
* [Product Listings](/docs/store-operations/translations/listings)
* Categories
* Brands
* [Product Filters](/docs/store-operations/translations/filters)
* [Filters](/docs/store-operations/translations/filters)
* Customer Data
* [Customer Form Fields](/docs/store-operations/translations/customer-form-fields)
* [Address Form Fields](/docs/store-operations/translations/address-form-fields)
* Checkout and post-Order Experience
* [Order Statuses](/docs/store-operations/translations/order-statuses)
* [Promotions](/docs/store-operations/translations/promotions)
* [Checkout Settings](/docs/store-operations/translations/checkout-settings)
* [Locations](/docs/store-operations/translations/locations)
* [Order Statuses](/docs/store-operations/translations/order-statuses)
* [Promotions](/docs/store-operations/translations/promotions)
* [Payment Methods](/docs/store-operations/translations/payments)
* [Address Form Fields](/docs/store-operations/translations/address-form-fields)
* [Customer Form Fields](/docs/store-operations/translations/customer-form-fields)
* [Checkout Settings](/docs/store-operations/translations/checkout-settings)

Refer to the [Error Handling](/docs/store-operations/translations/errors) guide for understanding and handling errors while managing translations.

Expand Down