Home > @infiniteobjects/shopify-data-manager > AdminTypes > ProductPublishInput
The input fields for specifying a product to publish and the channels to publish it to.
Signature:
export interface ProductPublishInput
Property | Modifiers | Type | Description |
---|---|---|---|
id | Scalars[‘ID’][‘input’] | The product to create or update publications for. | |
productPublications | Array<ProductPublicationInput> | The publication that the product is published to. |