Przejdź do głównej zawartości

configuratorOptionPrices

Surcharges of the configurator choices of one product for the signed-in customer. Use when the store restricts catalog prices to signed-in customers — ConfiguratorOption.surchargeAmount is null in the public catalog then. Requires authentication on a price-restricted store (error code PRICES_REQUIRE_LOGIN otherwise).

configuratorOptionPrices(
productId: ID!
): [ConfiguratorOptionPrice!]!

Arguments

configuratorOptionPrices.productId ● ID! non-null scalar

Product whose configurator choices to price.

Type

ConfiguratorOptionPrice object

Surcharge of a single configurator choice served through the authenticated price channel — use when the store restricts catalog prices to signed-in customers (ConfiguratorOption.surchargeAmount is null in the public catalog then). Options mapped to a stocked variant are priced via variantPrices instead.