Price List Price
Requires 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 to specify a fixed price for a specific product variant. For examples, refer to PriceListFixedPricesAdd and PriceList.
Anchor to FieldsFields
- Anchor to compareAtPricecompare•Money
At Price V2 The compare-at price of the product variant on this price list.
- Anchor to originTypeorigin•Price
Type List Price Origin Type! non-null The origin of a price, either fixed (defined on the price list) or relative (calculated using a price list adjustment configuration).
- Anchor to priceprice•Money
V2! non-null The price of the product variant on this price list.
- Anchor to quantityPriceBreaksquantity•Quantity
Price Breaks Price Break Connection! non-null A list of quantity breaks for the product variant.
- Anchor to variantvariant•Product
Variant! non-null The product variant associated with this price.
Anchor to MutationsMutations
- •mutation
Creates or updates fixed prices on a price list. You can use the
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.
- •mutation
Updates fixed prices on a price list. You can use the
mutation to set a fixed price for specific product variants or to delete prices for variants associated with the price list.