Alokai

GetChannelAssignmentResponse

List of products assigned to a channel or more

interface GetChannelAssignmentResponse {
	data: ChannelAssignment[];
	meta: MetaCollection;
}

Properties

NameRequiredTypeDescription
dataRequiredChannelAssignment[]Collection of Channel Assignments.
metaRequiredMetaCollectionData about the response, including pagination and collection totals.

Referenced Types

On this page