Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 711 Bytes

servicegrouptypeenum.md

File metadata and controls

15 lines (11 loc) · 711 Bytes

ServiceGroupTypeEnum

The type of the service group.
LIVE_RATE - Shippo will make a rating request and return real-time rates for the shipping group, only falling back to the specified flat rate amount if no rates match a service level in the service group.
FLAT_RATE - Returns a shipping option with the specified flat rate amount.
FREE_SHIPPING - Returns a shipping option with a price of $0 only if the total cost of items exceeds the amount defined by free_shipping_threshold_min

Values

Name Value
LIVE_RATE LIVE_RATE
FLAT_RATE FLAT_RATE
FREE_SHIPPING FREE_SHIPPING