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