Alokai

ShippingMethodsByCartInterface

A field to retrieve available shipping methods for a cart.

type ShippingMethodsByCartInterface = {
  shippingMethodsByCart: Array<ShippingMethod>;
};

Referenced Types

On this page