Alokai
You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current

ShippingRateInputTypeInput

export type ShippingRateInputTypeInput = {
    CartValue?: InputMaybe<CartValueInput>;
    CartClassification?: InputMaybe<CartClassificationInput>;
    CartScore?: InputMaybe<CartScoreInput>;
};

Referenced Types

On this page