stack

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

AdminTypes.PriceListDeletePayload interface

Return type for priceListDelete mutation.

Signature:

export interface PriceListDeletePayload 

Properties

Property Modifiers Type Description
deletedId?   Maybe<Scalars[‘ID’][‘output’]> (Optional) The ID of the deleted price list.
userErrors   Array<PriceListUserError> The list of errors that occurred from executing the mutation.