Alokai

SetCartCustomShippingMethod

type SetCartCustomShippingMethod = {
  shippingMethodName: Scalars['String'];
  shippingRate: ShippingRateDraft;
  taxCategory?: InputMaybe<ResourceIdentifierInput>;
  externalTaxRate?: InputMaybe<ExternalTaxRateDraft>;
};

Referenced Types

On this page