ChemPare Documentation - v0.0.0
    Preparing search index...

    Type Alias ShippingRange

    ShippingRange: "worldwide" | "domestic" | "international" | "local"

    Represents a shipping range type. Used to define the shipping scope of a supplier or product.

    const shipping: ShippingRange = "worldwide";