Kibo uses shipping method codes and shipping method names to identify the shipment options for each carrier. Shipping method codes generally include a prefix that indicates the carrier followed by the service type.
The shippingMethodCode and shippingMethodName fields in the Order Management APIs are not applicable to pickup orders, only orders being shipped. The methods that can be passed in shippingMethodCode depend on which carriers and shipping types have been enabled. These values may be provided by the carrier and/or configured as custom rates if the implementation includes the Kibo front-end.
If a customer was not allowed to choose a specific carrier or a shipping method, or if the proper codes are unknown by the user, a generic Kibo code can be sent instead. In that case, the system will map the generic value to the appropriate code. All carrier-specific and generic shipping codes are listed below.
Carrier-Specific Shipping Codes
USPS Service Types:
- STANDARD POST
- GROUND ADVANTAGE
- FIRST_CLASS INTERNATIONAL
- PRIORITY INTERNATIONAL
- EXPRESS INTERNATIONAL
- LIBRARY
- MEDIA
- EXPRESS
- PRIORITY
UPS Service Types:
- UPS_GROUND
- UPS_STANDARD
- UPS_SUREPOST_BPM
- UPS_SUREPOST_MEDIA
- UPS_SUREPOST_1LB_OR_GREATER
- UPS_SUREPOST_LESS_THAN_1LB
- UPS_WORLDWIDE_EXPEDITED
- UPS_WORLDWIDE_EXPRESS_PLUS
- UPS_WORLDWIDE_EXPRESS_FREIGHT
- UPS_EXPRESS
- UPS_NEXT_DAY_AIR
- UPS_NEXT_DAY_AIR_EARLY
- UPS_NEXT_DAY_AIR_SAVER
- UPS_SECOND_DAY_AIR_AM
- UPS_SECOND_DAY_AIR
- UPS_SAVER
- UPS_THREE_DAY_SELECT
FedEx Service Types:
- FEDEX_1_DAY_FREIGHT
- FEDEX_2_DAY
- FEDEX_2_DAY_AM
- FEDEX_2_DAY_FREIGHT
- FEDEX_3_DAY_FREIGHT
- FEDEX_DISTANCE_DEFERRED
- FEDEX_EXPRESS_SAVER
- FEDEX_FIRST_FREIGHT
- FEDEX_FREIGHT_ECONOMY
- FEDEX_FREIGHT_PRIORITY
- FEDEX_GROUND
- FEDEX_NEXT_DAY_AFTERNOON
- FEDEX_NEXT_DAY_EARLY_MORNING
- FEDEX_NEXT_DAY_END_OF_DAY
- FEDEX_NEXT_DAY_FREIGHT
- FEDEX_NEXT_DAY_MID_MORNING
- FIRST_OVERNIGHT
- GROUND_HOME_DELIVERY
- INTERNATIONAL_ECONOMY
- INTERNATIONAL_ECONOMY_FREIGHT
- INTERNATIONAL_FIRST
- INTERNATIONAL_PRIORITY
- INTERNATIONAL_PRIORITY_FREIGHT
- PRIORITY_OVERNIGHT
- SAME_DAY
- SAME_DAY_CITY
- SMART_POST
- STANDARD_OVERNIGHT
FedEx Cross Border Service Types:
- fedexcrossborder_FDXIE (International Express)
- fedexcrossborder_FDXIP (International Priority)
Canada Post Service Types:
- canadapost_Xpress_Post
- canadapost_Expedited_Parcel
Purolator Service Types:
- purolator_PurolatorGround
- purolator_PurolatorQuickShip
- purolator_PurolatorExpress
Generic Shipping Codes
Kibo Generic:
- KIBO_STANDARD
- KIBO_1_DAY
- KIBO_2_DAY
- KIBO_3_DAY
USPS Generic:
- KIBO_USPS_STANDARD
- KIBO_USPS_1_DAY
- KIBO_USPS_2_DAY
- KIBO_USPS_3_DAY
UPS Generic:
- KIBO_UPS_STANDARD
- KIBO_UPS_1_DAY
- KIBO_UPS_2_DAY
- KIBO_UPS_3_DAY
FedEx:
- KIBO_FEDEX_STANDARD
- KIBO_FEDEX_1_DAY
- KIBO_FEDEX_2_DAY
- KIBO_FEDEX_3_DAY
Canada Post:
- KIBO_CANADAPOST_STANDARD
- KIBO_CANADAPOST_1_DAY
- KIBO_CANADAPOST_2_DAY
- KIBO_CANADAPOST_3_DAY
Purolator:
- KIBO_PUROLATOR_STANDARD
- KIBO_PUROLATOR_1_DAY
- KIBO_PUROLATOR_2_DAY
- KIBO_PUROLATOR_3_DAY