Const
Shipping range options available for filtering in the drawer search panel. Values correspond to the ShippingRange type.
export const SHIPPING_OPTIONS: ShippingRange[] = [ 'worldwide', 'international', 'domestic', 'local',]; Copy
export const SHIPPING_OPTIONS: ShippingRange[] = [ 'worldwide', 'international', 'domestic', 'local',];
Shipping range options available for filtering in the drawer search panel. Values correspond to the ShippingRange type.