Home > @infiniteobjects/shopify-data-manager > AdminTypes > CollectionRemoveProductsPayload
Return type for collectionRemoveProducts mutation.
Signature:
export interface CollectionRemoveProductsPayload
| Property | Modifiers | Type | Description |
|---|---|---|---|
| job? | Maybe<Job> | (Optional) The asynchronous job removing the products. | |
| userErrors | Array<UserError> | The list of errors that occurred from executing the mutation. |