Home > @infiniteobjects/shopify-data-manager > AdminTypes > ProductPublicationInput
The input fields for specifying a publication to which a product will be published.
Signature:
export interface ProductPublicationInput
| Property | Modifiers | Type | Description |
|---|---|---|---|
| publicationId? | InputMaybe<Scalars[‘ID’][‘input’]> | (Optional) ID of the publication. | |
| publishDate? | InputMaybe<Scalars[‘DateTime’][‘input’]> | (Optional) The date and time that the product was (or will be) published. |