Home > @infiniteobjects/shopify-data-manager > AdminTypes > ProductUnpublishInput
The input fields for specifying a product to unpublish from a channel and the sales channels to unpublish it from.
Signature:
export interface ProductUnpublishInput
| Property | Modifiers | Type | Description |
|---|---|---|---|
| id | Scalars[‘ID’][‘input’] | The ID of the product to create or update publications for. | |
| productPublications | Array<ProductPublicationInput> | The channels to unpublish the product from. |