Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 958 Bytes

File metadata and controls

25 lines (13 loc) · 958 Bytes

ShipmentDomesticByRateGroupByRateGroup

Indicates the category to select how cheap the carrier service is, or which carrier has fastest service.
It displays the list of those services.

Properties

Name Type Description Notes
ruleType RuleTypeEnum The Rule Type is a condition applied to RateGroup by Product side as per the customer requirement, which can have following options: Cheapest, Fastest, and deliverBy. <br /> If ruleType is deliverBy, then deliverBy date under deliveryOption will be mandatory to provide.
rateGroupId String This is a unique identifier assigned to the created RateGroup, which is used in the shipment creation.

Enum: RuleTypeEnum

Name Value
CHEAPEST "Cheapest"
FASTEST "Fastest"
DELIVER_BY "DeliverBy"