Air, LCL, and LTL#
Air OceanLCL TruckLTL
One schema for all three. Send SKUs in shipment_skus; ALPHA
palletizes them during optimization.
OceanFCL TruckFTL
ALPHA can palletize SKUs and also accept pre-built pallets and loose boxes. See FCL and FTL.
Request body#
{
"shipper_name": "Supplier",
"consignee_name": "Consignee",
"transportation_mode": "Air",
"origin": "Dubai Airport",
"destination": "Amsterdam Airport",
"reference": "REF-001",
"shipment_skus": [
{ "item": "PRD-001", "quantity": 10 }
]
}
Parameters#
|
Parameter |
Also accepted as |
Type |
Description |
|---|---|---|---|
|
|
|
string |
Required. Case-insensitive. Company name aliases accepted. |
|
|
— |
string |
Required. Case-insensitive. Company name aliases accepted. |
|
|
— |
string |
Optional. Free-text origin (city, port, airport, or address). Maximum length: 255. |
|
|
— |
string |
Optional. Free-text destination (city, port, airport, or address). Maximum length: 255. |
|
|
— |
string |
Required. |
|
|
— |
string |
Optional. Your order reference. Maximum length: 1000. Not unique; lookups use the newest match. |
|
|
— |
string |
Optional. Maximum length: 64. |
|
|
— |
string |
Optional. Default: |
|
|
|
array of objects |
Optional. Empty list accepted. See Shipment SKUs. |
|
|
— |
string |
Optional. Free-text notes. |
|
|
— |
boolean |
Optional. Default: |
|
|
— |
boolean |
Optional. Default: |
|
|
— |
array of strings |
Optional. Extra To addresses for missing-lane notifications. |
|
|
— |
array of strings |
Optional. Extra CC addresses. |
Shipment type#
|
Value |
Description |
|---|---|
|
|
Default. May consolidate with other shipments. |
|
|
Must not consolidate with other shipments. |
|
|
Consolidates only with other dedicated-container shipments. |
Shipment SKUs#
Objects in shipment_skus.
|
Parameter |
Type |
Description |
|---|---|---|
|
|
string |
Required. Item / stock-keeping unit (SKU) code. |
|
|
number |
Required. Minimum: |
|
|
string |
Optional. Purchase order reference. |
|
|
string |
Optional. Line item number. |
|
|
string |
Optional. Notes or comments. |