Home > @infiniteobjects/shopify-data-manager > AdminTypes > ProductFeedDeletePayload
Return type for productFeedDelete mutation.
Signature:
export interface ProductFeedDeletePayload
| Property | Modifiers | Type | Description |
|---|---|---|---|
| deletedId? | Maybe<Scalars[‘ID’][‘output’]> | (Optional) The ID of the product feed that was deleted. | |
| userErrors | Array<ProductFeedDeleteUserError> | The list of errors that occurred from executing the mutation. |