Home > @vsf-enterprise/commercetools-types > ShippingMethodsByCartInterface
# ShippingMethodsByCartInterface type
A field to retrieve available shipping methods for a cart.
Signature:
export declare type ShippingMethodsByCartInterface = {
shippingMethodsByCart: Array<ShippingMethod>;
};
References: ShippingMethod