Alokai

CartClassificationType

type CartClassificationType = ShippingRateInputType & {
  __typename?: 'CartClassificationType';
  values: Array<ShippingRateInputLocalizedEnumValue>;
  type: Scalars['String'];
};

Referenced Types

On this page