Alokai

ShippingDiscount

Defines an individual shipping discount. This discount can be applied to shipping.

type ShippingDiscount = {
  __typename?: 'ShippingDiscount'; /** The amount of the discount. */
  amount: Money;
};

Referenced Types

On this page