# PriceListCreateInput - admin - INPUT_OBJECT Version: 2025-01 ## Description The input fields to create a price list. ### Access Scopes ## Fields * [catalogId](/docs/api/admin/2025-01/scalars/ID): ID - 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](/docs/api/admin/2025-01/enums/CurrencyCode): CurrencyCode! - Three letter currency code for fixed prices associated with this price list. * [name](/docs/api/admin/2025-01/scalars/String): String! - The unique name of the price list, used as a human-readable identifier. * [parent](/docs/api/admin/2025-01/input-objects/PriceListParentCreateInput): PriceListParentCreateInput! - Relative adjustments to other prices. ## Input objects with this input object * [priceListCreate](/docs/api/admin/2025-01/mutations/priceListCreate) ## Examples