stack

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

AdminTypes.PriceListCreatePayload interface

Return type for priceListCreate mutation.

Signature:

export interface PriceListCreatePayload 

Properties

Property Modifiers Type Description
priceList?   Maybe<PriceList> (Optional) The newly created price list.
userErrors   Array<PriceListUserError> The list of errors that occurred from executing the mutation.