ShippingMethodsByCartInterface
A field to retrieve available shipping methods for a cart.
type ShippingMethodsByCartInterface = {
shippingMethodsByCart: Array<ShippingMethod>;
};A field to retrieve available shipping methods for a cart.
type ShippingMethodsByCartInterface = {
shippingMethodsByCart: Array<ShippingMethod>;
};