Omni’s API
...
custom
...
fedex_10kg_box
...
fedex_25kg_box
...
fedex_box
...
fedex_envelope
...
https://helpdesk.omniparcel.com/api-docs/
Fedex_pak
“Name”:”fedex_pak”, “Type”:”BOX”
Postmen has the validation for the Box Type and below is the list of valid box types for fedex carrier.
...
fedex_large_box
...
fedex_medium_box
...
fedex_pak
...
fedex_small_box
...
fedex_tube
Destination City in US
The city field only accept US states e.g. California
Origin City Had to be Hong Kong
City: Hong Kong, Kowloon
Pull FedEx labels by using the “Delivery Type”, use the service field
...
Seko Economy eCommerce Economy Tracked
...
Label Type
...
Examples
...
T86
...
API Details to update weight and dims to OmniParcel
Endpoint: POST https://api.omniparcel.com/adjustdimensions
Sample API:
{
"Barcode": "ABC00001001",
"HeightCm": 1.0,
"LengthCm": 1.0,
"WeightKg": 1.27,
"WidthCm": 1.0
}
Sample Response:
{
"ValidationErrors": {},
"Message": "Dimensions changed successfully for Barcode - ABC00001001"
}
The barcode number will be the carrier barcode number.
Omni Parcel Label Template
Label Type | Examples | ||||
---|---|---|---|---|---|
T86 |
| ||||
SEKO Matrix
Seko Express | If your shipment is over 1lb to Zone 1-3 If your shipment is over 1lb to Zone 4-8 | FedEx Smart Post is the last mile carrier |
---|---|---|
Seko Standard | If your shipment is Below 1lb | DHL Ground is the last mile carrier |
Seko Economy | If your shipment is Below 1lb | Pitney Bowes is the last mile carrier |