Home > @infiniteobjects/shopify-data-manager > AdminTypes > SellingPlanGroupResourceInput
The input fields for resource association with a Selling Plan Group.
Signature:
export interface SellingPlanGroupResourceInput
| Property | Modifiers | Type | Description |
|---|---|---|---|
| productIds? | InputMaybe<Array<Scalars[‘ID’][‘input’]>> | (Optional) The IDs of the Products to add to the Selling Plan Group. | |
| productVariantIds? | InputMaybe<Array<Scalars[‘ID’][‘input’]>> | (Optional) The IDs of the Variants to add to the Selling Plan Group. |