stack

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

AdminTypes.PriceListFixedPricesDeletePayload interface

Return type for priceListFixedPricesDelete mutation.

Signature:

export interface PriceListFixedPricesDeletePayload 

Properties

Property Modifiers Type Description
deletedFixedPriceVariantIds?   Maybe<Array<Scalars[‘ID’][‘output’]>> (Optional) A list of product variant IDs whose fixed prices were removed from the price list.
userErrors   Array<PriceListPriceUserError> The list of errors that occurred from executing the mutation.