ShippingOptionPriceType
The type of the shipping option price.
Enumeration Members
FLAT_RATE
FLAT_RATE = "flat_rate"
The shipping option's price is a flat rate.
CALCULATED
CALCULATED = "calculated"
The shipping option's price is calculated. In this case, the amount
field is typically null
.
Was this section helpful?