Home > @infiniteobjects/shopify-data-manager > AdminTypes > PriceListCreatePayload
Return type for priceListCreate mutation.
Signature:
export interface PriceListCreatePayload
| 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. |