Order API

Type

ProductLocalization1

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

  • market string required

    Identifier 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 en or en_US, or in domain/path format like example.com/en-gb, or completely custom like my-market.

  • title string optional

    Market-specific product title

    When updating, an empty string preserves the existing title. Provide a non-empty value to change it.

  • alt_titles array of string optional

    Alternative 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
  • description string optional

    Market-specific product description

    When updating, an empty string preserves the existing description. Provide a non-empty value to change it.

Previous
Product2