Represents a shipping range type. Used to define the shipping scope of a supplier or product.
const shipping: ShippingRange = "worldwide"; Copy
const shipping: ShippingRange = "worldwide";
Represents a shipping range type. Used to define the shipping scope of a supplier or product.