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