PriceAsset

  • A PriceAsset represents a list of price offers.

  • It includes required fields for type, language code, and price offerings.

  • The price offerings must be between 3 and 8 items.

  • An optional price qualifier field is also available.

An asset representing a list of price offers.

Fields

type

PriceExtensionType

Required. The type of the price asset.

price_qualifier

PriceExtensionPriceQualifier

The price qualifier of the price asset.

language_code

string

Required. The language of the price asset. Represented as BCP 47 language tag.

price_offerings[]

PriceOffering

The price offerings of the price asset. The size of this collection should be between 3 and 8, inclusive.