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