Home > @infiniteobjects/shopify-data-manager > AdminTypes > ProductDeletePayload
Return type for productDelete mutation.
Signature:
export interface ProductDeletePayload
| Property | Modifiers | Type | Description |
|---|---|---|---|
| deletedProductId? | Maybe<Scalars[‘ID’][‘output’]> | (Optional) The ID of the deleted product. | |
| shop | Shop | The shop associated with the product. | |
| userErrors | Array<UserError> | The list of errors that occurred from executing the mutation. |