Order API
TypeProductLocalization1
Represents market-specific content for a product.
Localizations allow products to have different titles, descriptions, and alternate titles for different markets. This is useful for multi-region stores where content varies by locale or storefront.
| Kind | Type |
|---|---|
| Used in | EstimateAccrual1, UpdateOrders4, UpdateProducts3 |
Properties
-
marketstring requiredIdentifier for the market this localization applies to
Ask your Bubblehouse representative for the correct format of the market keys; this could be in a locale format like
enoren_US, or in domain/path format likeexample.com/en-gb, or completely custom likemy-market. -
titlestring optionalMarket-specific product title
When updating, an empty string preserves the existing title. Provide a non-empty value to change it.
-
alt_titlesarray of string optionalAlternative titles for the product in this market
When updating:
null(or omitted) preserves existing alternate titles- Empty array
[]clears all alternate titles - Non-empty array replaces all alternate titles
-
descriptionstring optionalMarket-specific product description
When updating, an empty string preserves the existing description. Provide a non-empty value to change it.