stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > PriceListPriceInput

AdminTypes.PriceListPriceInput interface

The input fields for providing the fields and values to use when creating or updating a fixed price list price.

Signature:

export interface PriceListPriceInput 

Properties

Property Modifiers Type Description
compareAtPrice?   InputMaybe<MoneyInput> (Optional) The compare-at price of the product variant on this price list.
price   MoneyInput The price of the product variant on this price list.
variantId   Scalars[‘ID’][‘input’] The product variant ID associated with the price list price.