Home > @infiniteobjects/shopify-data-manager > AdminTypes > PriceListUpdatePayload
Return type for priceListUpdate mutation.
Signature:
export interface PriceListUpdatePayload
| Property | Modifiers | Type | Description |
|---|---|---|---|
| priceList? | Maybe<PriceList> | (Optional) The updated price list. | |
| userErrors | Array<PriceListUserError> | The list of errors that occurred from executing the mutation. |