Skip to main content
object

Requires read_products access scope. Also: The user must have permission to view catalogs.

Represents information about pricing for a product variant as defined on a price list, such as the price, compare at price, and origin type. You can use a PriceListPrice to specify a fixed price for a specific product variant. For examples, refer to PriceListFixedPricesAdd and PriceList.

Anchor to Fields and connectionsFields and connections

•MoneyV2

The compare-at price of the product variant on this price list.

•PriceListPriceOriginType!non-null

The origin of a price, either fixed (defined on the price list) or relative (calculated using a price list adjustment configuration).

•MoneyV2!non-null

The price of the product variant on this price list.

•QuantityPriceBreakConnection!non-null

A list of quantity breaks for the product variant.

•ProductVariant!non-null

The product variant associated with this price.


Was this section helpful?

•mutation

Creates or updates fixed prices on a price list. You can use the priceListFixedPricesAdd mutation to set a fixed price for specific product variants. This lets you change product variant pricing on a per country basis. Any existing fixed price list prices for these variants will be overwritten.

Arguments

•ID!required

The ID of the price list to which the fixed prices will be added or updated.

•[PriceListPriceInput!]!required

The list of fixed prices to add or update in the price list.


Fields

•[PriceListPrice!]

The list of fixed prices that were added to or updated in the price list.

•[PriceListPriceUserError!]!non-null

The list of errors that occurred from executing the mutation.

•mutation

Updates fixed prices on a price list. You can use the priceListFixedPricesUpdate mutation to set a fixed price for specific product variants or to delete prices for variants associated with the price list.

Arguments

•ID!required

The price list that the prices will be updated against.

•[PriceListPriceInput!]!required

The fixed prices to add.

•[ID!]!required

A list of product variant IDs to remove from the price list.


Fields

Anchor to deletedFixedPriceVariantIdsdeletedFixedPriceVariantIds
•[ID!]

A list of deleted variant IDs for prices.

•PriceList

The price list for which the fixed prices were modified.

•[PriceListPrice!]

The prices that were added to the price list.

•[PriceListPriceUserError!]!non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?
OSZAR »