> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kibocommerce.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Shipping Method Codes

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.

Shipping method codes can also surface as a suffix on the keys of an order's `taxData` object (for example, `Ship_Warehouse_EXPEDITE`). For how those keys are composed and how to read them safely from an integration, see [Reading taxData Keys From an Order](/pages/creating-a-new-tax-integration#reading-taxdata-keys-from-an-order).

### 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
