GetChannelAssignmentResponse
List of products assigned to a channel or more
interface GetChannelAssignmentResponse {
data: ChannelAssignment[];
meta: MetaCollection;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
data | Required | ChannelAssignment[] | Collection of Channel Assignments. |
meta | Required | MetaCollection | Data about the response, including pagination and collection totals. |