Home > @infiniteobjects/shopify-data-manager > AdminTypes > PriceListUpdateInput
The input fields used to update a price list.
Signature:
export interface PriceListUpdateInput
| Property | Modifiers | Type | Description |
|---|---|---|---|
| catalogId? | InputMaybe<Scalars[‘ID’][‘input’]> | (Optional) The ID of the catalog to associate with this price list. | |
| currency? | InputMaybe<CurrencyCode | `${CurrencyCode}`> | (Optional) The three-letter currency code for fixed prices associated with this price list. | |
| name? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) The unique name of the price list, used as a human-readable identifier. | |
| parent? | InputMaybe<PriceListParentUpdateInput> | (Optional) Relative adjustments to other prices. |