Alokai

SetShippingMethodsOnCartInput

Applies one or shipping methods to the cart.

type SetShippingMethodsOnCartInput = {
  cart_id: Scalars['String']['input']; /** An array of shipping methods. */
  shipping_methods: Array<InputMaybe<ShippingMethodInput>>;
};

Referenced Types

On this page