Alokai

EstimateTotalsInput

type EstimateTotalsInput = {
  address: EstimateAddressInput; /** The unique ID of the cart to query. */
  cart_id: Scalars['String']['input']; /** Selected shipping method to estimate totals. */
  shipping_method?: InputMaybe<ShippingMethodInput>;
};

Referenced Types

On this page