Anchor to PriceListCreatePayloadPrice
payloadPrice List Create Payload
Return type for mutation.
Anchor to FieldsFields
- priceList (PriceList)
- userErrors ([PriceListUserError!]!)
- Anchor to priceListprice•Price
List List The newly created price list.
- Anchor to userErrorsuser•[Price
Errors List User Error!]! non-null The list of errors that occurred from executing the mutation.
Was this section helpful?
Anchor to Mutations with this payloadMutations with this payload
- priceListCreate (PriceListCreatePayload)
- •mutation
Creates a
. Price lists enable contextual pricing by defining fixed prices or percentage-based adjustments.The price list requires a unique name, currency for fixed prices, and parent adjustment settings that determine how the system calculates prices relative to base prices. To apply contextual pricing, link the price list to a
Catalog. When that catalog's context is matched, customers receive the price list's prices.Learn more about building catalogs with price lists.
- Anchor to inputinput•Price
List Create Input! required The properties of the new price list.
Arguments
Was this section helpful?