Home > @infiniteobjects/shopify-data-manager > AdminTypes > PriceListPriceInput
The input fields for providing the fields and values to use when creating or updating a fixed price list price.
Signature:
export interface PriceListPriceInput
| 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. |