stack

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

AdminTypes.PriceListUpdatePayload interface

Return type for priceListUpdate mutation.

Signature:

export interface PriceListUpdatePayload 

Properties

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.