Home > @vsf-enterprise/commercetools-types > AddCartShoppingList
# AddCartShoppingList type
Signature:
export declare type AddCartShoppingList = {
    shoppingList: ResourceIdentifierInput;
    supplyChannel?: InputMaybe<ResourceIdentifierInput>;
    distributionChannel?: InputMaybe<ResourceIdentifierInput>;
};
References: ResourceIdentifierInput, InputMaybe