Order API
TypeProductVariantLocalization1
Represents market-specific content for a product variant.
Localizations allow product variants to have different titles, descriptions, and alternate titles for different markets. This is useful for multi-region stores where variant content varies by locale or storefront.
| Kind | Type |
|---|---|
| Used in | EstimateAccrual1, ListProducts1, 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 variant 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 variant 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 variant description
When updating, an empty string preserves the existing description. Provide a non-empty value to change it.