UpdateCartItemChannelProductParams
Second parameter for the updateCartItemChannel API endpoint
interface UpdateCartItemChannelProductParams {
channelId: string;
lineItem: LineItem;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
channelId | Required | string | Channel Id |
lineItem | Required | LineItem | Product ID |