Home > @infiniteobjects/shopify-data-manager > AdminTypes > ChannelProductsArgs
A channel represents an app where you sell a group of products and collections. A channel can be a platform or marketplace such as Facebook or Pinterest, an online store, or POS.
Signature:
export interface ChannelProductsArgs
| Property | Modifiers | Type | Description |
|---|---|---|---|
| after? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) | |
| before? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) | |
| first? | InputMaybe<Scalars[‘Int’][‘input’]> | (Optional) | |
| last? | InputMaybe<Scalars[‘Int’][‘input’]> | (Optional) | |
| reverse? | InputMaybe<Scalars[‘Boolean’][‘input’]> | (Optional) |