stack

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

AdminTypes.PriceListCreateInput interface

The input fields to create a price list.

Signature:

export interface PriceListCreateInput 

Properties

Property Modifiers Type Description
catalogId?   InputMaybe<Scalars[‘ID’][‘input’]> (Optional) The ID of the catalog to associate with this price list.If the catalog was already associated with another price list then it will be unlinked.
currency   CurrencyCode | `${CurrencyCode}` Three letter currency code for fixed prices associated with this price list.
name   Scalars[‘String’][‘input’] The unique name of the price list, used as a human-readable identifier.
parent   PriceListParentCreateInput Relative adjustments to other prices.