PriceSelectionContext
The context of the price selection.
Properties
cart_idstringThe cart's ID. This is used when the prices are being retrieved for the variant of a line item,
as it is used to determine the current region and currency code of the context.
currency_codestringThe currency code the customer is using.
customer_idstringThe ID of the customer viewing the variant.
ignore_cachebooleanWhether to calculate the prices even if the value of an earlier price calculation
is available in the cache.
include_discount_pricesbooleanWhether the price list's prices should be retrieved or not.
quantitynumberThe quantity of the item in the cart. This is used to filter out price lists that have
min_quantity or max_quantity conditions set.region_idstringThe region's ID.
tax_ratesTaxServiceRate[]The tax rates to be applied. This is only used for
Tax-Inclusive Pricing.
tax_ratesTaxServiceRate[]Was this section helpful?