Welcome to the Kuebix API reference page!
Our modern REST APIs allow our partners to interact with the Kuebix TMS in a variety of ways. These APIs are used to get quick rate quotes for shipments, add and book new shipments in your Kuebix account, retrieve shipment information, schedule pickups with your carriers, and more.
The Kuebix Shipment API is designed for CRUD operations (Create, Read, Update, and Delete) on Shipments as well as more advanced operations in the action endpoints.
The Kuebix Shipment API uses standard REST actions associated with HTTP verbs.
Authentication is controlled through Basic Auth over HTTPS using an Authorization Header attached to the HTTP Request consisting of “Basic Base64Encode(‘username:password’). Kuebix will provide you with a Username and an API Key password.
In addition, Kuebix will provide you with a unique 15 character Client Id that is required in most API calls. Your Client Id will serve as an identifier for each of your shipping or receiving locations.
Kuebix rating service allows our customers to retrieve contractual or transactional quotes. Customers can generate quotes with nothing more than weights and zip codes! However, the more detailed the rate request, the more refined the quote is.
Kuebix has taken this functionality a step further and can accommodate our customer's e-commerce platforms to be the rating engine they use to give their customers shipping costs. One of the great features of Kuebix rating API is the ability for customers to turn the received quote into a shipment.
To maximize the quote to shipment experience, we require more information than the bare minimum required parameters. Each parameter that has these "conditional" requirements has been specifically identified in the parameter description.
Request rate quotes using a simple and quick method call.
Authorization required | string Authorization |
required | object (Client) Client object containing unique shipper identifiers. |
shipmentId | string 15 or 18 character Salesforce ID. |
Array of objects (Accessorial) List of Accessorial objects. When a shipment is created, included Accessorial objects each create an Accessorial record. | |
base64String | string Base64 string used for shipment document retrieval. |
required | object (Address) The Address class extends the Client class. |
bolNumber | string Client bill of lading number. |
booked | boolean Indicates whether the shipment is booked with a carrier. |
createdByUpload | boolean |
object (CustomerSpecificFields) Reference fields used to pass information not belonging to a specific field. These optional fields allow you to add additional information to shipments. | |
csxSoNumbers | string |
required | object (Address) The Address class extends the Client class. |
freightPayer | string (FreightPayer) Enum: "Sender" "Receiver" "Third Party" |
generateReturnLabel | boolean |
Array of objects (HandlingUnit) List of HandlingUnit objects. When a shipment is created, included HandlingUnit objects each create a Shipment Dimension record. Handling Unit information is required for LTL and TL shipments. | |
holdAtLocation | boolean |
includeGWFP | boolean Include UPS Ground with Freight Pricing. |
isClientSideSellRate | boolean |
lengthUnit | string (LengthUnit) Enum: "IN" "CM" "FT" "M" Length unit, accepts both imperial and metric units. |
Array of objects (LineItem) List of LineItem objects. When a shipment is created, included LineItem objects each create a Shipment Line Item record. At least one Line Item is required for LTL and TL shipments. | |
marketRegion | string |
mileage | number <BigDecimal> |
moveType | string Shipment movement data sent along to the rating engine. |
required | object (Address) The Address class extends the Client class. |
originalDeliveryDate | string <date> |
ownerIdString | string Auto-populates after shipment creation with the Salesforce ID for the associated Kuebix User which owns the shipment. |
Array of objects (Package) List of Package objects. When a shipment is created, included Package objects each create a Shipment Dimension record. Package information is required for Parcel shipments. | |
parcelAccountNumber | string |
parcelCompare | boolean |
parcelUrl | string |
paymentType required | string Enum: "Inbound Collect" "Outbound Collect" "Outbound Prepaid" "Third Party" "Third Party Collect" "Vendor Delivered" Payment type |
pickupClose | string <date-time> Pickup close date-time string. |
pickupDate | string <date-time> Pickup date date-time string. |
pickupNumber | string |
pickupReady | string <date-time> Pickup ready date time. |
poNumbers | string |
proNumber | string |
scheduled | boolean Indicates whether the shipment is scheduled with a carrier. |
object (SchedulingPreferences) The SchedulingPreferences object is used to create a Kuebix order at the time of shipment creation. | |
service | string Used in conjunction with the |
serviceType | string |
shipmentName | string Auto-populated upon shipment creation. |
shipmentMode required | string (ShipmentMode) Enum: "Air" "Bulk" "Dry Van" "Flatbed" "Intermodal" "Ocean" "OTR" "Temp Controlled" Carrier method of transportation. |
shipmentNotes | string This field gets printed on the BOL, 255 character limit. |
shipmentType required | string (ShipmentType) Enum: "Parcel" "LTL" "TL" "TL Multistop" "TL Multistop Delivery" "TL Multistop Pickup" Shipment type:
|
soNumbers | string Semicolon-delimited Sales Order Numbers rolled-up from any included Shipment Line Item soNumber fields. |
specialInstruction | string This field gets printed on the BOL, 255 character limit. |
totalPackages | integer Total number of packages in the shipment. Required when any Package object is included in the request. |
totalSkids | integer Total number of Handling Units in the shipment |
weightUnit | string Enum: "LB" "KG" Weight unit:
|
x104Enabled | boolean |
ignoreRQLessThan | number <BigDecimal> Ignores rate quotes less than the specified dollar amount. |
forceLoad | boolean |
persist | boolean Indicates whether the Shipment should persist in the database after creation. |
scacs | Array of strings Included carrier SCACs are returned in rating results. |
{- "origin": {
- "companyName": "Origin Sample Company",
- "country": "United States",
- "stateProvince": "MA",
- "city": "Acton",
- "streetAddress": "8 Post Office Square",
- "postalCode": "01720",
- "contact": {
- "name": "Sample User",
- "phone": "978-555-5555",
- "email": "sampleuser@kuebix.com"
}, - "notes": "Example note",
- "locationCode": "example-111"
}, - "destination": {
- "companyName": "Destination Sample Company",
- "country": "United States",
- "stateProvince": "PA",
- "city": "Warminster",
- "streetAddress": "273 N. Scott Drive",
- "postalCode": "18974",
- "contact": {
- "name": "Sample User",
- "phone": "978-555-5555",
- "email": "sampleuser@kuebix.com"
}, - "notes": "Example note",
- "locationCode": "example-222"
}, - "billTo": {
- "companyName": "BillTo Sample Company",
- "country": "United States",
- "stateProvince": "TX",
- "city": "Arlington",
- "streetAddress": "8 Post Office Square",
- "postalCode": "76001",
- "contact": {
- "name": "Sample User",
- "phone": "978-555-5555",
- "email": "sampleuser@kuebix.com"
}, - "notes": "Example note"
}, - "lineItems": [
- {
- "packageType": "Case(s)",
- "inPackages": 63,
- "description": "Sample lineItem Description",
- "weight": 3700,
- "freightClass": "70",
- "nmfc": "144250-02",
- "sku": "Sample SKU Number",
- "soNumber": "Sample-SO-Number",
- "poNumber": "Sample-PO-Number"
}
], - "handlingUnits": [
- {
- "length": 28,
- "width": 36,
- "height": 22,
- "weight": 850,
- "stackable": true,
- "huType": "Pallet(s)"
}, - {
- "length": 48,
- "width": 40,
- "height": 48,
- "weight": 1850,
- "huType": "Pallet(s)",
- "stackable": true
}
], - "client": {
- "id": "001XXXXXXXUgyyc"
}, - "weightUnit": "LB",
- "lengthUnit": "IN",
- "shipmentType": "LTL",
- "totalSkids": 2,
- "totalPackages": 64,
- "shipmentMode": "Dry Van",
- "paymentType": "Outbound Prepaid",
- "pickupReady": "2018-06-06T08:00:00.00Z",
- "pickupClose": "2018-06-06T11:00:00.00Z",
- "customerSpecificFields": {
- "boolean1": true,
- "date1": "2020-01-28",
- "integer1": 15,
- "text1": "Sample Reference Text String"
}, - "schedulingPreferences": {
- "accountWarehouseCode": "Sample Warehouse Code",
- "commodityGroup": "Sample Commodity Group",
- "partnerProfile": {
- "id": "a1XXXXXXXXXX9JkYAI"
}, - "warehouseDockPartition": "DOCK1234"
}
}
{- "rateMap": {
- "PITD": [
- {
- "deliveryDate": "8/26/2019",
- "scac": "PITD",
- "service": "Standard",
- "serviceType": "Standard",
- "serviceDays": 4,
- "gross": 827.45,
- "fscPercent": 18.5,
- "fscPrice": 43.01,
- "accessorialPrice": 0,
- "accessorialCharges": [ ],
- "totalPrice": 275.52,
- "linehaul": 232.51,
- "prepayAdd": 27.52,
- "discountPercent": 71.9,
- "carrierName": "Pitt Ohio",
- "guaranteed": false,
- "quoteNumber": "44167731",
- "directCarrier": false,
- "kuebixRefNum": 79941413
}
], - "CNWY": [
- {
- "deliveryDate": "8/21/2019",
- "scac": "CNWY",
- "service": "Standard",
- "serviceType": "Standard",
- "serviceDays": 1,
- "gross": 224.8,
- "fscPercent": 9.01,
- "fscPrice": 7.94,
- "accessorialPrice": 0,
- "accessorialCharges": [ ],
- "totalPrice": 96.11,
- "linehaul": 88.17,
- "discountPercent": 60.78,
- "carrierName": "XPO Logistics",
- "guaranteed": false,
- "quoteNumber": "5245801106349",
- "directCarrier": true,
- "kuebixRefNum": 144249699
}, - {
- "deliveryDate": "8/21/2019",
- "scac": "CNWY",
- "service": "Instant Guaranteed Service",
- "serviceType": "Guaranteed",
- "serviceDays": 1,
- "gross": 224.8,
- "fscPercent": 9.01,
- "fscPrice": 7.94,
- "accessorialPrice": 90,
- "accessorialCharges": [
- {
- "charge": 90,
- "accessorial": {
- "id": null,
- "accessorialId": null,
- "name": "Guaranteed Delivery",
- "kuebixCode": null,
- "code": "GUARANTEED",
- "parameters": [ ],
- "parametersRequired": false,
- "accessorialType": "Delivery"
}
}
], - "totalPrice": 186.11,
- "linehaul": 88.17,
- "prepayAdd": 18.61,
- "discountPercent": 60.78,
- "guaranteedTime": "5:00 PM",
- "carrierName": "XPO Logistics",
- "guaranteed": true,
- "quoteNumber": "5245801116623",
- "directCarrier": true,
- "kuebixRefNum": 2079939
}
]
}, - "rates": [
- {
- "deliveryDate": "8/21/2019",
- "scac": "CNWY",
- "service": "Standard",
- "serviceType": "Standard",
- "serviceDays": 1,
- "gross": 224.8,
- "fscPercent": 9.01,
- "fscPrice": 7.94,
- "accessorialPrice": 0,
- "accessorialCharges": [ ],
- "totalPrice": 96.11,
- "linehaul": 88.17,
- "discountPercent": 60.78,
- "carrierName": "XPO Logistics",
- "guaranteed": false,
- "quoteNumber": "5245801106349",
- "directCarrier": true,
- "kuebixRefNum": 144249699
}, - {
- "deliveryDate": "8/21/2019",
- "scac": "CNWY",
- "service": "Instant Guaranteed Service",
- "serviceType": "Guaranteed",
- "serviceDays": 1,
- "gross": 224.8,
- "fscPercent": 9.01,
- "fscPrice": 7.94,
- "accessorialPrice": 90,
- "accessorialCharges": [
- {
- "charge": 90,
- "accessorial": {
- "id": null,
- "accessorialId": null,
- "name": "Guaranteed Delivery",
- "kuebixCode": null,
- "code": "GUARANTEED",
- "parameters": [ ],
- "parametersRequired": false,
- "accessorialType": "Delivery"
}
}
], - "totalPrice": 186.11,
- "linehaul": 88.17,
- "discountPercent": 60.78,
- "guaranteedTime": "5:00 PM",
- "carrierName": "XPO Logistics",
- "guaranteed": true,
- "quoteNumber": "5245801116623",
- "directCarrier": true,
- "kuebixRefNum": 2079939
}, - {
- "deliveryDate": "8/26/2019",
- "scac": "PITD",
- "service": "Standard",
- "serviceType": "Standard",
- "serviceDays": 4,
- "gross": 827.45,
- "fscPercent": 18.5,
- "fscPrice": 43.01,
- "accessorialPrice": 0,
- "accessorialCharges": [ ],
- "totalPrice": 275.52,
- "linehaul": 232.51,
- "discountPercent": 71.9,
- "carrierName": "Pitt Ohio",
- "guaranteed": false,
- "quoteNumber": "44167731",
- "directCarrier": false,
- "kuebixRefNum": 79941413
}
]
}
The Kuebix Shipments API is the customer's gateway to create, update, delete and retrieve details for Kuebix shipments. There are also endpoints for obtaining shipment documents and scheduling shipments with a carrier.
A maximum of 200 line items can be processed in a single API request.
Authorization required | string Authorization |
required | object (Client) Client object containing unique shipper identifiers. |
shipmentId | string 15 or 18 character Salesforce ID. |
Array of objects (Accessorial) List of Accessorial objects. When a shipment is created, included Accessorial objects each create an Accessorial record. | |
base64String | string Base64 string used for shipment document retrieval. |
required | object (Address) The Address class extends the Client class. |
bolNumber | string Client bill of lading number. |
booked | boolean Indicates whether the shipment is booked with a carrier. |
createdByUpload | boolean |
object (CustomerSpecificFields) Reference fields used to pass information not belonging to a specific field. These optional fields allow you to add additional information to shipments. | |
csxSoNumbers | string |
required | object (Address) The Address class extends the Client class. |
freightPayer | string (FreightPayer) Enum: "Sender" "Receiver" "Third Party" |
generateReturnLabel | boolean |
Array of objects (HandlingUnit) List of HandlingUnit objects. When a shipment is created, included HandlingUnit objects each create a Shipment Dimension record. Handling Unit information is required for LTL and TL shipments. | |
holdAtLocation | boolean |
includeGWFP | boolean Include UPS Ground with Freight Pricing. |
isClientSideSellRate | boolean |
lengthUnit | string (LengthUnit) Enum: "IN" "CM" "FT" "M" Length unit, accepts both imperial and metric units. |
Array of objects (LineItem) List of LineItem objects. When a shipment is created, included LineItem objects each create a Shipment Line Item record. At least one Line Item is required for LTL and TL shipments. | |
marketRegion | string |
mileage | number <BigDecimal> |
moveType | string Shipment movement data sent along to the rating engine. |
required | object (Address) The Address class extends the Client class. |
originalDeliveryDate | string <date> |
ownerIdString | string Auto-populates after shipment creation with the Salesforce ID for the associated Kuebix User which owns the shipment. |
Array of objects (Package) List of Package objects. When a shipment is created, included Package objects each create a Shipment Dimension record. Package information is required for Parcel shipments. | |
parcelAccountNumber | string |
parcelCompare | boolean |
parcelUrl | string |
paymentType required | string Enum: "Inbound Collect" "Outbound Collect" "Outbound Prepaid" "Third Party" "Third Party Collect" "Vendor Delivered" Payment type |
pickupClose | string <date-time> Pickup close date-time string. |
pickupDate | string <date-time> Pickup date date-time string. |
pickupNumber | string |
pickupReady | string <date-time> Pickup ready date time. |
poNumbers | string |
proNumber | string |
scheduled | boolean Indicates whether the shipment is scheduled with a carrier. |
object (SchedulingPreferences) The SchedulingPreferences object is used to create a Kuebix order at the time of shipment creation. | |
service | string Used in conjunction with the |
serviceType | string |
shipmentName | string Auto-populated upon shipment creation. |
shipmentMode required | string (ShipmentMode) Enum: "Air" "Bulk" "Dry Van" "Flatbed" "Intermodal" "Ocean" "OTR" "Temp Controlled" Carrier method of transportation. |
shipmentNotes | string This field gets printed on the BOL, 255 character limit. |
shipmentType required | string (ShipmentType) Enum: "Parcel" "LTL" "TL" "TL Multistop" "TL Multistop Delivery" "TL Multistop Pickup" Shipment type:
|
soNumbers | string Semicolon-delimited Sales Order Numbers rolled-up from any included Shipment Line Item soNumber fields. |
specialInstruction | string This field gets printed on the BOL, 255 character limit. |
totalPackages | integer Total number of packages in the shipment. Required when any Package object is included in the request. |
totalSkids | integer Total number of Handling Units in the shipment |
weightUnit | string Enum: "LB" "KG" Weight unit:
|
x104Enabled | boolean |
{- "billTo": {
- "city": "Maynard",
- "companyName": "Kuebix",
- "country": "United States",
- "postalCode": "01745",
- "stateProvince": "MA",
- "streetAddress": "5 Mill & Main Place"
}, - "client": {
- "id": "XXXXXXXXXXXXXXXXX"
}, - "destination": {
- "city": "Brentwood",
- "companyName": "FreightWise",
- "contact": {
- "name": "Sample User",
- "phone": "555-555-5555"
}, - "country": "United States",
- "postalCode": "37027",
- "stateProvince": "TN",
- "streetAddress": "214 Centerview Dr"
}, - "freightPayer": "Sender",
- "handlingUnits": [
- {
- "description": "Boxes of sand",
- "height": 48,
- "huType": "Pallet(s)",
- "length": 48,
- "quantity": 1,
- "reference": "1",
- "stackable": false,
- "weight": 1000,
- "width": 40
}, - {
- "description": "Boxes of rocks",
- "height": 48,
- "huType": "Pallet(s)",
- "length": 48,
- "quantity": 2,
- "reference": "2",
- "stackable": false,
- "weight": 2000,
- "width": 40
}
], - "lengthUnit": "IN",
- "lineItems": [
- {
- "description": "Sand",
- "freightClass": "50",
- "inPackages": 8,
- "nmfc": "123456-01",
- "packageReference": "1",
- "packageType": "Box(es)",
- "poNumber": "Sample-PO-Number",
- "quantity": 8,
- "sku": "sku-sand-1",
- "soNumber": "Sample-SO-Number",
- "weight": 1000
}, - {
- "description": "Rocks",
- "freightClass": "50",
- "inPackages": 16,
- "nmfc": "123456-01",
- "packageReference": "2",
- "packageType": "Box(es)",
- "poNumber": "Sample-PO-Number",
- "quantity": 16,
- "sku": "sku-rocks-2",
- "soNumber": "Sample-SO-Number",
- "weight": 2000
}
], - "origin": {
- "city": "Maynard",
- "companyName": "Kuebix",
- "contact": {
- "email": "sampleuser@kuebix.com",
- "firstName": "Sample",
- "lastName": "User",
- "name": "Sample User",
- "phone": "978-555-5555"
}, - "country": "United States",
- "postalCode": "01745",
- "stateProvince": "MA",
- "streetAddress": "5 Mill & Main Place"
}, - "packages": [
- {
- "handlingUnitReference": "1",
- "quantity": 8,
- "reference": "1",
- "weight": 1000
}, - {
- "handlingUnitReference": "2",
- "quantity": 16,
- "reference": "2",
- "weight": 2000
}
], - "paymentType": "Outbound Prepaid",
- "pickupDate": "2023-03-08T23:56:00.000Z",
- "shipmentMode": "Dry Van",
- "shipmentType": "LTL",
- "totalPackages": 32,
- "totalSkids": 3,
- "weightUnit": "LB"
}
{- "orgId": "00Do0000000bVmL",
- "shipmentId": "a1HPr000001zL29MAE",
- "client": {
- "id": "XXXXXXXXXXXXXXXXX",
- "code": "01",
- "name": "Example Company Name"
}, - "shipmentType": "LTL",
- "paymentType": "Outbound Prepaid",
- "pickupClose": "2024-03-11T20:00:00.000Z",
- "totalSkids": 3,
- "totalPackages": 32,
- "shipmentMode": "Dry Van",
- "ownerIdString": "005o0000001rmJ2AAI",
- "weightUnit": "LB",
- "lengthUnit": "IN",
- "shipmentName": "KBX-17456294-24",
- "mileage": 1086.74,
- "origin": {
- "id": null,
- "code": null,
- "name": null,
- "companyName": "Kuebix",
- "streetAddress": "5 Mill & Main Place",
- "streetAddress2": null,
- "city": "Maynard",
- "stateProvince": "MA",
- "postalCode": "01745",
- "country": "United States",
- "taxId": null,
- "contact": {
- "id": null,
- "name": "Sample User",
- "firstName": "Sample",
- "lastName": "User",
- "email": "sampleuser@kuebix.com",
- "phone": "978-555-5555",
- "fax": null
}, - "notes": null,
- "reference": null,
- "residential": false
}, - "destination": {
- "id": null,
- "code": null,
- "name": null,
- "companyName": "FreightWise",
- "streetAddress": "214 Centerview Dr",
- "streetAddress2": null,
- "city": "Brentwood",
- "stateProvince": "TN",
- "postalCode": "37027",
- "country": "United States",
- "taxId": null,
- "contact": {
- "id": null,
- "name": "Sample User",
- "firstName": null,
- "lastName": null,
- "email": null,
- "phone": "555-555-5555",
- "fax": null
}, - "notes": null,
- "reference": null,
- "residential": false
}, - "billTo": {
- "id": null,
- "code": null,
- "name": null,
- "companyName": "Kuebix",
- "streetAddress": "5 Mill & Main Place",
- "streetAddress2": null,
- "city": "Maynard",
- "stateProvince": "MA",
- "postalCode": "01745",
- "country": "United States",
- "taxId": null,
- "contact": null,
- "notes": null,
- "reference": null,
- "residential": false
}, - "lineItems": [
- {
- "quantity": 8,
- "reference": null,
- "sku": "sku-sand-1",
- "uom": null,
- "schedulingPreferences": null,
- "id": "a1FPr000001qfg1MAA",
- "inPackages": 8,
- "description": "Sand",
- "packageType": "Box(es)",
- "freightClass": "50",
- "unitCost": null,
- "countryOfManufacture": null,
- "nmfc": "123456-01",
- "poMasterId": null,
- "poLineItemDetailId": null,
- "poNumber": "Sample-PO-Number",
- "soNumber": "Sample-SO-Number",
- "htnNumber": null,
- "perishable": false,
- "packageReference": "1",
- "unitsReceived": null,
- "hazmatDetail": null,
- "weight": 1000,
- "netWeight": null,
- "receivedWeight": null,
- "cube": null,
- "pallets": null,
- "packageId": "a1DPr0000027vIBMAY",
- "hazmat": false
}, - {
- "quantity": 16,
- "reference": null,
- "sku": "sku-rocks-2",
- "uom": null,
- "schedulingPreferences": null,
- "id": "a1FPr000001qfg2MAA",
- "inPackages": 16,
- "description": "Rocks",
- "packageType": "Box(es)",
- "freightClass": "50",
- "unitCost": null,
- "countryOfManufacture": null,
- "nmfc": "123456-01",
- "poMasterId": null,
- "poLineItemDetailId": null,
- "poNumber": "Sample-PO-Number",
- "soNumber": "Sample-SO-Number",
- "htnNumber": null,
- "perishable": false,
- "packageReference": "2",
- "unitsReceived": null,
- "hazmatDetail": null,
- "weight": 2000,
- "netWeight": null,
- "receivedWeight": null,
- "cube": null,
- "pallets": null,
- "packageId": "a1DPr0000027vICMAY",
- "hazmat": false
}
], - "handlingUnits": [
- {
- "id": "a1DPr0000027vI9MAI",
- "description": "Boxes of sand",
- "weight": 1000,
- "netWeight": null,
- "packageWeight": null,
- "width": 40,
- "length": 48,
- "height": 48,
- "quantity": 1,
- "lineItems": [
- {
- "quantity": 8,
- "reference": null,
- "sku": "sku-sand-1",
- "uom": null,
- "schedulingPreferences": null,
- "id": "a1FPr000001qfg1MAA",
- "inPackages": 8,
- "description": "Sand",
- "packageType": "Box(es)",
- "freightClass": "50",
- "unitCost": null,
- "countryOfManufacture": null,
- "nmfc": "123456-01",
- "poMasterId": null,
- "poLineItemDetailId": null,
- "poNumber": "Sample-PO-Number",
- "soNumber": "Sample-SO-Number",
- "htnNumber": null,
- "perishable": false,
- "packageReference": "1",
- "unitsReceived": null,
- "hazmatDetail": null,
- "weight": 1000,
- "netWeight": null,
- "receivedWeight": null,
- "cube": null,
- "pallets": null,
- "packageId": "a1DPr0000027vIBMAY",
- "hazmat": false
}
], - "invoiceNumber": null,
- "poNumber": null,
- "soNumber": null,
- "reference1": null,
- "reference2": null,
- "reference3": null,
- "reference4": null,
- "reference5": null,
- "weightUnit": null,
- "uom": null,
- "cubicFeet": null,
- "clazz": null,
- "nmfc": null,
- "customerReference": null,
- "stackable": false,
- "reference": "1",
- "huType": "Pallet(s)",
- "customHuType": null,
- "freightClass": null,
- "declaredValue": null
}, - {
- "id": "a1DPr0000027vIAMAY",
- "description": "Boxes of rocks",
- "weight": 2000,
- "netWeight": null,
- "packageWeight": null,
- "width": 40,
- "length": 48,
- "height": 48,
- "quantity": 2,
- "lineItems": [
- {
- "quantity": 16,
- "reference": null,
- "sku": "sku-rocks-2",
- "uom": null,
- "schedulingPreferences": null,
- "id": "a1FPr000001qfg2MAA",
- "inPackages": 16,
- "description": "Rocks",
- "packageType": "Box(es)",
- "freightClass": "50",
- "unitCost": null,
- "countryOfManufacture": null,
- "nmfc": "123456-01",
- "poMasterId": null,
- "poLineItemDetailId": null,
- "poNumber": "Sample-PO-Number",
- "soNumber": "Sample-SO-Number",
- "htnNumber": null,
- "perishable": false,
- "packageReference": "2",
- "unitsReceived": null,
- "hazmatDetail": null,
- "weight": 2000,
- "netWeight": null,
- "receivedWeight": null,
- "cube": null,
- "pallets": null,
- "packageId": "a1DPr0000027vICMAY",
- "hazmat": false
}
], - "invoiceNumber": null,
- "poNumber": null,
- "soNumber": null,
- "reference1": null,
- "reference2": null,
- "reference3": null,
- "reference4": null,
- "reference5": null,
- "weightUnit": null,
- "uom": null,
- "cubicFeet": null,
- "clazz": null,
- "nmfc": null,
- "customerReference": null,
- "stackable": false,
- "reference": "2",
- "huType": "Pallet(s)",
- "customHuType": null,
- "freightClass": null,
- "declaredValue": null
}
], - "packages": [
- {
- "id": "a1DPr0000027vIBMAY",
- "description": null,
- "weight": 1000,
- "netWeight": null,
- "packageWeight": null,
- "width": 0,
- "length": 0,
- "height": 0,
- "quantity": 8,
- "lineItems": [
- {
- "quantity": 8,
- "reference": null,
- "sku": "sku-sand-1",
- "uom": null,
- "schedulingPreferences": null,
- "id": "a1FPr000001qfg1MAA",
- "inPackages": 8,
- "description": "Sand",
- "packageType": "Box(es)",
- "freightClass": "50",
- "unitCost": null,
- "countryOfManufacture": null,
- "nmfc": "123456-01",
- "poMasterId": null,
- "poLineItemDetailId": null,
- "poNumber": "Sample-PO-Number",
- "soNumber": "Sample-SO-Number",
- "htnNumber": null,
- "perishable": false,
- "packageReference": "1",
- "unitsReceived": null,
- "hazmatDetail": null,
- "weight": 1000,
- "netWeight": null,
- "receivedWeight": null,
- "cube": null,
- "pallets": null,
- "packageId": "a1DPr0000027vIBMAY",
- "hazmat": false
}
], - "invoiceNumber": null,
- "poNumber": null,
- "soNumber": null,
- "reference1": null,
- "reference2": null,
- "reference3": null,
- "reference4": null,
- "reference5": null,
- "weightUnit": null,
- "uom": null,
- "cubicFeet": null,
- "clazz": null,
- "nmfc": null,
- "customerReference": null,
- "codAmount": null,
- "declaredValue": null,
- "parentId": "a1DPr0000027vI9MAI",
- "handlingUnitReference": "1",
- "packageType": "Default",
- "reference": "1",
- "freightClass": null
}, - {
- "id": "a1DPr0000027vICMAY",
- "description": null,
- "weight": 2000,
- "netWeight": null,
- "packageWeight": null,
- "width": 0,
- "length": 0,
- "height": 0,
- "quantity": 16,
- "lineItems": [
- {
- "quantity": 16,
- "reference": null,
- "sku": "sku-rocks-2",
- "uom": null,
- "schedulingPreferences": null,
- "id": "a1FPr000001qfg2MAA",
- "inPackages": 16,
- "description": "Rocks",
- "packageType": "Box(es)",
- "freightClass": "50",
- "unitCost": null,
- "countryOfManufacture": null,
- "nmfc": "123456-01",
- "poMasterId": null,
- "poLineItemDetailId": null,
- "poNumber": "Sample-PO-Number",
- "soNumber": "Sample-SO-Number",
- "htnNumber": null,
- "perishable": false,
- "packageReference": "2",
- "unitsReceived": null,
- "hazmatDetail": null,
- "weight": 2000,
- "netWeight": null,
- "receivedWeight": null,
- "cube": null,
- "pallets": null,
- "packageId": "a1DPr0000027vICMAY",
- "hazmat": false
}
], - "invoiceNumber": null,
- "poNumber": null,
- "soNumber": null,
- "reference1": null,
- "reference2": null,
- "reference3": null,
- "reference4": null,
- "reference5": null,
- "weightUnit": null,
- "uom": null,
- "cubicFeet": null,
- "clazz": null,
- "nmfc": null,
- "customerReference": null,
- "codAmount": null,
- "declaredValue": null,
- "parentId": "a1DPr0000027vIAMAY",
- "handlingUnitReference": "2",
- "packageType": "Default",
- "reference": "2",
- "freightClass": null
}
], - "ownerId": "005o0000001rmJ2AAI",
- "pickupReady": "2024-03-11T17:00:00.000Z",
- "pickupDate": "2023-03-08T23:56:00.000Z"
}
Kuebix Shipments API is the customer's gateway to create shipments in Kuebix TMS and to update the shipments that Kuebix is responsible for.
Authorization required | string Basic Authentication over HTTPS using an API username and key password provided by Kuebix. |
required | object (Client) Client object containing unique shipper identifiers. |
shipmentId | string 15 or 18 character Salesforce ID. |
Array of objects (Accessorial) List of Accessorial objects. When a shipment is created, included Accessorial objects each create an Accessorial record. | |
base64String | string Base64 string used for shipment document retrieval. |
required | object (Address) The Address class extends the Client class. |
bolNumber | string Client bill of lading number. |
booked | boolean Indicates whether the shipment is booked with a carrier. |
createdByUpload | boolean |
object (CustomerSpecificFields) Reference fields used to pass information not belonging to a specific field. These optional fields allow you to add additional information to shipments. | |
csxSoNumbers | string |
required | object (Address) The Address class extends the Client class. |
freightPayer | string (FreightPayer) Enum: "Sender" "Receiver" "Third Party" |
generateReturnLabel | boolean |
Array of objects (HandlingUnit) List of HandlingUnit objects. When a shipment is created, included HandlingUnit objects each create a Shipment Dimension record. Handling Unit information is required for LTL and TL shipments. | |
holdAtLocation | boolean |
includeGWFP | boolean Include UPS Ground with Freight Pricing. |
isClientSideSellRate | boolean |
lengthUnit | string (LengthUnit) Enum: "IN" "CM" "FT" "M" Length unit, accepts both imperial and metric units. |
Array of objects (LineItem) List of LineItem objects. When a shipment is created, included LineItem objects each create a Shipment Line Item record. At least one Line Item is required for LTL and TL shipments. | |
marketRegion | string |
mileage | number <BigDecimal> |
moveType | string Shipment movement data sent along to the rating engine. |
required | object (Address) The Address class extends the Client class. |
originalDeliveryDate | string <date> |
ownerIdString | string Auto-populates after shipment creation with the Salesforce ID for the associated Kuebix User which owns the shipment. |
Array of objects (Package) List of Package objects. When a shipment is created, included Package objects each create a Shipment Dimension record. Package information is required for Parcel shipments. | |
parcelAccountNumber | string |
parcelCompare | boolean |
parcelUrl | string |
paymentType required | string Enum: "Inbound Collect" "Outbound Collect" "Outbound Prepaid" "Third Party" "Third Party Collect" "Vendor Delivered" Payment type |
pickupClose | string <date-time> Pickup close date-time string. |
pickupDate | string <date-time> Pickup date date-time string. |
pickupNumber | string |
pickupReady | string <date-time> Pickup ready date time. |
poNumbers | string |
proNumber | string |
scheduled | boolean Indicates whether the shipment is scheduled with a carrier. |
object (SchedulingPreferences) The SchedulingPreferences object is used to create a Kuebix order at the time of shipment creation. | |
service | string Used in conjunction with the |
serviceType | string |
shipmentName | string Auto-populated upon shipment creation. |
shipmentMode required | string (ShipmentMode) Enum: "Air" "Bulk" "Dry Van" "Flatbed" "Intermodal" "Ocean" "OTR" "Temp Controlled" Carrier method of transportation. |
shipmentNotes | string This field gets printed on the BOL, 255 character limit. |
shipmentType required | string (ShipmentType) Enum: "Parcel" "LTL" "TL" "TL Multistop" "TL Multistop Delivery" "TL Multistop Pickup" Shipment type:
|
soNumbers | string Semicolon-delimited Sales Order Numbers rolled-up from any included Shipment Line Item soNumber fields. |
specialInstruction | string This field gets printed on the BOL, 255 character limit. |
totalPackages | integer Total number of packages in the shipment. Required when any Package object is included in the request. |
totalSkids | integer Total number of Handling Units in the shipment |
weightUnit | string Enum: "LB" "KG" Weight unit:
|
x104Enabled | boolean |
ignoreRQLessThan | number <BigDecimal> Ignores rate quotes less than the specified dollar amount. |
forceLoad | boolean |
persist | boolean Indicates whether the Shipment should persist in the database after creation. |
scacs | Array of strings Included carrier SCACs are returned in rating results. |
chooseLowestPrice | boolean Including this field automatically books the shipment with the lowest-cost rate quote. |
kuebixRefNum | string Rate quote reference number returned in an API rate response. The kuebixRefNum can be included to book with a specific known rate quote. |
scac | string Used with the |
{- "origin": {
- "id": null,
- "code": null,
- "name": null,
- "companyName": "Origin Sample Company",
- "streetAddress": "8 Post Office Square",
- "city": "Acton",
- "stateProvince": "MA",
- "postalCode": "01720",
- "country": "United States",
- "contact": {
- "id": null,
- "name": "Sample User",
- "firstName": null,
- "lastName": null,
- "email": "sampleuser@kuebix.com",
- "phone": "978-555-5555",
- "fax": null
}, - "notes": "Example Note",
- "reference": null,
- "residential": false,
- "locationCode": "example-111"
}, - "destination": {
- "id": null,
- "code": null,
- "name": null,
- "companyName": "Destination Sample Company",
- "streetAddress": "273 N. Scott Drive",
- "city": "Warminster",
- "stateProvince": "PA",
- "postalCode": "18974",
- "country": "United States",
- "contact": {
- "id": null,
- "name": "Sample User",
- "firstName": null,
- "lastName": null,
- "email": null,
- "phone": "508-555-5555",
- "fax": null
}, - "notes": "Example Note",
- "reference": null,
- "residential": false,
- "locationCode": "example-222"
}, - "billTo": {
- "id": null,
- "code": null,
- "name": null,
- "companyName": "BillTo Sample Company",
- "streetAddress": "8 Post Office Square",
- "city": "Arlington",
- "stateProvince": "TX",
- "postalCode": "76001",
- "country": "United States",
- "contact": {
- "id": null,
- "name": "Sample User",
- "firstName": null,
- "lastName": null,
- "email": "sampleuser@kuebix.com",
- "phone": "978-555-5555",
- "fax": null
}, - "notes": "Example Note",
- "reference": null,
- "residential": false
}, - "client": {
- "id": "00XXXXXXXXXXyycAAB",
- "code": null,
- "name": null
}, - "lineItems": [
- {
- "quantity": 2,
- "reference": null,
- "sku": "Sample Sku",
- "id": "a1XXXXXXXXXXPQNUA4",
- "inPackages": 17,
- "description": "Sample Description",
- "packageType": "Box(es)",
- "freightClass": "50",
- "nmfc": "123456-01",
- "poNumber": "Sample-PO-Number",
- "soNumber": "Sample-SO-Number",
- "htnNumber": null,
- "perishable": false,
- "packageReference": null,
- "hazmatDetail": null,
- "weight": 500,
- "netWeight": null,
- "hazmat": false
}
], - "handlingUnits": [
- {
- "id": "a1XXXXXXXXXXatOUAS",
- "description": null,
- "weight": 1850,
- "netWeight": null,
- "packageWeight": null,
- "width": 40,
- "length": 48,
- "height": 48,
- "quantity": 1,
- "lineItems": [ ],
- "invoiceNumber": "",
- "stackable": false,
- "reference": null,
- "huType": null
}
], - "packages": [
- {
- "length": 48,
- "width": 40,
- "height": 48,
- "weight": 975,
- "packageType": "Medium Box"
}
], - "accessorials": [
- {
- "code": "Limited Access",
- "accessorialType": "Delivery",
- "parameters": [
- {
- "name": "accessType",
- "value": "Church"
}
]
}
], - "shipmentType": "LTL",
- "totalSkids": 1,
- "totalPackages": 1,
- "shipmentMode": "Dry Van",
- "paymentType": "Outbound Prepaid",
- "bolNumber": "Sample-BOL-Number",
- "pickupReady": "2018-06-05T18:00:00.00Z",
- "pickupClose": "2018-06-05T22:00:00.00Z",
- "kuebixRefNum": 29124400,
- "customerSpecificFields": {
- "boolean1": true,
- "date1": "2020-01-28",
- "integer1": 15,
- "text1": "Sample Reference Text String"
}, - "schedulingPreferences": {
- "accountWarehouseCode": "Sample Warehouse Code",
- "commodityGroup": "Sample Commodity Group",
- "partnerProfile": {
- "id": "a1XXXXXXXXXX9JkYAI"
}, - "warehouseDockPartition": "DOCK1234"
}
}
{- "shipmentId": "a1H1k000XXXXXD1EAI",
- "shipmentType": "LTL",
- "paymentType": "Outbound Prepaid",
- "bolNumber": "KBX67936721",
- "shipmentName": "KBX-0679367-21",
- "mileage": 294.82,
- "success": true,
- "webserviceScheduleEnabled": true,
- "rateQuoteId": "a151k000XXXXXwmAAC",
- "rateQuote": {
- "deliveryDate": "2021-05-13T17:00:00.000-04:00",
- "id": "a151k000XXXXXwmAAC",
- "name": "RQ-0009808335-21",
- "scac": "EXLA",
- "service": "LTL Standard Transit",
- "serviceType": "Standard",
- "serviceDays": 1,
- "gross": 6114,
- "fscPrice": 175.26,
- "surchargePrice": 0,
- "accessorialPrice": 0,
- "totalPrice": 890.6,
- "linehaul": 715.34,
- "prepayAdd": 0,
- "totalPrepayAdd": 890.6,
- "dropCharges": 0,
- "fscSellPrice": 0,
- "linehaulSellPrice": 0,
- "accessorialSellPrice": 0,
- "carrierName": "Estes Express",
- "guaranteed": false,
- "quoteNumber": "LJL663Y",
- "directCarrier": true,
- "kuebixRefNum": "37XXXX76"
}, - "responseTime": 5583
}
Pass the shipmentId as a path parameter. To specify a reason, pass an unbook reason in the body.
shipmentId required | string |
Authorization required | string Basic Authentication over HTTPS using an API username and key password provided by Kuebix. |
reason | string (UnbookReason) Enum: "-- Unspecified Reason --" "Buyer: Cancelled PO" "Buyer: Cancelled PO then retendered PO" "Buyer: Need freight early" "Buyer: Need freight later" "Carrier: Arrived with wrong equipment" "Carrier: Break down" "Carrier: Carrier fell off, new carrier assigned" "Carrier: Delayed at previous delivery" "Carrier: Late for delivery appointment" "Carrier: Missed pickup appointment" "Carrier: No capacity" "Carrier: No power" "Carrier: Ran out of hours" "Carrier: Weather" "CarrierStore: Dispatch error" "Vendor: Delayed carrier at pickup" "Vendor: Did not provide pickup appointment" "Vendor: Did not specify required equipment" "Vendor: Freight not ready" "Vendor: Overweight, return to vendor for rework" "Client: Dispatch Swap" |
{- "default": "-- Unspecified Reason --"
}
{- "shipmentId": "a1XXXXXXXXXXWPiEAM",
- "bolNumber": "KBX-XXXXXXX-19",
- "success": true,
- "message": "Shipment updated. Unbooking successful."
}
Pass the shipmentId as a path parameter. There is no request body for this operation.
shipmentId required | string |
Authorization required | string Basic Authentication over HTTPS using an API username and key password provided by Kuebix. |
{- "shipmentId": "a1XXXXXXXXXXWPiEAM",
- "bolNumber": "KBX-XXXXXXX-19",
- "success": true,
- "message": "Shipment updated. Unbooking successful."
}
shipmentId required | string |
Authorization required | string Basic Authentication over HTTPS using an API username and key password provided by Kuebix. |
{- "shipmentId": "a1XXXXXXXXXX6BkUAI",
- "shipmentType": "LTL",
- "paymentType": "Outbound Collect",
- "freightPayer": null,
- "pickupClose": "2018-04-09T02:56:00.000Z",
- "totalSkids": 1,
- "totalPackages": 40,
- "client": {
- "id": "00XXXXXXXXXXyycAAB",
- "code": null,
- "name": null
}, - "shipmentMode": "Dry Van",
- "bookedRateQuote": {
- "deliveryDate": "2018-04-10T17:00:00.000-04:00",
- "id": "a1XXXXXXXXXX81oQAC",
- "name": "RQ-XXXXXXXXXX-18",
- "scac": "RNLO",
- "service": "Guaranteed Service",
- "serviceDays": 1,
- "surchargePrice": 0,
- "accessorialPrice": 44.9,
- "totalPrice": 323.54,
- "prepayAdd": 0,
- "totalPrepayAdd": 323.54,
- "dropCharges": 0,
- "fscSellPrice": 56.52173,
- "linehaulSellPrice": 234.53,
- "accessorialSellPrice": 44.9,
- "carrierName": "R+L Carriers",
- "guaranteed": true,
- "quoteNumber": "XXXXXXXX",
- "directCarrier": true,
- "kuebixRefNum": "XXXXXXXX"
}, - "weightUnit": "LB",
- "lengthUnit": "IN",
- "booked": true,
- "bolNumber": "KBXXXXXXXX18",
- "shipmentName": "KBX-XXXXXXX-18",
- "origin": {
- "id": null,
- "code": null,
- "name": null,
- "companyName": "Origin Sample Company",
- "streetAddress": "8 Post Office Square",
- "city": "Acton",
- "stateProvince": "MA",
- "postalCode": "01720",
- "country": "United States",
- "contact": {
- "id": null,
- "name": "Sample User",
- "firstName": null,
- "lastName": null,
- "email": "sampleuser@kuebix.com",
- "phone": "978-555-5555",
- "fax": null
}, - "notes": null,
- "reference": null,
- "residential": false
}, - "destination": {
- "id": null,
- "code": null,
- "name": null,
- "companyName": "Destination Sample Company",
- "streetAddress": "273 N. Scott Drive",
- "city": "Warminster",
- "stateProvince": "PA",
- "postalCode": "18974",
- "country": "United States",
- "contact": {
- "id": null,
- "name": "Sample User",
- "firstName": null,
- "lastName": null,
- "email": null,
- "phone": "508-555-5555",
- "fax": "nullt"
}, - "notes": null,
- "reference": null,
- "residential": false
}, - "billTo": {
- "id": null,
- "code": null,
- "name": null,
- "companyName": "BillTo Sample Company",
- "streetAddress": "8 Post Office Square",
- "city": "Arlington",
- "stateProvince": "TX",
- "postalCode": "76001",
- "country": "United States",
- "contact": {
- "id": null,
- "name": "Sample User",
- "firstName": null,
- "lastName": null,
- "email": "sampleuser@kuebix.com",
- "phone": "978-555-5555",
- "fax": null
}, - "notes": null,
- "reference": null,
- "residential": false
}, - "lineItems": [
- {
- "quantity": 2,
- "reference": null,
- "sku": "Sample Sku",
- "id": "a1XXXXXXXXXXPQNUA4",
- "inPackages": 17,
- "description": "Sample Description",
- "packageType": "Box(es)",
- "freightClass": "50",
- "nmfc": "123456-01",
- "poNumber": "Sample-PO-Number",
- "soNumber": "Sample-SO-Number",
- "htnNumber": null,
- "perishable": false,
- "packageReference": null,
- "hazmatDetail": null,
- "weight": 500,
- "netWeight": null,
- "hazmat": false
}
], - "handlingUnits": [
- {
- "id": "a1XXXXXXXXXXatOUAS",
- "description": "Sample HandlingUnit Description",
- "weight": 1850,
- "netWeight": null,
- "packageWeight": null,
- "width": 40,
- "length": 48,
- "height": 48,
- "quantity": 1,
- "lineItems": [ ],
- "invoiceNumber": "",
- "stackable": false,
- "reference": null,
- "huType": null
}
], - "pickUpDropOff": "Pick Up",
- "forceLoad": true,
- "links": {
- "rel": "self",
}, - "pickupReady": "2018-04-09T23:56:00.000Z",
- "pickupDate": "2018-04-09T23:56:00.000Z",
- "customerSpecificFields": {
- "id": "a3W1k000XXXXXBTEA4",
- "ownerId": null,
- "associatedId": "a1H1k000XXXXXsCEAQ",
- "associatedTypeId": null,
- "boolean1": true,
- "date1": "2020-01-28T05:00:00.000+0000",
- "integer1": 15,
- "text1": "Sample Reference Text String"
}, - "schedulingPreferences": {
- "accountWarehouseCode": "Sample Warehouse Code",
- "commodityGroup": "Sample Commodity Group",
- "partnerProfile": {
- "id": "a1XXXXXXXXXX9JkYAI"
}, - "warehouseDockPartition": "DOCK1234"
}
}
Please note that ids should be passed from the original shipment that was returned when the shipment was created. The ids can also be obtained by using the Get JSON Representation of an Existing Shipment.
shipmentId required | string |
Authorization required | string Basic Authentication over HTTPS using an API username and key password provided by Kuebix. |
required | object (Client) Client object containing unique shipper identifiers. |
shipmentId | string 15 or 18 character Salesforce ID. |
Array of objects (Accessorial) List of Accessorial objects. When a shipment is created, included Accessorial objects each create an Accessorial record. | |
base64String | string Base64 string used for shipment document retrieval. |
required | object (Address) The Address class extends the Client class. |
bolNumber | string Client bill of lading number. |
booked | boolean Indicates whether the shipment is booked with a carrier. |
createdByUpload | boolean |
object (CustomerSpecificFields) Reference fields used to pass information not belonging to a specific field. These optional fields allow you to add additional information to shipments. | |
csxSoNumbers | string |
required | object (Address) The Address class extends the Client class. |
freightPayer | string (FreightPayer) Enum: "Sender" "Receiver" "Third Party" |
generateReturnLabel | boolean |
Array of objects (HandlingUnit) List of HandlingUnit objects. When a shipment is created, included HandlingUnit objects each create a Shipment Dimension record. Handling Unit information is required for LTL and TL shipments. | |
holdAtLocation | boolean |
includeGWFP | boolean Include UPS Ground with Freight Pricing. |
ignoreAlreadyBooked | boolean If true the request will update a shipment that has been booked with the carrier. |
isClientSideSellRate | boolean |
lengthUnit | string (LengthUnit) Enum: "IN" "CM" "FT" "M" Length unit, accepts both imperial and metric units. |
Array of objects (LineItem) List of LineItem objects. When a shipment is created, included LineItem objects each create a Shipment Line Item record. At least one Line Item is required for LTL and TL shipments. | |
marketRegion | string |
mileage | number <BigDecimal> |
moveType | string Shipment movement data sent along to the rating engine. |
required | object (Address) The Address class extends the Client class. |
originalDeliveryDate | string <date> |
ownerIdString | string Auto-populates after shipment creation with the Salesforce ID for the associated Kuebix User which owns the shipment. |
Array of objects (Package) List of Package objects. When a shipment is created, included Package objects each create a Shipment Dimension record. Package information is required for Parcel shipments. | |
parcelAccountNumber | string |
parcelCompare | boolean |
parcelUrl | string |
paymentType required | string Enum: "Inbound Collect" "Outbound Collect" "Outbound Prepaid" "Third Party" "Third Party Collect" "Vendor Delivered" Payment type |
pickupClose | string <date-time> Pickup close date-time string. |
pickupDate | string <date-time> Pickup date date-time string. |
pickupNumber | string |
pickupReady | string <date-time> Pickup ready date time. |
poNumbers | string |
proNumber | string |
scheduled | boolean Indicates whether the shipment is scheduled with a carrier. |
object (SchedulingPreferences) The SchedulingPreferences object is used to create a Kuebix order at the time of shipment creation. | |
service | string Used in conjunction with the |
serviceType | string |
shipmentName | string Auto-populated upon shipment creation. |
shipmentMode required | string (ShipmentMode) Enum: "Air" "Bulk" "Dry Van" "Flatbed" "Intermodal" "Ocean" "OTR" "Temp Controlled" Carrier method of transportation. |
shipmentNotes | string This field gets printed on the BOL, 255 character limit. |
shipmentType required | string (ShipmentType) Enum: "Parcel" "LTL" "TL" "TL Multistop" "TL Multistop Delivery" "TL Multistop Pickup" Shipment type:
|
soNumbers | string Semicolon-delimited Sales Order Numbers rolled-up from any included Shipment Line Item soNumber fields. |
specialInstruction | string This field gets printed on the BOL, 255 character limit. |
totalPackages | integer Total number of packages in the shipment. Required when any Package object is included in the request. |
totalSkids | integer Total number of Handling Units in the shipment |
weightUnit | string Enum: "LB" "KG" Weight unit:
|
x104Enabled | boolean |
{- "orgId": "00Do0000000bVmL",
- "shipmentId": "a1HPr000001zL29MAE",
- "client": {
- "id": "XXXXXXXXXXXXXXXXX",
- "code": "01",
- "name": "Example Company Name"
}, - "shipmentType": "LTL",
- "paymentType": "Outbound Prepaid",
- "pickupClose": "2024-03-11T20:00:00.000Z",
- "totalSkids": 3,
- "totalPackages": 32,
- "shipmentMode": "Dry Van",
- "ownerIdString": "005o0000001rmJ2AAI",
- "weightUnit": "LB",
- "lengthUnit": "IN",
- "shipmentName": "KBX-17456294-24",
- "mileage": 1086.74,
- "origin": {
- "id": null,
- "code": null,
- "name": null,
- "companyName": "Kuebix",
- "streetAddress": "5 Mill & Main Place",
- "streetAddress2": null,
- "city": "Maynard",
- "stateProvince": "MA",
- "postalCode": "01745",
- "country": "United States",
- "taxId": null,
- "contact": {
- "id": null,
- "name": "Sample User",
- "firstName": "Sample",
- "lastName": "User",
- "email": "sampleuser@kuebix.com",
- "phone": "978-555-5555",
- "fax": null
}, - "notes": null,
- "reference": null,
- "residential": false
}, - "destination": {
- "id": null,
- "code": null,
- "name": null,
- "companyName": "FreightWise",
- "streetAddress": "214 Centerview Dr",
- "streetAddress2": null,
- "city": "Brentwood",
- "stateProvince": "TN",
- "postalCode": "37027",
- "country": "United States",
- "taxId": null,
- "contact": {
- "id": null,
- "name": "Sample User",
- "firstName": null,
- "lastName": null,
- "email": null,
- "phone": "555-555-5555",
- "fax": null
}, - "notes": null,
- "reference": null,
- "residential": false
}, - "billTo": {
- "id": null,
- "code": null,
- "name": null,
- "companyName": "Kuebix",
- "streetAddress": "5 Mill & Main Place",
- "streetAddress2": null,
- "city": "Maynard",
- "stateProvince": "MA",
- "postalCode": "01745",
- "country": "United States",
- "taxId": null,
- "contact": null,
- "notes": null,
- "reference": null,
- "residential": false
}, - "lineItems": [
- {
- "quantity": 8,
- "reference": null,
- "sku": "sku-sand-1",
- "uom": null,
- "schedulingPreferences": null,
- "id": "a1FPr000001qfg1MAA",
- "inPackages": 8,
- "description": "Sand",
- "packageType": "Box(es)",
- "freightClass": "50",
- "unitCost": null,
- "countryOfManufacture": null,
- "nmfc": "123456-01",
- "poMasterId": null,
- "poLineItemDetailId": null,
- "poNumber": "Sample-PO-Number",
- "soNumber": "Sample-SO-Number",
- "htnNumber": null,
- "perishable": false,
- "packageReference": "1",
- "unitsReceived": null,
- "hazmatDetail": null,
- "weight": 1000,
- "netWeight": null,
- "receivedWeight": null,
- "cube": null,
- "pallets": null,
- "packageId": "a1DPr0000027vIBMAY",
- "hazmat": false
}, - {
- "quantity": 16,
- "reference": null,
- "sku": "sku-rocks-2",
- "uom": null,
- "schedulingPreferences": null,
- "id": "a1FPr000001qfg2MAA",
- "inPackages": 16,
- "description": "Rocks",
- "packageType": "Box(es)",
- "freightClass": "50",
- "unitCost": null,
- "countryOfManufacture": null,
- "nmfc": "123456-01",
- "poMasterId": null,
- "poLineItemDetailId": null,
- "poNumber": "Sample-PO-Number",
- "soNumber": "Sample-SO-Number",
- "htnNumber": null,
- "perishable": false,
- "packageReference": "2",
- "unitsReceived": null,
- "hazmatDetail": null,
- "weight": 2000,
- "netWeight": null,
- "receivedWeight": null,
- "cube": null,
- "pallets": null,
- "packageId": "a1DPr0000027vICMAY",
- "hazmat": false
}
], - "handlingUnits": [
- {
- "id": "a1DPr0000027vI9MAI",
- "description": "Boxes of sand",
- "weight": 1000,
- "netWeight": null,
- "packageWeight": null,
- "width": 40,
- "length": 48,
- "height": 48,
- "quantity": 1,
- "lineItems": [
- {
- "quantity": 8,
- "reference": null,
- "sku": "sku-sand-1",
- "uom": null,
- "schedulingPreferences": null,
- "id": "a1FPr000001qfg1MAA",
- "inPackages": 8,
- "description": "Sand",
- "packageType": "Box(es)",
- "freightClass": "50",
- "unitCost": null,
- "countryOfManufacture": null,
- "nmfc": "123456-01",
- "poMasterId": null,
- "poLineItemDetailId": null,
- "poNumber": "Sample-PO-Number",
- "soNumber": "Sample-SO-Number",
- "htnNumber": null,
- "perishable": false,
- "packageReference": "1",
- "unitsReceived": null,
- "hazmatDetail": null,
- "weight": 1000,
- "netWeight": null,
- "receivedWeight": null,
- "cube": null,
- "pallets": null,
- "packageId": "a1DPr0000027vIBMAY",
- "hazmat": false
}
], - "invoiceNumber": null,
- "poNumber": null,
- "soNumber": null,
- "reference1": null,
- "reference2": null,
- "reference3": null,
- "reference4": null,
- "reference5": null,
- "weightUnit": null,
- "uom": null,
- "cubicFeet": null,
- "clazz": null,
- "nmfc": null,
- "customerReference": null,
- "stackable": false,
- "reference": "1",
- "huType": "Pallet(s)",
- "customHuType": null,
- "freightClass": null,
- "declaredValue": null
}, - {
- "id": "a1DPr0000027vIAMAY",
- "description": "Boxes of rocks",
- "weight": 2000,
- "netWeight": null,
- "packageWeight": null,
- "width": 40,
- "length": 48,
- "height": 48,
- "quantity": 2,
- "lineItems": [
- {
- "quantity": 16,
- "reference": null,
- "sku": "sku-rocks-2",
- "uom": null,
- "schedulingPreferences": null,
- "id": "a1FPr000001qfg2MAA",
- "inPackages": 16,
- "description": "Rocks",
- "packageType": "Box(es)",
- "freightClass": "50",
- "unitCost": null,
- "countryOfManufacture": null,
- "nmfc": "123456-01",
- "poMasterId": null,
- "poLineItemDetailId": null,
- "poNumber": "Sample-PO-Number",
- "soNumber": "Sample-SO-Number",
- "htnNumber": null,
- "perishable": false,
- "packageReference": "2",
- "unitsReceived": null,
- "hazmatDetail": null,
- "weight": 2000,
- "netWeight": null,
- "receivedWeight": null,
- "cube": null,
- "pallets": null,
- "packageId": "a1DPr0000027vICMAY",
- "hazmat": false
}
], - "invoiceNumber": null,
- "poNumber": null,
- "soNumber": null,
- "reference1": null,
- "reference2": null,
- "reference3": null,
- "reference4": null,
- "reference5": null,
- "weightUnit": null,
- "uom": null,
- "cubicFeet": null,
- "clazz": null,
- "nmfc": null,
- "customerReference": null,
- "stackable": false,
- "reference": "2",
- "huType": "Pallet(s)",
- "customHuType": null,
- "freightClass": null,
- "declaredValue": null
}
], - "packages": [
- {
- "id": "a1DPr0000027vIBMAY",
- "description": null,
- "weight": 1000,
- "netWeight": null,
- "packageWeight": null,
- "width": 0,
- "length": 0,
- "height": 0,
- "quantity": 8,
- "lineItems": [
- {
- "quantity": 8,
- "reference": null,
- "sku": "sku-sand-1",
- "uom": null,
- "schedulingPreferences": null,
- "id": "a1FPr000001qfg1MAA",
- "inPackages": 8,
- "description": "Sand",
- "packageType": "Box(es)",
- "freightClass": "50",
- "unitCost": null,
- "countryOfManufacture": null,
- "nmfc": "123456-01",
- "poMasterId": null,
- "poLineItemDetailId": null,
- "poNumber": "Sample-PO-Number",
- "soNumber": "Sample-SO-Number",
- "htnNumber": null,
- "perishable": false,
- "packageReference": "1",
- "unitsReceived": null,
- "hazmatDetail": null,
- "weight": 1000,
- "netWeight": null,
- "receivedWeight": null,
- "cube": null,
- "pallets": null,
- "packageId": "a1DPr0000027vIBMAY",
- "hazmat": false
}
], - "invoiceNumber": null,
- "poNumber": null,
- "soNumber": null,
- "reference1": null,
- "reference2": null,
- "reference3": null,
- "reference4": null,
- "reference5": null,
- "weightUnit": null,
- "uom": null,
- "cubicFeet": null,
- "clazz": null,
- "nmfc": null,
- "customerReference": null,
- "codAmount": null,
- "declaredValue": null,
- "parentId": "a1DPr0000027vI9MAI",
- "handlingUnitReference": "1",
- "packageType": "Default",
- "reference": "1",
- "freightClass": null
}, - {
- "id": "a1DPr0000027vICMAY",
- "description": null,
- "weight": 2000,
- "netWeight": null,
- "packageWeight": null,
- "width": 0,
- "length": 0,
- "height": 0,
- "quantity": 16,
- "lineItems": [
- {
- "quantity": 16,
- "reference": null,
- "sku": "sku-rocks-2",
- "uom": null,
- "schedulingPreferences": null,
- "id": "a1FPr000001qfg2MAA",
- "inPackages": 16,
- "description": "Rocks",
- "packageType": "Box(es)",
- "freightClass": "50",
- "unitCost": null,
- "countryOfManufacture": null,
- "nmfc": "123456-01",
- "poMasterId": null,
- "poLineItemDetailId": null,
- "poNumber": "Sample-PO-Number",
- "soNumber": "Sample-SO-Number",
- "htnNumber": null,
- "perishable": false,
- "packageReference": "2",
- "unitsReceived": null,
- "hazmatDetail": null,
- "weight": 2000,
- "netWeight": null,
- "receivedWeight": null,
- "cube": null,
- "pallets": null,
- "packageId": "a1DPr0000027vICMAY",
- "hazmat": false
}
], - "invoiceNumber": null,
- "poNumber": null,
- "soNumber": null,
- "reference1": null,
- "reference2": null,
- "reference3": null,
- "reference4": null,
- "reference5": null,
- "weightUnit": null,
- "uom": null,
- "cubicFeet": null,
- "clazz": null,
- "nmfc": null,
- "customerReference": null,
- "codAmount": null,
- "declaredValue": null,
- "parentId": "a1DPr0000027vIAMAY",
- "handlingUnitReference": "2",
- "packageType": "Default",
- "reference": "2",
- "freightClass": null
}
], - "ownerId": "005o0000001rmJ2AAI",
- "pickupReady": "2024-03-11T17:00:00.000Z",
- "pickupDate": "2023-03-08T23:56:00.000Z"
}
{- "orgId": "00Do0000000bVmL",
- "shipmentId": "a1HPr000001zL29MAE",
- "client": {
- "id": "XXXXXXXXXXXXXXXXX",
- "code": "01",
- "name": "Example Company Name"
}, - "shipmentType": "LTL",
- "paymentType": "Outbound Prepaid",
- "pickupClose": "2024-03-11T20:00:00.000Z",
- "totalSkids": 3,
- "totalPackages": 32,
- "shipmentMode": "Dry Van",
- "ownerIdString": "005o0000001rmJ2AAI",
- "weightUnit": "LB",
- "lengthUnit": "IN",
- "shipmentName": "KBX-17456294-24",
- "mileage": 1086.74,
- "origin": {
- "id": null,
- "code": null,
- "name": null,
- "companyName": "Kuebix",
- "streetAddress": "5 Mill & Main Place",
- "streetAddress2": null,
- "city": "Maynard",
- "stateProvince": "MA",
- "postalCode": "01745",
- "country": "United States",
- "taxId": null,
- "contact": {
- "id": null,
- "name": "Sample User",
- "firstName": "Sample",
- "lastName": "User",
- "email": "sampleuser@kuebix.com",
- "phone": "978-555-5555",
- "fax": null
}, - "notes": null,
- "reference": null,
- "residential": false
}, - "destination": {
- "id": null,
- "code": null,
- "name": null,
- "companyName": "FreightWise",
- "streetAddress": "214 Centerview Dr",
- "streetAddress2": null,
- "city": "Brentwood",
- "stateProvince": "TN",
- "postalCode": "37027",
- "country": "United States",
- "taxId": null,
- "contact": {
- "id": null,
- "name": "Sample User",
- "firstName": null,
- "lastName": null,
- "email": null,
- "phone": "555-555-5555",
- "fax": null
}, - "notes": null,
- "reference": null,
- "residential": false
}, - "billTo": {
- "id": null,
- "code": null,
- "name": null,
- "companyName": "Kuebix",
- "streetAddress": "5 Mill & Main Place",
- "streetAddress2": null,
- "city": "Maynard",
- "stateProvince": "MA",
- "postalCode": "01745",
- "country": "United States",
- "taxId": null,
- "contact": null,
- "notes": null,
- "reference": null,
- "residential": false
}, - "lineItems": [
- {
- "quantity": 8,
- "reference": null,
- "sku": "sku-sand-1",
- "uom": null,
- "schedulingPreferences": null,
- "id": "a1FPr000001qfg1MAA",
- "inPackages": 8,
- "description": "Sand",
- "packageType": "Box(es)",
- "freightClass": "50",
- "unitCost": null,
- "countryOfManufacture": null,
- "nmfc": "123456-01",
- "poMasterId": null,
- "poLineItemDetailId": null,
- "poNumber": "Sample-PO-Number",
- "soNumber": "Sample-SO-Number",
- "htnNumber": null,
- "perishable": false,
- "packageReference": "1",
- "unitsReceived": null,
- "hazmatDetail": null,
- "weight": 1000,
- "netWeight": null,
- "receivedWeight": null,
- "cube": null,
- "pallets": null,
- "packageId": "a1DPr0000027vIBMAY",
- "hazmat": false
}, - {
- "quantity": 16,
- "reference": null,
- "sku": "sku-rocks-2",
- "uom": null,
- "schedulingPreferences": null,
- "id": "a1FPr000001qfg2MAA",
- "inPackages": 16,
- "description": "Rocks",
- "packageType": "Box(es)",
- "freightClass": "50",
- "unitCost": null,
- "countryOfManufacture": null,
- "nmfc": "123456-01",
- "poMasterId": null,
- "poLineItemDetailId": null,
- "poNumber": "Sample-PO-Number",
- "soNumber": "Sample-SO-Number",
- "htnNumber": null,
- "perishable": false,
- "packageReference": "2",
- "unitsReceived": null,
- "hazmatDetail": null,
- "weight": 2000,
- "netWeight": null,
- "receivedWeight": null,
- "cube": null,
- "pallets": null,
- "packageId": "a1DPr0000027vICMAY",
- "hazmat": false
}
], - "handlingUnits": [
- {
- "id": "a1DPr0000027vI9MAI",
- "description": "Boxes of sand",
- "weight": 1000,
- "netWeight": null,
- "packageWeight": null,
- "width": 40,
- "length": 48,
- "height": 48,
- "quantity": 1,
- "lineItems": [
- {
- "quantity": 8,
- "reference": null,
- "sku": "sku-sand-1",
- "uom": null,
- "schedulingPreferences": null,
- "id": "a1FPr000001qfg1MAA",
- "inPackages": 8,
- "description": "Sand",
- "packageType": "Box(es)",
- "freightClass": "50",
- "unitCost": null,
- "countryOfManufacture": null,
- "nmfc": "123456-01",
- "poMasterId": null,
- "poLineItemDetailId": null,
- "poNumber": "Sample-PO-Number",
- "soNumber": "Sample-SO-Number",
- "htnNumber": null,
- "perishable": false,
- "packageReference": "1",
- "unitsReceived": null,
- "hazmatDetail": null,
- "weight": 1000,
- "netWeight": null,
- "receivedWeight": null,
- "cube": null,
- "pallets": null,
- "packageId": "a1DPr0000027vIBMAY",
- "hazmat": false
}
], - "invoiceNumber": null,
- "poNumber": null,
- "soNumber": null,
- "reference1": null,
- "reference2": null,
- "reference3": null,
- "reference4": null,
- "reference5": null,
- "weightUnit": null,
- "uom": null,
- "cubicFeet": null,
- "clazz": null,
- "nmfc": null,
- "customerReference": null,
- "stackable": false,
- "reference": "1",
- "huType": "Pallet(s)",
- "customHuType": null,
- "freightClass": null,
- "declaredValue": null
}, - {
- "id": "a1DPr0000027vIAMAY",
- "description": "Boxes of rocks",
- "weight": 2000,
- "netWeight": null,
- "packageWeight": null,
- "width": 40,
- "length": 48,
- "height": 48,
- "quantity": 2,
- "lineItems": [
- {
- "quantity": 16,
- "reference": null,
- "sku": "sku-rocks-2",
- "uom": null,
- "schedulingPreferences": null,
- "id": "a1FPr000001qfg2MAA",
- "inPackages": 16,
- "description": "Rocks",
- "packageType": "Box(es)",
- "freightClass": "50",
- "unitCost": null,
- "countryOfManufacture": null,
- "nmfc": "123456-01",
- "poMasterId": null,
- "poLineItemDetailId": null,
- "poNumber": "Sample-PO-Number",
- "soNumber": "Sample-SO-Number",
- "htnNumber": null,
- "perishable": false,
- "packageReference": "2",
- "unitsReceived": null,
- "hazmatDetail": null,
- "weight": 2000,
- "netWeight": null,
- "receivedWeight": null,
- "cube": null,
- "pallets": null,
- "packageId": "a1DPr0000027vICMAY",
- "hazmat": false
}
], - "invoiceNumber": null,
- "poNumber": null,
- "soNumber": null,
- "reference1": null,
- "reference2": null,
- "reference3": null,
- "reference4": null,
- "reference5": null,
- "weightUnit": null,
- "uom": null,
- "cubicFeet": null,
- "clazz": null,
- "nmfc": null,
- "customerReference": null,
- "stackable": false,
- "reference": "2",
- "huType": "Pallet(s)",
- "customHuType": null,
- "freightClass": null,
- "declaredValue": null
}
], - "packages": [
- {
- "id": "a1DPr0000027vIBMAY",
- "description": null,
- "weight": 1000,
- "netWeight": null,
- "packageWeight": null,
- "width": 0,
- "length": 0,
- "height": 0,
- "quantity": 8,
- "lineItems": [
- {
- "quantity": 8,
- "reference": null,
- "sku": "sku-sand-1",
- "uom": null,
- "schedulingPreferences": null,
- "id": "a1FPr000001qfg1MAA",
- "inPackages": 8,
- "description": "Sand",
- "packageType": "Box(es)",
- "freightClass": "50",
- "unitCost": null,
- "countryOfManufacture": null,
- "nmfc": "123456-01",
- "poMasterId": null,
- "poLineItemDetailId": null,
- "poNumber": "Sample-PO-Number",
- "soNumber": "Sample-SO-Number",
- "htnNumber": null,
- "perishable": false,
- "packageReference": "1",
- "unitsReceived": null,
- "hazmatDetail": null,
- "weight": 1000,
- "netWeight": null,
- "receivedWeight": null,
- "cube": null,
- "pallets": null,
- "packageId": "a1DPr0000027vIBMAY",
- "hazmat": false
}
], - "invoiceNumber": null,
- "poNumber": null,
- "soNumber": null,
- "reference1": null,
- "reference2": null,
- "reference3": null,
- "reference4": null,
- "reference5": null,
- "weightUnit": null,
- "uom": null,
- "cubicFeet": null,
- "clazz": null,
- "nmfc": null,
- "customerReference": null,
- "codAmount": null,
- "declaredValue": null,
- "parentId": "a1DPr0000027vI9MAI",
- "handlingUnitReference": "1",
- "packageType": "Default",
- "reference": "1",
- "freightClass": null
}, - {
- "id": "a1DPr0000027vICMAY",
- "description": null,
- "weight": 2000,
- "netWeight": null,
- "packageWeight": null,
- "width": 0,
- "length": 0,
- "height": 0,
- "quantity": 16,
- "lineItems": [
- {
- "quantity": 16,
- "reference": null,
- "sku": "sku-rocks-2",
- "uom": null,
- "schedulingPreferences": null,
- "id": "a1FPr000001qfg2MAA",
- "inPackages": 16,
- "description": "Rocks",
- "packageType": "Box(es)",
- "freightClass": "50",
- "unitCost": null,
- "countryOfManufacture": null,
- "nmfc": "123456-01",
- "poMasterId": null,
- "poLineItemDetailId": null,
- "poNumber": "Sample-PO-Number",
- "soNumber": "Sample-SO-Number",
- "htnNumber": null,
- "perishable": false,
- "packageReference": "2",
- "unitsReceived": null,
- "hazmatDetail": null,
- "weight": 2000,
- "netWeight": null,
- "receivedWeight": null,
- "cube": null,
- "pallets": null,
- "packageId": "a1DPr0000027vICMAY",
- "hazmat": false
}
], - "invoiceNumber": null,
- "poNumber": null,
- "soNumber": null,
- "reference1": null,
- "reference2": null,
- "reference3": null,
- "reference4": null,
- "reference5": null,
- "weightUnit": null,
- "uom": null,
- "cubicFeet": null,
- "clazz": null,
- "nmfc": null,
- "customerReference": null,
- "codAmount": null,
- "declaredValue": null,
- "parentId": "a1DPr0000027vIAMAY",
- "handlingUnitReference": "2",
- "packageType": "Default",
- "reference": "2",
- "freightClass": null
}
], - "ownerId": "005o0000001rmJ2AAI",
- "pickupReady": "2024-03-11T17:00:00.000Z",
- "pickupDate": "2023-03-08T23:56:00.000Z"
}
Authorization required | string Basic Authentication over HTTPS using an API username and key password provided by Kuebix. |
bolNumber | string Client bill of lading number. |
proNumber | string |
shipmentId | string |
{- "bolNumber": "KBX68855219"
}
{- "shipmentId": "a1H1k00XXXXXX1EAI",
- "bolNumber": "KBX67936721",
- "proNumber": null,
- "success": true,
- "errorMessage": null,
- "message": null,
- "carrier": "Estes Express",
- "weightTotal": 2000,
- "totalSkids": 2,
- "totalPackages": 0,
- "bookedRateQuote": {
- "deliveryDate": "2021-05-13T17:00:00.000-04:00",
- "id": "a151k000XXXXXwmAAC",
- "name": "RQ-0009808335-21",
- "scac": "EXLA",
- "service": "Standard",
- "serviceType": "Standard",
- "serviceDays": 1,
- "gross": 6114,
- "fscPrice": 175.26,
- "surchargePrice": 0,
- "accessorialPrice": 0,
- "totalPrice": 890.6,
- "linehaul": 715.34,
- "prepayAdd": 0,
- "totalPrepayAdd": 890.6,
- "dropCharges": 0,
- "fscSellPrice": 0,
- "linehaulSellPrice": 0,
- "accessorialSellPrice": 0,
- "responseTime": 0,
- "carrierName": "Estes Express",
- "guaranteed": false,
- "quoteNumber": "LJL663Y",
- "directCarrier": true,
- "kuebixRefNum": "586XXXX7"
}, - "base64String": "JVBERi0xLjQ...",
- "parcelUrl": null,
- "shipmentType": "LTL",
- "paymentType": "Outbound Prepaid"
}
Retrieve Parcel labels for a Kuebix Parcel Shipment. Request requires any one attribute of shipmentId, bolNumber, or proNumber.
Authorization required | string Basic Authentication over HTTPS using an API username and key password provided by Kuebix. |
bolNumber | string Client bill of lading number. |
proNumber | string |
shipmentId | string |
{- "bolNumber": "KBX68855219"
}
{- "shipmentId": "a1H1k00XXXXXX1EAI",
- "bolNumber": "KBX67936721",
- "proNumber": null,
- "success": true,
- "errorMessage": null,
- "message": null,
- "carrier": "Estes Express",
- "weightTotal": 2000,
- "totalSkids": 2,
- "totalPackages": 0,
- "bookedRateQuote": {
- "deliveryDate": "2021-05-13T17:00:00.000-04:00",
- "id": "a151k000XXXXXwmAAC",
- "name": "RQ-0009808335-21",
- "scac": "EXLA",
- "service": "Standard",
- "serviceType": "Standard",
- "serviceDays": 1,
- "gross": 6114,
- "fscPrice": 175.26,
- "surchargePrice": 0,
- "accessorialPrice": 0,
- "totalPrice": 890.6,
- "linehaul": 715.34,
- "prepayAdd": 0,
- "totalPrepayAdd": 890.6,
- "dropCharges": 0,
- "fscSellPrice": 0,
- "linehaulSellPrice": 0,
- "accessorialSellPrice": 0,
- "responseTime": 0,
- "carrierName": "Estes Express",
- "guaranteed": false,
- "quoteNumber": "LJL663Y",
- "directCarrier": true,
- "kuebixRefNum": "586XXXX7"
}, - "base64String": "JVBERi0xLjQ...",
- "parcelUrl": null,
- "shipmentType": "LTL",
- "paymentType": "Outbound Prepaid"
}
Retrieve shipping address labels for a Kuebix Shipment. Either shipmentId, bolNumber, or proNumber is required.
Authorization required | string Basic Authentication over HTTPS using an API username and key password provided by Kuebix. |
bolNumber | string Client bill of lading number. |
proNumber | string |
shipmentId | string |
object (DocumentParams) The DocumentParams object contains information about how labels should be formatted in a ShipmentDocumentRequest. |
{- "bolNumber": "KBX68855219",
- "docParams": {
- "format": 4,
- "start": 1,
- "labelCount": 3
}
}
{- "shipmentId": "a1H1k00XXXXXX1EAI",
- "bolNumber": "KBX67936721",
- "proNumber": null,
- "success": true,
- "errorMessage": null,
- "message": null,
- "carrier": "Estes Express",
- "weightTotal": 2000,
- "totalSkids": 2,
- "totalPackages": 0,
- "bookedRateQuote": {
- "deliveryDate": "2021-05-13T17:00:00.000-04:00",
- "id": "a151k000XXXXXwmAAC",
- "name": "RQ-0009808335-21",
- "scac": "EXLA",
- "service": "Standard",
- "serviceType": "Standard",
- "serviceDays": 1,
- "gross": 6114,
- "fscPrice": 175.26,
- "surchargePrice": 0,
- "accessorialPrice": 0,
- "totalPrice": 890.6,
- "linehaul": 715.34,
- "prepayAdd": 0,
- "totalPrepayAdd": 890.6,
- "dropCharges": 0,
- "fscSellPrice": 0,
- "linehaulSellPrice": 0,
- "accessorialSellPrice": 0,
- "responseTime": 0,
- "carrierName": "Estes Express",
- "guaranteed": false,
- "quoteNumber": "LJL663Y",
- "directCarrier": true,
- "kuebixRefNum": "586XXXX7"
}, - "base64String": "JVBERi0xLjQ...",
- "parcelUrl": null,
- "shipmentType": "LTL",
- "paymentType": "Outbound Prepaid"
}
Pass the shipmentId as a path parameter. There is no request body for this operation.
A Shipment can only be scheduled if your carrier account has API or EDI scheduling enabled.
shipmentId required | string |
Authorization required | string Basic Authentication over HTTPS using an API username and key password provided by Kuebix. |
{- "success": true,
- "shipmentId": "a1XXXXXXXXXXi6tMAC",
- "rateQuoteId": "a1XXXXXXXXXXJxsIAE",
- "pickupConfirmation": 45111201
}
Pass the shipmentId as a path parameter. The body should contain the necessary carrier SCAC(s) as well as a client ID.
shipmentId required | string |
Authorization required | string Basic Authentication over HTTPS using an API username and key password provided by Kuebix. |
scac | string |
object (Client) Client object containing unique shipper identifiers. |
{- "scac": "EXLA",
- "client": {
- "id": "001XXXXXXXUgyyc"
}
}
{- "rateQuoteId": "a1XXXXXXXXXXO6UQAU",
- "rateQuoteReference": "RQ-XXXXXXXXXX-18"
}
Quick rate an existing shipment and persist rates. There is no request body, just pass the shipmentId as a path parameter.
shipmentId required | string |
Authorization required | string Basic Authentication over HTTPS using an API username and key password provided by Kuebix. |
{- "shipmentId": "a1H1k0000XXXXXEAA",
- "rateMap": {
- "FDE": [
- {
- "deliveryDate": "5/17/2021",
- "id": "a151k00000XXXXXAAC",
- "recordType": "Published Rate",
- "scac": "FDE",
- "service": "FedEx First Overnight®",
- "serviceType": "FedEx First Overnight®",
- "serviceDays": 0,
- "gross": 707.66,
- "totalPrice": 707.66,
- "prepayAdd": 0,
- "responseTime": 2835,
- "carrierName": "FedEx Parcel",
- "guaranteed": false,
- "directCarrier": true,
- "kuebixRefNum": "2037XXX63"
}, - {
- "deliveryDate": "5/17/2021",
- "id": "a151k00000XXXXXAAC",
- "recordType": "Published Rate",
- "scac": "FDE",
- "service": "FedEx Priority Overnight®",
- "serviceType": "FedEx Priority Overnight®",
- "serviceDays": 0,
- "gross": 624.88,
- "totalPrice": 181.2,
- "prepayAdd": 0,
- "responseTime": 2835,
- "carrierName": "FedEx Parcel",
- "guaranteed": false,
- "directCarrier": true,
- "kuebixRefNum": "140XXX660"
}, - {
- "deliveryDate": "5/17/2021",
- "id": "a151k00000XXXXXAAC",
- "recordType": "Published Rate",
- "scac": "FDE",
- "service": "FedEx Standard Overnight®",
- "serviceType": "FedEx Standard Overnight®",
- "serviceDays": 0,
- "gross": 612.15,
- "totalPrice": 178.66,
- "prepayAdd": 0,
- "responseTime": 2835,
- "carrierName": "FedEx Parcel",
- "guaranteed": false,
- "directCarrier": true,
- "kuebixRefNum": "325XXX52"
}, - {
- "deliveryDate": "5/18/2021",
- "id": "a151k00000XXXXXAAC",
- "recordType": "Published Rate",
- "scac": "FDE",
- "service": "FedEx 2Day® A.M.",
- "serviceType": "FedEx 2Day® A.M.",
- "serviceDays": 0,
- "gross": 400.82,
- "totalPrice": 199.49,
- "prepayAdd": 0,
- "responseTime": 2835,
- "carrierName": "FedEx Parcel",
- "guaranteed": false,
- "directCarrier": true,
- "kuebixRefNum": "626XXX68"
}, - {
- "deliveryDate": "5/18/2021",
- "id": "a151k00000XXXXXAAC",
- "recordType": "Published Rate",
- "scac": "FDE",
- "service": "FedEx 2Day®",
- "serviceType": "FedEx 2Day®",
- "serviceDays": 0,
- "gross": 350.47,
- "totalPrice": 130.12,
- "prepayAdd": 0,
- "responseTime": 2835,
- "carrierName": "FedEx Parcel",
- "guaranteed": false,
- "directCarrier": true,
- "kuebixRefNum": "2595XXX27"
}, - {
- "deliveryDate": "5/18/2021",
- "id": "a151k00000XXXXXAAC",
- "recordType": "Published Rate",
- "scac": "FDE",
- "service": "FedEx Ground®",
- "serviceType": "FedEx Ground®",
- "serviceDays": 2,
- "gross": 116.8,
- "totalPrice": 34.05,
- "prepayAdd": 0,
- "responseTime": 2835,
- "carrierName": "FedEx Parcel",
- "guaranteed": false,
- "directCarrier": true,
- "kuebixRefNum": "183XXX639"
}, - {
- "deliveryDate": "5/19/2021",
- "id": "a151k00000XXXXXAAC",
- "recordType": "Published Rate",
- "scac": "FDE",
- "service": "FedEx Express Saver®",
- "serviceType": "FedEx Express Saver®",
- "serviceDays": 0,
- "gross": 367,
- "totalPrice": 136.8,
- "prepayAdd": 0,
- "responseTime": 2835,
- "carrierName": "FedEx Parcel",
- "guaranteed": false,
- "directCarrier": true,
- "kuebixRefNum": "2193XXX08"
}, - {
- "deliveryDate": "5/15/2021",
- "id": "a151k00000XXXXXAAC",
- "recordType": "Published Rate",
- "scac": "FDE",
- "service": "FedEx First Overnight® (Saturday Delivery)",
- "serviceType": "FedEx First Overnight® (Saturday Delivery)",
- "serviceDays": 0,
- "gross": 707.66,
- "totalPrice": 707.66,
- "prepayAdd": 0,
- "responseTime": 2835,
- "carrierName": "FedEx Parcel",
- "guaranteed": false,
- "directCarrier": true,
- "kuebixRefNum": "101XXX271"
}, - {
- "deliveryDate": "5/15/2021",
- "id": "a151k00000XXXXXAAC",
- "recordType": "Published Rate",
- "scac": "FDE",
- "service": "FedEx Priority Overnight® (Saturday Delivery)",
- "serviceType": "FedEx Priority Overnight® (Saturday Delivery)",
- "serviceDays": 0,
- "gross": 624.88,
- "totalPrice": 181.2,
- "prepayAdd": 0,
- "responseTime": 2835,
- "carrierName": "FedEx Parcel",
- "guaranteed": false,
- "directCarrier": true,
- "kuebixRefNum": "259XXX032"
}, - {
- "deliveryDate": "5/18/2021",
- "id": "a151k00000XXXXXAAC",
- "recordType": "Published Rate",
- "scac": "FDE",
- "service": "FedEx Ground®",
- "serviceType": "FedEx Ground®",
- "serviceDays": 2,
- "gross": 116.8,
- "totalPrice": 34.05,
- "prepayAdd": 0,
- "responseTime": 2835,
- "carrierName": "FedEx Parcel",
- "guaranteed": false,
- "directCarrier": true,
- "kuebixRefNum": "18XXX0639"
}
]
}, - "rates": [
- {
- "deliveryDate": "5/17/2021",
- "id": "a151k00000XXXXXAAC",
- "recordType": "Published Rate",
- "scac": "FDE",
- "service": "FedEx First Overnight®",
- "serviceType": "FedEx First Overnight®",
- "serviceDays": 0,
- "gross": 707.66,
- "totalPrice": 707.66,
- "prepayAdd": 0,
- "responseTime": 2835,
- "carrierName": "FedEx Parcel",
- "guaranteed": false,
- "directCarrier": true,
- "kuebixRefNum": "203XXX363"
}, - {
- "deliveryDate": "5/17/2021",
- "id": "a151k00000XXXXXAAC",
- "recordType": "Published Rate",
- "scac": "FDE",
- "service": "FedEx Priority Overnight®",
- "serviceType": "FedEx Priority Overnight®",
- "serviceDays": 0,
- "gross": 624.88,
- "totalPrice": 181.2,
- "prepayAdd": 0,
- "responseTime": 2835,
- "carrierName": "FedEx Parcel",
- "guaranteed": false,
- "directCarrier": true,
- "kuebixRefNum": "140XXX660"
}, - {
- "deliveryDate": "5/17/2021",
- "id": "a151k00000XXXXXAAC",
- "recordType": "Published Rate",
- "scac": "FDE",
- "service": "FedEx Standard Overnight®",
- "serviceType": "FedEx Standard Overnight®",
- "serviceDays": 0,
- "gross": 612.15,
- "totalPrice": 178.66,
- "prepayAdd": 0,
- "responseTime": 2835,
- "carrierName": "FedEx Parcel",
- "guaranteed": false,
- "directCarrier": true,
- "kuebixRefNum": "325XXX52"
}, - {
- "deliveryDate": "5/18/2021",
- "id": "a151k00000XXXXXAAC",
- "recordType": "Published Rate",
- "scac": "FDE",
- "service": "FedEx 2Day® A.M.",
- "serviceType": "FedEx 2Day® A.M.",
- "serviceDays": 0,
- "gross": 400.82,
- "totalPrice": 199.49,
- "prepayAdd": 0,
- "responseTime": 2835,
- "carrierName": "FedEx Parcel",
- "guaranteed": false,
- "directCarrier": true,
- "kuebixRefNum": "626XXX68"
}, - {
- "deliveryDate": "5/18/2021",
- "id": "a151k0000XXXXX4AAC",
- "recordType": "Published Rate",
- "scac": "FDE",
- "service": "FedEx 2Day®",
- "serviceType": "FedEx 2Day®",
- "serviceDays": 0,
- "gross": 350.47,
- "totalPrice": 130.12,
- "prepayAdd": 0,
- "responseTime": 2835,
- "carrierName": "FedEx Parcel",
- "guaranteed": false,
- "directCarrier": true,
- "kuebixRefNum": "2595XXX27"
}, - {
- "deliveryDate": "5/18/2021",
- "id": "a151k00000XXXXXAAC",
- "recordType": "Published Rate",
- "scac": "FDE",
- "service": "FedEx Ground®",
- "serviceType": "FedEx Ground®",
- "serviceDays": 2,
- "gross": 116.8,
- "totalPrice": 34.05,
- "prepayAdd": 0,
- "responseTime": 2835,
- "carrierName": "FedEx Parcel",
- "guaranteed": false,
- "directCarrier": true,
- "kuebixRefNum": "183XXX639"
}, - {
- "deliveryDate": "5/19/2021",
- "id": "a151k00000XXXXXAAC",
- "recordType": "Published Rate",
- "scac": "FDE",
- "service": "FedEx Express Saver®",
- "serviceType": "FedEx Express Saver®",
- "serviceDays": 0,
- "gross": 367,
- "totalPrice": 136.8,
- "prepayAdd": 0,
- "responseTime": 2835,
- "carrierName": "FedEx Parcel",
- "guaranteed": false,
- "directCarrier": true,
- "kuebixRefNum": "219XXX308"
}, - {
- "deliveryDate": "5/15/2021",
- "id": "a151k00000XXXXXAAC",
- "recordType": "Published Rate",
- "scac": "FDE",
- "service": "FedEx First Overnight® (Saturday Delivery)",
- "serviceType": "FedEx First Overnight® (Saturday Delivery)",
- "serviceDays": 0,
- "gross": 707.66,
- "totalPrice": 707.66,
- "prepayAdd": 0,
- "responseTime": 2835,
- "carrierName": "FedEx Parcel",
- "guaranteed": false,
- "directCarrier": true,
- "kuebixRefNum": "101XXX271"
}, - {
- "deliveryDate": "5/15/2021",
- "id": "a151k00000XXXXXAAC",
- "recordType": "Published Rate",
- "scac": "FDE",
- "service": "FedEx Priority Overnight® (Saturday Delivery)",
- "serviceType": "FedEx Priority Overnight® (Saturday Delivery)",
- "serviceDays": 0,
- "gross": 624.88,
- "totalPrice": 181.2,
- "prepayAdd": 0,
- "responseTime": 2835,
- "carrierName": "FedEx Parcel",
- "guaranteed": false,
- "directCarrier": true,
- "kuebixRefNum": "25XXX0032"
}, - {
- "deliveryDate": "5/18/2021",
- "id": "a151k00000XXXXXAAC",
- "recordType": "Published Rate",
- "scac": "FDE",
- "service": "FedEx Ground®",
- "serviceType": "FedEx Ground®",
- "serviceDays": 2,
- "gross": 116.8,
- "totalPrice": 34.05,
- "prepayAdd": 0,
- "responseTime": 2835,
- "carrierName": "FedEx Parcel",
- "guaranteed": false,
- "directCarrier": true,
- "kuebixRefNum": "18XXX0639"
}
], - "links": [
- {
- "rel": "self",
}
]
}
Create a new shipment, get rates, and save the returned rates to the shipment.
Authorization required | string Basic Authentication over HTTPS using an API username and key password provided by Kuebix. |
required | object (Client) Client object containing unique shipper identifiers. |
shipmentId | string 15 or 18 character Salesforce ID. |
Array of objects (Accessorial) List of Accessorial objects. When a shipment is created, included Accessorial objects each create an Accessorial record. | |
base64String | string Base64 string used for shipment document retrieval. |
required | object (Address) The Address class extends the Client class. |
bolNumber | string Client bill of lading number. |
booked | boolean Indicates whether the shipment is booked with a carrier. |
createdByUpload | boolean |
object (CustomerSpecificFields) Reference fields used to pass information not belonging to a specific field. These optional fields allow you to add additional information to shipments. | |
csxSoNumbers | string |
required | object (Address) The Address class extends the Client class. |
freightPayer | string (FreightPayer) Enum: "Sender" "Receiver" "Third Party" |
generateReturnLabel | boolean |
Array of objects (HandlingUnit) List of HandlingUnit objects. When a shipment is created, included HandlingUnit objects each create a Shipment Dimension record. Handling Unit information is required for LTL and TL shipments. | |
holdAtLocation | boolean |
includeGWFP | boolean Include UPS Ground with Freight Pricing. |
isClientSideSellRate | boolean |
lengthUnit | string (LengthUnit) Enum: "IN" "CM" "FT" "M" Length unit, accepts both imperial and metric units. |
Array of objects (LineItem) List of LineItem objects. When a shipment is created, included LineItem objects each create a Shipment Line Item record. At least one Line Item is required for LTL and TL shipments. | |
marketRegion | string |
mileage | number <BigDecimal> |
moveType | string Shipment movement data sent along to the rating engine. |
required | object (Address) The Address class extends the Client class. |
originalDeliveryDate | string <date> |
ownerIdString | string Auto-populates after shipment creation with the Salesforce ID for the associated Kuebix User which owns the shipment. |
Array of objects (Package) List of Package objects. When a shipment is created, included Package objects each create a Shipment Dimension record. Package information is required for Parcel shipments. | |
parcelAccountNumber | string |
parcelCompare | boolean |
parcelUrl | string |
paymentType required | string Enum: "Inbound Collect" "Outbound Collect" "Outbound Prepaid" "Third Party" "Third Party Collect" "Vendor Delivered" Payment type |
pickupClose | string <date-time> Pickup close date-time string. |
pickupDate | string <date-time> Pickup date date-time string. |
pickupNumber | string |
pickupReady | string <date-time> Pickup ready date time. |
poNumbers | string |
proNumber | string |
scheduled | boolean Indicates whether the shipment is scheduled with a carrier. |
object (SchedulingPreferences) The SchedulingPreferences object is used to create a Kuebix order at the time of shipment creation. | |
service | string Used in conjunction with the |
serviceType | string |
shipmentName | string Auto-populated upon shipment creation. |
shipmentMode required | string (ShipmentMode) Enum: "Air" "Bulk" "Dry Van" "Flatbed" "Intermodal" "Ocean" "OTR" "Temp Controlled" Carrier method of transportation. |
shipmentNotes | string This field gets printed on the BOL, 255 character limit. |
shipmentType required | string (ShipmentType) Enum: "Parcel" "LTL" "TL" "TL Multistop" "TL Multistop Delivery" "TL Multistop Pickup" Shipment type:
|
soNumbers | string Semicolon-delimited Sales Order Numbers rolled-up from any included Shipment Line Item soNumber fields. |
specialInstruction | string This field gets printed on the BOL, 255 character limit. |
totalPackages | integer Total number of packages in the shipment. Required when any Package object is included in the request. |
totalSkids | integer Total number of Handling Units in the shipment |
weightUnit | string Enum: "LB" "KG" Weight unit:
|
x104Enabled | boolean |
ignoreRQLessThan | number <BigDecimal> Ignores rate quotes less than the specified dollar amount. |
forceLoad | boolean |
persist | boolean Indicates whether the Shipment should persist in the database after creation. |
scacs | Array of strings Included carrier SCACs are returned in rating results. |
{- "origin": {
- "companyName": "Origin Sample Company",
- "country": "United States",
- "stateProvince": "MA",
- "city": "Acton",
- "streetAddress": "8 Post Office Square",
- "postalCode": "01720",
- "contact": {
- "name": "Sample User",
- "phone": "978-555-5555",
- "email": "sampleuser@kuebix.com"
}, - "notes": "Example note",
- "locationCode": "example-111"
}, - "destination": {
- "companyName": "Destination Sample Company",
- "country": "United States",
- "stateProvince": "PA",
- "city": "Warminster",
- "streetAddress": "273 N. Scott Drive",
- "postalCode": "18974",
- "contact": {
- "name": "Sample User",
- "phone": "978-555-5555",
- "email": "sampleuser@kuebix.com"
}, - "notes": "Example note",
- "locationCode": "example-222"
}, - "billTo": {
- "companyName": "BillTo Sample Company",
- "country": "United States",
- "stateProvince": "TX",
- "city": "Arlington",
- "streetAddress": "8 Post Office Square",
- "postalCode": "76001",
- "contact": {
- "name": "Sample User",
- "phone": "978-555-5555",
- "email": "sampleuser@kuebix.com"
}, - "notes": "Example note"
}, - "lineItems": [
- {
- "packageType": "Case(s)",
- "inPackages": 63,
- "description": "Sample lineItem Description",
- "weight": 3700,
- "freightClass": "70",
- "nmfc": "144250-02",
- "sku": "Sample SKU Number",
- "soNumber": "Sample-SO-Number",
- "poNumber": "Sample-PO-Number"
}
], - "handlingUnits": [
- {
- "length": 28,
- "width": 36,
- "height": 22,
- "weight": 850,
- "stackable": true,
- "huType": "Pallet(s)"
}, - {
- "length": 48,
- "width": 40,
- "height": 48,
- "weight": 1850,
- "huType": "Pallet(s)",
- "stackable": true
}
], - "client": {
- "id": "001XXXXXXXUgyyc"
}, - "weightUnit": "LB",
- "lengthUnit": "IN",
- "shipmentType": "LTL",
- "totalSkids": 2,
- "totalPackages": 64,
- "shipmentMode": "Dry Van",
- "paymentType": "Outbound Prepaid",
- "pickupReady": "2018-06-06T08:00:00.00Z",
- "pickupClose": "2018-06-06T11:00:00.00Z",
- "customerSpecificFields": {
- "boolean1": true,
- "date1": "2020-01-28",
- "integer1": 15,
- "text1": "Sample Reference Text String"
}, - "schedulingPreferences": {
- "accountWarehouseCode": "Sample Warehouse Code",
- "commodityGroup": "Sample Commodity Group",
- "partnerProfile": {
- "id": "a1XXXXXXXXXX9JkYAI"
}, - "warehouseDockPartition": "DOCK1234"
}
}
{- "shipmentId": "a1H1k0000XXXXXmEAA",
- "rateMap": {
- "PYLE": [
- {
- "deliveryDate": "6/1/2021",
- "id": "a151k0000XXXXXAAS",
- "scac": "PYLE",
- "service": "Guaranteed Standard Delivery By 12 PM",
- "serviceType": "Guaranteed",
- "serviceDays": 1,
- "gross": 1563.6,
- "fscPercent": 26.8,
- "fscPrice": 419.04,
- "accessorialPrice": 71.5,
- "accessorialCharges": [
- {
- "charge": 71.5,
- "accessorial": {
- "id": null,
- "accessorialId": null,
- "name": "Noon Guaranteed Delivery",
- "kuebixCode": null,
- "code": "NOON GUARANTEED",
- "parameters": [ ],
- "parametersRequired": false,
- "accessorialType": "Delivery"
}
}
], - "totalPrice": 2054.14,
- "linehaul": 1563.6,
- "responseTime": 6431,
- "guaranteedTime": "12:00 PM",
- "carrierName": "A. Duie Pyle",
- "guaranteed": true,
- "quoteNumber": "49047975",
- "directCarrier": true,
- "kuebixRefNum": "117XXX075"
}, - {
- "deliveryDate": "6/1/2021",
- "id": "a151k0000XXXXXAAS",
- "scac": "PYLE",
- "service": "Guaranteed Standard Delivery By 5 PM",
- "serviceType": "Guaranteed",
- "serviceDays": 1,
- "gross": 1563.6,
- "fscPercent": 26.8,
- "fscPrice": 419.04,
- "accessorialPrice": 35,
- "accessorialCharges": [
- {
- "charge": 35,
- "accessorial": {
- "id": null,
- "accessorialId": null,
- "name": "Guaranteed Delivery",
- "kuebixCode": null,
- "code": "GUARANTEED",
- "parameters": [ ],
- "parametersRequired": false,
- "accessorialType": "Delivery"
}
}
], - "totalPrice": 2017.64,
- "linehaul": 1563.6,
- "responseTime": 6431,
- "guaranteedTime": "5:00 PM",
- "carrierName": "A. Duie Pyle",
- "guaranteed": true,
- "quoteNumber": "49047975",
- "directCarrier": true,
- "kuebixRefNum": "855XXX65"
}, - {
- "deliveryDate": "6/1/2021",
- "id": "a151k0000XXXXXAAS",
- "scac": "PYLE",
- "service": "Standard Rates",
- "serviceType": "Standard",
- "serviceDays": 1,
- "gross": 1563.6,
- "fscPercent": 26.8,
- "fscPrice": 419.04,
- "accessorialPrice": 0,
- "accessorialCharges": [ ],
- "totalPrice": 1982.64,
- "linehaul": 1563.6,
- "responseTime": 6431,
- "carrierName": "A. Duie Pyle",
- "guaranteed": false,
- "quoteNumber": "49047975",
- "directCarrier": true,
- "kuebixRefNum": "243XXX426"
}
], - "EXLA": [
- {
- "deliveryDate": "6/1/2021",
- "id": "a151k00000XXXXXAAS",
- "scac": "EXLA",
- "service": "LTL Standard Transit",
- "serviceType": "Standard",
- "serviceDays": 1,
- "gross": 6114,
- "fscPercent": 24.5,
- "fscPrice": 175.26,
- "accessorialPrice": 0,
- "accessorialCharges": [ ],
- "totalPrice": 890.6,
- "linehaul": 715.34,
- "discountPercent": 88.3,
- "responseTime": 2830,
- "carrierName": "Estes Express",
- "guaranteed": false,
- "quoteNumber": "LBDRS47",
- "directCarrier": true,
- "kuebixRefNum": "373XXX76"
}, - {
- "deliveryDate": "6/1/2021",
- "id": "a151k00000XXXXXAAS",
- "scac": "EXLA",
- "service": "Guaranteed LTL Standard Transit: 5PM",
- "serviceType": "Guaranteed",
- "serviceDays": 1,
- "gross": 6114,
- "fscPercent": 24.5,
- "fscPrice": 175.26,
- "accessorialPrice": 178.83,
- "accessorialCharges": [
- {
- "charge": 178.83,
- "accessorial": {
- "id": null,
- "accessorialId": null,
- "name": "Guaranteed LTL Standard Transit: 5PM",
- "kuebixCode": null,
- "code": "Guaranteed Service",
- "parameters": [ ],
- "parametersRequired": false,
- "accessorialType": "Other"
}
}
], - "totalPrice": 1069.43,
- "linehaul": 715.34,
- "discountPercent": 88.3,
- "responseTime": 2830,
- "guaranteedTime": "5:00 PM",
- "carrierName": "Estes Express",
- "guaranteed": true,
- "quoteNumber": "1BDRS47",
- "directCarrier": true,
- "kuebixRefNum": "188XXX965"
}, - {
- "deliveryDate": "6/1/2021",
- "id": "a151k00000XXXXXAAS",
- "scac": "EXLA",
- "service": "Guaranteed LTL Standard Transit: 12PM",
- "serviceType": "Guaranteed",
- "serviceDays": 1,
- "gross": 6114,
- "fscPercent": 24.5,
- "fscPrice": 175.26,
- "accessorialPrice": 250.36,
- "accessorialCharges": [
- {
- "charge": 250.36,
- "accessorial": {
- "id": null,
- "accessorialId": null,
- "name": "Guaranteed LTL Standard Transit: 12PM",
- "kuebixCode": null,
- "code": "Guaranteed Service",
- "parameters": [ ],
- "parametersRequired": false,
- "accessorialType": "Other"
}
}
], - "totalPrice": 1140.96,
- "linehaul": 715.34,
- "discountPercent": 88.3,
- "responseTime": 2830,
- "guaranteedTime": "12:00 PM",
- "carrierName": "Estes Express",
- "guaranteed": true,
- "quoteNumber": "2BDRS47",
- "directCarrier": true,
- "kuebixRefNum": "187XXX93"
}
], - "CNWY": [
- {
- "deliveryDate": "6/1/2021",
- "id": "a151k00000XXXXXAAS",
- "scac": "CNWY",
- "service": "Instant Guaranteed Service",
- "serviceType": "Guaranteed",
- "serviceDays": 1,
- "gross": 6345,
- "fscPercent": 28.25,
- "fscPrice": 358.49,
- "accessorialPrice": 105,
- "accessorialCharges": [
- {
- "charge": 105,
- "accessorial": {
- "id": null,
- "accessorialId": null,
- "name": "Guaranteed Delivery",
- "kuebixCode": null,
- "code": "GUARANTEED",
- "parameters": [ ],
- "parametersRequired": false,
- "accessorialType": "Delivery"
}
}
], - "totalPrice": 1732.49,
- "linehaul": 1269,
- "discountPercent": 80,
- "responseTime": 3799,
- "guaranteedTime": "5:00 PM",
- "carrierName": "XPO Logistics",
- "guaranteed": true,
- "quoteNumber": "5791041862447",
- "directCarrier": true,
- "kuebixRefNum": "567XXX89"
}, - {
- "deliveryDate": "6/1/2021",
- "id": "a151k00000XXXXXAAS",
- "scac": "CNWY",
- "service": "Standard",
- "serviceType": "Standard",
- "serviceDays": 1,
- "gross": 6345,
- "fscPercent": 28.25,
- "fscPrice": 358.49,
- "accessorialPrice": 0,
- "accessorialCharges": [ ],
- "totalPrice": 1627.49,
- "linehaul": 1269,
- "discountPercent": 80,
- "responseTime": 3799,
- "carrierName": "XPO Logistics",
- "guaranteed": false,
- "quoteNumber": "5791041851969",
- "directCarrier": true,
- "kuebixRefNum": "22XXX0165"
}, - {
- "deliveryDate": "6/1/2021",
- "id": "a151k00000XXXXXAAS",
- "scac": "CNWY",
- "service": "Guaranteed By Noon Service",
- "serviceType": "Guaranteed",
- "serviceDays": 1,
- "gross": 6345,
- "fscPercent": 28.25,
- "fscPrice": 358.49,
- "accessorialPrice": 215,
- "accessorialCharges": [
- {
- "charge": 215,
- "accessorial": {
- "id": null,
- "accessorialId": null,
- "name": "Noon Guaranteed Delivery",
- "kuebixCode": null,
- "code": "NOON GUARANTEED",
- "parameters": [ ],
- "parametersRequired": false,
- "accessorialType": "Delivery"
}
}
], - "totalPrice": 1842.49,
- "linehaul": 1269,
- "discountPercent": 80,
- "responseTime": 3799,
- "guaranteedTime": "12:00 PM",
- "carrierName": "XPO Logistics",
- "guaranteed": true,
- "quoteNumber": "5791041872511",
- "directCarrier": true,
- "kuebixRefNum": "22XXX423"
}
], - "ABFS": [
- {
- "deliveryDate": "6/2/2021",
- "id": "a151k00000XXXXXAAS",
- "scac": "ABFS",
- "service": "Standard",
- "serviceType": "Standard",
- "serviceDays": 2,
- "gross": 6920,
- "fscPercent": 25.5,
- "fscPrice": 1764.6,
- "accessorialPrice": -8084.6,
- "accessorialCharges": [
- {
- "charge": 0,
- "accessorial": {
- "id": null,
- "accessorialId": null,
- "name": "Single Shipment",
- "kuebixCode": null,
- "code": "SINGLE",
- "parameters": [ ],
- "parametersRequired": false,
- "accessorialType": "Other"
}
}, - {
- "charge": -8084.6,
- "accessorial": {
- "id": null,
- "accessorialId": null,
- "name": "DYNAMIC DISCOUNT",
- "kuebixCode": null,
- "code": "DYNAMIC DISCOUNT",
- "parameters": [ ],
- "parametersRequired": false,
- "accessorialType": "Other"
}
}
], - "totalPrice": 600,
- "linehaul": 6920,
- "responseTime": 1811,
- "carrierName": "ABF Freight Systems",
- "guaranteed": false,
- "quoteNumber": "LD76SQ1331",
- "directCarrier": true,
- "kuebixRefNum": "542XXX40"
}
]
}, - "rates": [
- {
- "deliveryDate": "6/2/2021",
- "id": "a151k00000XXXXXAAS",
- "scac": "ABFS",
- "service": "Standard",
- "serviceType": "Standard",
- "serviceDays": 2,
- "gross": 6920,
- "fscPercent": 25.5,
- "fscPrice": 1764.6,
- "accessorialPrice": -8084.6,
- "accessorialCharges": [
- {
- "charge": 0,
- "accessorial": {
- "id": null,
- "accessorialId": null,
- "name": "Single Shipment",
- "kuebixCode": null,
- "code": "SINGLE",
- "parameters": [ ],
- "parametersRequired": false,
- "accessorialType": "Other"
}
}, - {
- "charge": -8084.6,
- "accessorial": {
- "id": null,
- "accessorialId": null,
- "name": "DYNAMIC DISCOUNT",
- "kuebixCode": null,
- "code": "DYNAMIC DISCOUNT",
- "parameters": [ ],
- "parametersRequired": false,
- "accessorialType": "Other"
}
}
], - "totalPrice": 600,
- "linehaul": 6920,
- "responseTime": 1811,
- "carrierName": "ABF Freight Systems",
- "guaranteed": false,
- "quoteNumber": "LD76SQ1331",
- "directCarrier": true,
- "kuebixRefNum": "542XXX40"
}, - {
- "deliveryDate": "6/1/2021",
- "id": "a151k00000XXXXXAAS",
- "scac": "CNWY",
- "service": "Instant Guaranteed Service",
- "serviceType": "Guaranteed",
- "serviceDays": 1,
- "gross": 6345,
- "fscPercent": 28.25,
- "fscPrice": 358.49,
- "accessorialPrice": 105,
- "accessorialCharges": [
- {
- "charge": 105,
- "accessorial": {
- "id": null,
- "accessorialId": null,
- "name": "Guaranteed Delivery",
- "kuebixCode": null,
- "code": "GUARANTEED",
- "parameters": [ ],
- "parametersRequired": false,
- "accessorialType": "Delivery"
}
}
], - "totalPrice": 1732.49,
- "linehaul": 1269,
- "discountPercent": 80,
- "responseTime": 3799,
- "guaranteedTime": "5:00 PM",
- "carrierName": "XPO Logistics",
- "guaranteed": true,
- "quoteNumber": "5791041862447",
- "directCarrier": true,
- "kuebixRefNum": "567XXX89"
}, - {
- "deliveryDate": "6/1/2021",
- "id": "a151k00000XXXXXAAS",
- "scac": "CNWY",
- "service": "Standard",
- "serviceType": "Standard",
- "serviceDays": 1,
- "gross": 6345,
- "fscPercent": 28.25,
- "fscPrice": 358.49,
- "accessorialPrice": 0,
- "accessorialCharges": [ ],
- "totalPrice": 1627.49,
- "linehaul": 1269,
- "discountPercent": 80,
- "responseTime": 3799,
- "carrierName": "XPO Logistics",
- "guaranteed": false,
- "quoteNumber": "5791041851969",
- "directCarrier": true,
- "kuebixRefNum": "227XXX165"
}, - {
- "deliveryDate": "6/1/2021",
- "id": "a151k00000XXXXXAAS",
- "scac": "CNWY",
- "service": "Guaranteed By Noon Service",
- "serviceType": "Guaranteed",
- "serviceDays": 1,
- "gross": 6345,
- "fscPercent": 28.25,
- "fscPrice": 358.49,
- "accessorialPrice": 215,
- "accessorialCharges": [
- {
- "charge": 215,
- "accessorial": {
- "id": null,
- "accessorialId": null,
- "name": "Noon Guaranteed Delivery",
- "kuebixCode": null,
- "code": "NOON GUARANTEED",
- "parameters": [ ],
- "parametersRequired": false,
- "accessorialType": "Delivery"
}
}
], - "totalPrice": 1842.49,
- "linehaul": 1269,
- "discountPercent": 80,
- "responseTime": 3799,
- "guaranteedTime": "12:00 PM",
- "carrierName": "XPO Logistics",
- "guaranteed": true,
- "quoteNumber": "5791041872511",
- "directCarrier": true,
- "kuebixRefNum": "220XXX23"
}, - {
- "deliveryDate": "6/1/2021",
- "id": "a151k0000XXXXXSAAS",
- "scac": "EXLA",
- "service": "LTL Standard Transit",
- "serviceType": "Standard",
- "serviceDays": 1,
- "gross": 6114,
- "fscPercent": 24.5,
- "fscPrice": 175.26,
- "accessorialPrice": 0,
- "accessorialCharges": [ ],
- "totalPrice": 890.6,
- "linehaul": 715.34,
- "discountPercent": 88.3,
- "responseTime": 2830,
- "carrierName": "Estes Express",
- "guaranteed": false,
- "quoteNumber": "LBDRS47",
- "directCarrier": true,
- "kuebixRefNum": "373XXX76"
}, - {
- "deliveryDate": "6/1/2021",
- "id": "a151k00000XXXXXAAS",
- "scac": "EXLA",
- "service": "Guaranteed LTL Standard Transit: 5PM",
- "serviceType": "Guaranteed",
- "serviceDays": 1,
- "gross": 6114,
- "fscPercent": 24.5,
- "fscPrice": 175.26,
- "accessorialPrice": 178.83,
- "accessorialCharges": [
- {
- "charge": 178.83,
- "accessorial": {
- "id": null,
- "accessorialId": null,
- "name": "Guaranteed LTL Standard Transit: 5PM",
- "kuebixCode": null,
- "code": "Guaranteed Service",
- "parameters": [ ],
- "parametersRequired": false,
- "accessorialType": "Other"
}
}
], - "totalPrice": 1069.43,
- "linehaul": 715.34,
- "discountPercent": 88.3,
- "responseTime": 2830,
- "guaranteedTime": "5:00 PM",
- "carrierName": "Estes Express",
- "guaranteed": true,
- "quoteNumber": "1BDRS47",
- "directCarrier": true,
- "kuebixRefNum": "1880XXX65"
}, - {
- "deliveryDate": "6/1/2021",
- "id": "a151k00000XXXXXAAS",
- "scac": "EXLA",
- "service": "Guaranteed LTL Standard Transit: 12PM",
- "serviceType": "Guaranteed",
- "serviceDays": 1,
- "gross": 6114,
- "fscPercent": 24.5,
- "fscPrice": 175.26,
- "accessorialPrice": 250.36,
- "accessorialCharges": [
- {
- "charge": 250.36,
- "accessorial": {
- "id": null,
- "accessorialId": null,
- "name": "Guaranteed LTL Standard Transit: 12PM",
- "kuebixCode": null,
- "code": "Guaranteed Service",
- "parameters": [ ],
- "parametersRequired": false,
- "accessorialType": "Other"
}
}
], - "totalPrice": 1140.96,
- "linehaul": 715.34,
- "discountPercent": 88.3,
- "responseTime": 2830,
- "guaranteedTime": "12:00 PM",
- "carrierName": "Estes Express",
- "guaranteed": true,
- "quoteNumber": "2BDRS47",
- "directCarrier": true,
- "kuebixRefNum": "187XXX93"
}, - {
- "deliveryDate": "6/1/2021",
- "id": "a151k00000XXXXXAAS",
- "scac": "PYLE",
- "service": "Guaranteed Standard Delivery By 12 PM",
- "serviceType": "Guaranteed",
- "serviceDays": 1,
- "gross": 1563.6,
- "fscPercent": 26.8,
- "fscPrice": 419.04,
- "accessorialPrice": 71.5,
- "accessorialCharges": [
- {
- "charge": 71.5,
- "accessorial": {
- "id": null,
- "accessorialId": null,
- "name": "Noon Guaranteed Delivery",
- "kuebixCode": null,
- "code": "NOON GUARANTEED",
- "parameters": [ ],
- "parametersRequired": false,
- "accessorialType": "Delivery"
}
}
], - "totalPrice": 2054.14,
- "linehaul": 1563.6,
- "responseTime": 6431,
- "guaranteedTime": "12:00 PM",
- "carrierName": "A. Duie Pyle",
- "guaranteed": true,
- "quoteNumber": "49047975",
- "directCarrier": true,
- "kuebixRefNum": "1170XXX75"
}, - {
- "deliveryDate": "6/1/2021",
- "id": "a151k00000XXXXXAAS",
- "scac": "PYLE",
- "service": "Guaranteed Standard Delivery By 5 PM",
- "serviceType": "Guaranteed",
- "serviceDays": 1,
- "gross": 1563.6,
- "fscPercent": 26.8,
- "fscPrice": 419.04,
- "accessorialPrice": 35,
- "accessorialCharges": [
- {
- "charge": 35,
- "accessorial": {
- "id": null,
- "accessorialId": null,
- "name": "Guaranteed Delivery",
- "kuebixCode": null,
- "code": "GUARANTEED",
- "parameters": [ ],
- "parametersRequired": false,
- "accessorialType": "Delivery"
}
}
], - "totalPrice": 2017.64,
- "linehaul": 1563.6,
- "responseTime": 6431,
- "guaranteedTime": "5:00 PM",
- "carrierName": "A. Duie Pyle",
- "guaranteed": true,
- "quoteNumber": "49047975",
- "directCarrier": true,
- "kuebixRefNum": "855XXX65"
}, - {
- "deliveryDate": "6/1/2021",
- "id": "a151k00000XXXXXAAS",
- "scac": "PYLE",
- "service": "Standard Rates",
- "serviceType": "Standard",
- "serviceDays": 1,
- "gross": 1563.6,
- "fscPercent": 26.8,
- "fscPrice": 419.04,
- "accessorialPrice": 0,
- "accessorialCharges": [ ],
- "totalPrice": 1982.64,
- "linehaul": 1563.6,
- "responseTime": 6431,
- "carrierName": "A. Duie Pyle",
- "guaranteed": false,
- "quoteNumber": "49047975",
- "directCarrier": true,
- "kuebixRefNum": "243XXX426"
}
], - "links": [
- {
- "rel": "self",
}
]
}
Book a previously created Kuebix Shipment with an existing rate quote by passing the shipmentId and the rateQuoteId as path parameters. There is no body for this request.
shipmentId required | string |
rateQuoteId required | string |
Authorization required | string Basic Authentication over HTTPS using an API username and key password provided by Kuebix. |
{- "shipmentId": "a1H1k000XXXXXD1EAI",
- "shipmentType": "LTL",
- "paymentType": "Outbound Prepaid",
- "bolNumber": "KBX67936721",
- "shipmentName": "KBX-0679367-21",
- "mileage": 294.82,
- "success": true,
- "webserviceScheduleEnabled": true,
- "rateQuoteId": "a151k000XXXXXwmAAC",
- "rateQuote": {
- "deliveryDate": "2021-05-13T17:00:00.000-04:00",
- "id": "a151k000XXXXXwmAAC",
- "name": "RQ-0009808335-21",
- "scac": "EXLA",
- "service": "LTL Standard Transit",
- "serviceType": "Standard",
- "serviceDays": 1,
- "gross": 6114,
- "fscPrice": 175.26,
- "surchargePrice": 0,
- "accessorialPrice": 0,
- "totalPrice": 890.6,
- "linehaul": 715.34,
- "prepayAdd": 0,
- "totalPrepayAdd": 890.6,
- "dropCharges": 0,
- "fscSellPrice": 0,
- "linehaulSellPrice": 0,
- "accessorialSellPrice": 0,
- "carrierName": "Estes Express",
- "guaranteed": false,
- "quoteNumber": "LJL663Y",
- "directCarrier": true,
- "kuebixRefNum": "37XXXX76"
}, - "responseTime": 5583
}
Retrieve rate quotes for a previously created Kuebix shipment. There is no body for this request, just pass the shipmentId as a path parameter.
shipmentId required | string |
Authorization required | string Basic Authentication over HTTPS using an API username and key password provided by Kuebix. |
{- "rateMap": {
- "ABFS": [
- {
- "deliveryDate": "2021-05-17T17:00:00.000-04:00",
- "id": "a151k0000XXXXXbAAC",
- "name": "RQ-0009808324-21",
- "scac": "ABFS",
- "service": "Standard",
- "serviceType": "Guaranteed",
- "serviceDays": 3,
- "gross": 1494.56,
- "fscPrice": 381.11,
- "surchargePrice": 0,
- "accessorialPrice": 667.71,
- "totalPrice": 2543.38,
- "linehaul": 1494.56,
- "prepayAdd": 0,
- "totalPrepayAdd": 2543.38,
- "totalDeliveryAccessorialSellPrice": 0,
- "dropCharges": 0,
- "fscSellPrice": 0,
- "linehaulSellPrice": 0,
- "accessorialSellPrice": 0,
- "responseTime": 0,
- "carrierName": "ABF Freight Systems",
- "guaranteed": true,
- "quoteNumber": "L3V54G1321",
- "directCarrier": true,
- "kuebixRefNum": "256XXX70"
}, - {
- "deliveryDate": "2021-05-17T12:00:00.000-04:00",
- "id": "a151k00000XXXXXAAC",
- "name": "RQ-0009808323-21",
- "scac": "ABFS",
- "service": "Standard",
- "serviceType": "Guaranteed",
- "serviceDays": 3,
- "gross": 1494.56,
- "fscPrice": 381.11,
- "surchargePrice": 0,
- "accessorialPrice": 911.54,
- "totalPrice": 2787.21,
- "linehaul": 1494.56,
- "prepayAdd": 0,
- "totalPrepayAdd": 2787.21,
- "totalDeliveryAccessorialSellPrice": 0,
- "dropCharges": 0,
- "fscSellPrice": 0,
- "linehaulSellPrice": 0,
- "accessorialSellPrice": 0,
- "responseTime": 0,
- "carrierName": "ABF Freight Systems",
- "guaranteed": true,
- "quoteNumber": "L3V54G1321",
- "directCarrier": true,
- "kuebixRefNum": "121XXX103"
}, - {
- "deliveryDate": "2021-05-14T17:00:00.000-04:00",
- "id": "a151k00000XXXXXAAS",
- "name": "RQ-0009808322-21",
- "scac": "ABFS",
- "service": "Standard",
- "serviceType": "Guaranteed",
- "serviceDays": 3,
- "gross": 1494.56,
- "fscPrice": 381.11,
- "surchargePrice": 0,
- "accessorialPrice": 949.05,
- "totalPrice": 2824.72,
- "linehaul": 1494.56,
- "prepayAdd": 0,
- "totalPrepayAdd": 2824.72,
- "totalDeliveryAccessorialSellPrice": 0,
- "dropCharges": 0,
- "fscSellPrice": 0,
- "linehaulSellPrice": 0,
- "accessorialSellPrice": 0,
- "responseTime": 0,
- "carrierName": "ABF Freight Systems",
- "guaranteed": true,
- "quoteNumber": "L3V54G1321",
- "directCarrier": true,
- "kuebixRefNum": "83XXXX83"
}, - {
- "deliveryDate": "2021-05-17T17:00:00.000-04:00",
- "id": "a151k00000XXXXXAAS",
- "name": "RQ-0009808321-21",
- "scac": "ABFS",
- "service": "Standard",
- "serviceType": "Standard",
- "serviceDays": 3,
- "gross": 1494.56,
- "fscPrice": 381.11,
- "surchargePrice": 0,
- "accessorialPrice": 147,
- "totalPrice": 2022.67,
- "linehaul": 1494.56,
- "prepayAdd": 0,
- "totalPrepayAdd": 2022.67,
- "totalDeliveryAccessorialSellPrice": 0,
- "dropCharges": 0,
- "fscSellPrice": 0,
- "linehaulSellPrice": 0,
- "accessorialSellPrice": 0,
- "responseTime": 0,
- "carrierName": "ABF Freight Systems",
- "guaranteed": false,
- "quoteNumber": "L3V54G1321",
- "directCarrier": true,
- "kuebixRefNum": "469XXX65"
}
], - "CNWY": [
- {
- "deliveryDate": "2021-05-14T03:00:00.000-04:00",
- "id": "a151k0000XXXXXAAC",
- "name": "RQ-0009808325-21",
- "scac": "CNWY",
- "service": "Standard",
- "serviceType": "Standard",
- "serviceDays": 2,
- "gross": 1339.13,
- "fscPrice": 74.99,
- "surchargePrice": 0,
- "accessorialPrice": 63.5,
- "totalPrice": 406.32,
- "linehaul": 267.83,
- "prepayAdd": 0,
- "totalPrepayAdd": 406.32,
- "totalDeliveryAccessorialSellPrice": 0,
- "dropCharges": 0,
- "fscSellPrice": 0,
- "linehaulSellPrice": 0,
- "accessorialSellPrice": 0,
- "responseTime": 0,
- "carrierName": "XPO Logistics",
- "guaranteed": false,
- "quoteNumber": "5789624604984",
- "directCarrier": false,
- "kuebixRefNum": "169XXX88"
}
], - "PAAF": [
- {
- "id": "a151k00000XXXXXAAC",
- "name": "RQ-0009808326-21",
- "scac": "PAAF",
- "service": "Standard",
- "serviceType": "Standard",
- "serviceDays": 3,
- "fscPrice": 0,
- "surchargePrice": 0,
- "accessorialPrice": 0,
- "totalPrice": 0,
- "linehaul": 0,
- "prepayAdd": 0,
- "totalPrepayAdd": 0,
- "dropCharges": 0,
- "fscSellPrice": 0,
- "linehaulSellPrice": 0,
- "accessorialSellPrice": 0,
- "responseTime": 0,
- "carrierName": "Pilot Freight",
- "guaranteed": false,
- "directCarrier": true,
- "kuebixRefNum": "575XXX26"
}
], - "PYLE": [
- {
- "id": "a151k00000XXXXXAAC",
- "name": "RQ-0009808329-21",
- "scac": "PYLE",
- "service": "Standard",
- "serviceType": "Standard",
- "serviceDays": 0,
- "fscPrice": 0,
- "surchargePrice": 0,
- "accessorialPrice": 0,
- "totalPrice": 0,
- "linehaul": 0,
- "prepayAdd": 0,
- "totalPrepayAdd": 0,
- "dropCharges": 0,
- "fscSellPrice": 0,
- "linehaulSellPrice": 0,
- "accessorialSellPrice": 0,
- "responseTime": 0,
- "carrierName": "A. Duie Pyle",
- "guaranteed": false,
- "directCarrier": false,
- "kuebixRefNum": "142XXX472"
}
], - "EXLA": [
- {
- "deliveryDate": "2021-05-17T17:00:00.000-04:00",
- "id": "a151k0000XXXXXfAAC",
- "name": "RQ-0009808328-21",
- "scac": "EXLA",
- "service": "Standard",
- "serviceType": "Guaranteed",
- "serviceDays": 3,
- "gross": 1219.41,
- "fscPrice": 34.95,
- "surchargePrice": 0,
- "accessorialPrice": 50,
- "totalPrice": 227.62,
- "linehaul": 142.67,
- "prepayAdd": 0,
- "totalPrepayAdd": 227.62,
- "totalDeliveryAccessorialSellPrice": 0,
- "dropCharges": 0,
- "fscSellPrice": 0,
- "linehaulSellPrice": 0,
- "accessorialSellPrice": 0,
- "responseTime": 0,
- "carrierName": "Estes Express",
- "guaranteed": true,
- "quoteNumber": "1YNGSHQ",
- "directCarrier": true,
- "kuebixRefNum": "1851XXX38"
}, - {
- "deliveryDate": "2021-05-17T17:00:00.000-04:00",
- "id": "a151k00000XXXXXAAC",
- "name": "RQ-0009808327-21",
- "scac": "EXLA",
- "service": "Standard",
- "serviceType": "Standard",
- "serviceDays": 3,
- "gross": 1219.41,
- "fscPrice": 34.95,
- "surchargePrice": 0,
- "accessorialPrice": 0,
- "totalPrice": 177.62,
- "linehaul": 142.67,
- "prepayAdd": 0,
- "totalPrepayAdd": 177.62,
- "dropCharges": 0,
- "fscSellPrice": 0,
- "linehaulSellPrice": 0,
- "accessorialSellPrice": 0,
- "responseTime": 0,
- "carrierName": "Estes Express",
- "guaranteed": false,
- "quoteNumber": "LYNGSHQ",
- "directCarrier": true,
- "kuebixRefNum": "125XXX243"
}
]
}, - "rates": [
- {
- "id": "a151k000001XXXXXAC",
- "name": "RQ-0009808329-21",
- "scac": "PYLE",
- "service": "Standard",
- "serviceType": "Standard",
- "serviceDays": 0,
- "fscPrice": 0,
- "surchargePrice": 0,
- "accessorialPrice": 0,
- "totalPrice": 0,
- "linehaul": 0,
- "prepayAdd": 0,
- "totalPrepayAdd": 0,
- "dropCharges": 0,
- "fscSellPrice": 0,
- "linehaulSellPrice": 0,
- "accessorialSellPrice": 0,
- "responseTime": 0,
- "carrierName": "A. Duie Pyle",
- "guaranteed": false,
- "directCarrier": false,
- "kuebixRefNum": "1422XXX72"
}, - {
- "deliveryDate": "2021-05-17T17:00:00.000-04:00",
- "id": "a151k00000XXXXXAAC",
- "name": "RQ-0009808328-21",
- "scac": "EXLA",
- "service": "Standard",
- "serviceType": "Guaranteed",
- "serviceDays": 3,
- "gross": 1219.41,
- "fscPrice": 34.95,
- "surchargePrice": 0,
- "accessorialPrice": 50,
- "totalPrice": 227.62,
- "linehaul": 142.67,
- "prepayAdd": 0,
- "totalPrepayAdd": 227.62,
- "totalDeliveryAccessorialSellPrice": 0,
- "dropCharges": 0,
- "fscSellPrice": 0,
- "linehaulSellPrice": 0,
- "accessorialSellPrice": 0,
- "responseTime": 0,
- "carrierName": "Estes Express",
- "guaranteed": true,
- "quoteNumber": "1YNGSHQ",
- "directCarrier": true,
- "kuebixRefNum": "1851XXX38"
}, - {
- "deliveryDate": "2021-05-17T17:00:00.000-04:00",
- "id": "a151k0000XXXXXeAAC",
- "name": "RQ-0009808327-21",
- "scac": "EXLA",
- "service": "Standard",
- "serviceType": "Standard",
- "serviceDays": 3,
- "gross": 1219.41,
- "fscPrice": 34.95,
- "surchargePrice": 0,
- "accessorialPrice": 0,
- "totalPrice": 177.62,
- "linehaul": 142.67,
- "prepayAdd": 0,
- "totalPrepayAdd": 177.62,
- "dropCharges": 0,
- "fscSellPrice": 0,
- "linehaulSellPrice": 0,
- "accessorialSellPrice": 0,
- "responseTime": 0,
- "carrierName": "Estes Express",
- "guaranteed": false,
- "quoteNumber": "LYNGSHQ",
- "directCarrier": true,
- "kuebixRefNum": "125XXX243"
}, - {
- "id": "a151k000001XXXXXAC",
- "name": "RQ-0009808326-21",
- "scac": "PAAF",
- "service": "Standard",
- "serviceType": "Standard",
- "serviceDays": 3,
- "fscPrice": 0,
- "surchargePrice": 0,
- "accessorialPrice": 0,
- "totalPrice": 0,
- "linehaul": 0,
- "prepayAdd": 0,
- "totalPrepayAdd": 0,
- "dropCharges": 0,
- "fscSellPrice": 0,
- "linehaulSellPrice": 0,
- "accessorialSellPrice": 0,
- "responseTime": 0,
- "carrierName": "Pilot Freight",
- "guaranteed": false,
- "directCarrier": true,
- "kuebixRefNum": "57XXX226"
}, - {
- "deliveryDate": "2021-05-14T03:00:00.000-04:00",
- "id": "a151k00000XXXXXAAC",
- "name": "RQ-0009808325-21",
- "scac": "CNWY",
- "service": "Standard",
- "serviceType": "Standard",
- "serviceDays": 2,
- "gross": 1339.13,
- "fscPrice": 74.99,
- "surchargePrice": 0,
- "accessorialPrice": 63.5,
- "totalPrice": 406.32,
- "linehaul": 267.83,
- "prepayAdd": 0,
- "totalPrepayAdd": 406.32,
- "totalDeliveryAccessorialSellPrice": 0,
- "dropCharges": 0,
- "fscSellPrice": 0,
- "linehaulSellPrice": 0,
- "accessorialSellPrice": 0,
- "responseTime": 0,
- "carrierName": "XPO Logistics",
- "guaranteed": false,
- "quoteNumber": "5789624604984",
- "directCarrier": false,
- "kuebixRefNum": "169XXX88"
}, - {
- "deliveryDate": "2021-05-17T17:00:00.000-04:00",
- "id": "a151k00000XXXXXAAC",
- "name": "RQ-0009808324-21",
- "scac": "ABFS",
- "service": "Standard",
- "serviceType": "Guaranteed",
- "serviceDays": 3,
- "gross": 1494.56,
- "fscPrice": 381.11,
- "surchargePrice": 0,
- "accessorialPrice": 667.71,
- "totalPrice": 2543.38,
- "linehaul": 1494.56,
- "prepayAdd": 0,
- "totalPrepayAdd": 2543.38,
- "totalDeliveryAccessorialSellPrice": 0,
- "dropCharges": 0,
- "fscSellPrice": 0,
- "linehaulSellPrice": 0,
- "accessorialSellPrice": 0,
- "responseTime": 0,
- "carrierName": "ABF Freight Systems",
- "guaranteed": true,
- "quoteNumber": "L3V54G1321",
- "directCarrier": true,
- "kuebixRefNum": "256XXX70"
}, - {
- "deliveryDate": "2021-05-17T12:00:00.000-04:00",
- "id": "a151k00000XXXXXAAC",
- "name": "RQ-0009808323-21",
- "scac": "ABFS",
- "service": "Standard",
- "serviceType": "Guaranteed",
- "serviceDays": 3,
- "gross": 1494.56,
- "fscPrice": 381.11,
- "surchargePrice": 0,
- "accessorialPrice": 911.54,
- "totalPrice": 2787.21,
- "linehaul": 1494.56,
- "prepayAdd": 0,
- "totalPrepayAdd": 2787.21,
- "totalDeliveryAccessorialSellPrice": 0,
- "dropCharges": 0,
- "fscSellPrice": 0,
- "linehaulSellPrice": 0,
- "accessorialSellPrice": 0,
- "responseTime": 0,
- "carrierName": "ABF Freight Systems",
- "guaranteed": true,
- "quoteNumber": "L3V54G1321",
- "directCarrier": true,
- "kuebixRefNum": "1218XXX03"
}, - {
- "deliveryDate": "2021-05-14T17:00:00.000-04:00",
- "id": "a151k00000XXXXXAAS",
- "name": "RQ-0009808322-21",
- "scac": "ABFS",
- "service": "Standard",
- "serviceType": "Guaranteed",
- "serviceDays": 3,
- "gross": 1494.56,
- "fscPrice": 381.11,
- "surchargePrice": 0,
- "accessorialPrice": 949.05,
- "totalPrice": 2824.72,
- "linehaul": 1494.56,
- "prepayAdd": 0,
- "totalPrepayAdd": 2824.72,
- "totalDeliveryAccessorialSellPrice": 0,
- "dropCharges": 0,
- "fscSellPrice": 0,
- "linehaulSellPrice": 0,
- "accessorialSellPrice": 0,
- "responseTime": 0,
- "carrierName": "ABF Freight Systems",
- "guaranteed": true,
- "quoteNumber": "L3V54G1321",
- "directCarrier": true,
- "kuebixRefNum": "83XXX683"
}, - {
- "deliveryDate": "2021-05-17T17:00:00.000-04:00",
- "id": "a151k00000XXXXXAAS",
- "name": "RQ-0009808321-21",
- "scac": "ABFS",
- "service": "Standard",
- "serviceType": "Standard",
- "serviceDays": 3,
- "gross": 1494.56,
- "fscPrice": 381.11,
- "surchargePrice": 0,
- "accessorialPrice": 147,
- "totalPrice": 2022.67,
- "linehaul": 1494.56,
- "prepayAdd": 0,
- "totalPrepayAdd": 2022.67,
- "totalDeliveryAccessorialSellPrice": 0,
- "dropCharges": 0,
- "fscSellPrice": 0,
- "linehaulSellPrice": 0,
- "accessorialSellPrice": 0,
- "responseTime": 0,
- "carrierName": "ABF Freight Systems",
- "guaranteed": false,
- "quoteNumber": "L3V54G1321",
- "directCarrier": true,
- "kuebixRefNum": "469XXX65"
}
]
}
Get new rate quotes for a previously created Kuebix shipment. There is no body for this request, just pass the shipmentId as a path parameter.
Rate quotes retrieved with this endpoint are not saved in the Salesforce database.
shipmentId required | string |
Authorization required | string Basic Authentication over HTTPS using an API username and key password provided by Kuebix. |
{- "shipmentId": "a1H1k0000XXXXXmEAA",
- "rateMap": {
- "PYLE": [
- {
- "deliveryDate": "6/1/2021",
- "id": "a151k0000XXXXXAAS",
- "scac": "PYLE",
- "service": "Guaranteed Standard Delivery By 12 PM",
- "serviceType": "Guaranteed",
- "serviceDays": 1,
- "gross": 1563.6,
- "fscPercent": 26.8,
- "fscPrice": 419.04,
- "accessorialPrice": 71.5,
- "accessorialCharges": [
- {
- "charge": 71.5,
- "accessorial": {
- "id": null,
- "accessorialId": null,
- "name": "Noon Guaranteed Delivery",
- "kuebixCode": null,
- "code": "NOON GUARANTEED",
- "parameters": [ ],
- "parametersRequired": false,
- "accessorialType": "Delivery"
}
}
], - "totalPrice": 2054.14,
- "linehaul": 1563.6,
- "responseTime": 6431,
- "guaranteedTime": "12:00 PM",
- "carrierName": "A. Duie Pyle",
- "guaranteed": true,
- "quoteNumber": "49047975",
- "directCarrier": true,
- "kuebixRefNum": "117XXX075"
}, - {
- "deliveryDate": "6/1/2021",
- "id": "a151k0000XXXXXAAS",
- "scac": "PYLE",
- "service": "Guaranteed Standard Delivery By 5 PM",
- "serviceType": "Guaranteed",
- "serviceDays": 1,
- "gross": 1563.6,
- "fscPercent": 26.8,
- "fscPrice": 419.04,
- "accessorialPrice": 35,
- "accessorialCharges": [
- {
- "charge": 35,
- "accessorial": {
- "id": null,
- "accessorialId": null,
- "name": "Guaranteed Delivery",
- "kuebixCode": null,
- "code": "GUARANTEED",
- "parameters": [ ],
- "parametersRequired": false,
- "accessorialType": "Delivery"
}
}
], - "totalPrice": 2017.64,
- "linehaul": 1563.6,
- "responseTime": 6431,
- "guaranteedTime": "5:00 PM",
- "carrierName": "A. Duie Pyle",
- "guaranteed": true,
- "quoteNumber": "49047975",
- "directCarrier": true,
- "kuebixRefNum": "855XXX65"
}, - {
- "deliveryDate": "6/1/2021",
- "id": "a151k0000XXXXXAAS",
- "scac": "PYLE",
- "service": "Standard Rates",
- "serviceType": "Standard",
- "serviceDays": 1,
- "gross": 1563.6,
- "fscPercent": 26.8,
- "fscPrice": 419.04,
- "accessorialPrice": 0,
- "accessorialCharges": [ ],
- "totalPrice": 1982.64,
- "linehaul": 1563.6,
- "responseTime": 6431,
- "carrierName": "A. Duie Pyle",
- "guaranteed": false,
- "quoteNumber": "49047975",
- "directCarrier": true,
- "kuebixRefNum": "243XXX426"
}
], - "EXLA": [
- {
- "deliveryDate": "6/1/2021",
- "id": "a151k00000XXXXXAAS",
- "scac": "EXLA",
- "service": "LTL Standard Transit",
- "serviceType": "Standard",
- "serviceDays": 1,
- "gross": 6114,
- "fscPercent": 24.5,
- "fscPrice": 175.26,
- "accessorialPrice": 0,
- "accessorialCharges": [ ],
- "totalPrice": 890.6,
- "linehaul": 715.34,
- "discountPercent": 88.3,
- "responseTime": 2830,
- "carrierName": "Estes Express",
- "guaranteed": false,
- "quoteNumber": "LBDRS47",
- "directCarrier": true,
- "kuebixRefNum": "373XXX76"
}, - {
- "deliveryDate": "6/1/2021",
- "id": "a151k00000XXXXXAAS",
- "scac": "EXLA",
- "service": "Guaranteed LTL Standard Transit: 5PM",
- "serviceType": "Guaranteed",
- "serviceDays": 1,
- "gross": 6114,
- "fscPercent": 24.5,
- "fscPrice": 175.26,
- "accessorialPrice": 178.83,
- "accessorialCharges": [
- {
- "charge": 178.83,
- "accessorial": {
- "id": null,
- "accessorialId": null,
- "name": "Guaranteed LTL Standard Transit: 5PM",
- "kuebixCode": null,
- "code": "Guaranteed Service",
- "parameters": [ ],
- "parametersRequired": false,
- "accessorialType": "Other"
}
}
], - "totalPrice": 1069.43,
- "linehaul": 715.34,
- "discountPercent": 88.3,
- "responseTime": 2830,
- "guaranteedTime": "5:00 PM",
- "carrierName": "Estes Express",
- "guaranteed": true,
- "quoteNumber": "1BDRS47",
- "directCarrier": true,
- "kuebixRefNum": "188XXX965"
}, - {
- "deliveryDate": "6/1/2021",
- "id": "a151k00000XXXXXAAS",
- "scac": "EXLA",
- "service": "Guaranteed LTL Standard Transit: 12PM",
- "serviceType": "Guaranteed",
- "serviceDays": 1,
- "gross": 6114,
- "fscPercent": 24.5,
- "fscPrice": 175.26,
- "accessorialPrice": 250.36,
- "accessorialCharges": [
- {
- "charge": 250.36,
- "accessorial": {
- "id": null,
- "accessorialId": null,
- "name": "Guaranteed LTL Standard Transit: 12PM",
- "kuebixCode": null,
- "code": "Guaranteed Service",
- "parameters": [ ],
- "parametersRequired": false,
- "accessorialType": "Other"
}
}
], - "totalPrice": 1140.96,
- "linehaul": 715.34,
- "discountPercent": 88.3,
- "responseTime": 2830,
- "guaranteedTime": "12:00 PM",
- "carrierName": "Estes Express",
- "guaranteed": true,
- "quoteNumber": "2BDRS47",
- "directCarrier": true,
- "kuebixRefNum": "187XXX93"
}
], - "CNWY": [
- {
- "deliveryDate": "6/1/2021",
- "id": "a151k00000XXXXXAAS",
- "scac": "CNWY",
- "service": "Instant Guaranteed Service",
- "serviceType": "Guaranteed",
- "serviceDays": 1,
- "gross": 6345,
- "fscPercent": 28.25,
- "fscPrice": 358.49,
- "accessorialPrice": 105,
- "accessorialCharges": [
- {
- "charge": 105,
- "accessorial": {
- "id": null,
- "accessorialId": null,
- "name": "Guaranteed Delivery",
- "kuebixCode": null,
- "code": "GUARANTEED",
- "parameters": [ ],
- "parametersRequired": false,
- "accessorialType": "Delivery"
}
}
], - "totalPrice": 1732.49,
- "linehaul": 1269,
- "discountPercent": 80,
- "responseTime": 3799,
- "guaranteedTime": "5:00 PM",
- "carrierName": "XPO Logistics",
- "guaranteed": true,
- "quoteNumber": "5791041862447",
- "directCarrier": true,
- "kuebixRefNum": "567XXX89"
}, - {
- "deliveryDate": "6/1/2021",
- "id": "a151k00000XXXXXAAS",
- "scac": "CNWY",
- "service": "Standard",
- "serviceType": "Standard",
- "serviceDays": 1,
- "gross": 6345,
- "fscPercent": 28.25,
- "fscPrice": 358.49,
- "accessorialPrice": 0,
- "accessorialCharges": [ ],
- "totalPrice": 1627.49,
- "linehaul": 1269,
- "discountPercent": 80,
- "responseTime": 3799,
- "carrierName": "XPO Logistics",
- "guaranteed": false,
- "quoteNumber": "5791041851969",
- "directCarrier": true,
- "kuebixRefNum": "22XXX0165"
}, - {
- "deliveryDate": "6/1/2021",
- "id": "a151k00000XXXXXAAS",
- "scac": "CNWY",
- "service": "Guaranteed By Noon Service",
- "serviceType": "Guaranteed",
- "serviceDays": 1,
- "gross": 6345,
- "fscPercent": 28.25,
- "fscPrice": 358.49,
- "accessorialPrice": 215,
- "accessorialCharges": [
- {
- "charge": 215,
- "accessorial": {
- "id": null,
- "accessorialId": null,
- "name": "Noon Guaranteed Delivery",
- "kuebixCode": null,
- "code": "NOON GUARANTEED",
- "parameters": [ ],
- "parametersRequired": false,
- "accessorialType": "Delivery"
}
}
], - "totalPrice": 1842.49,
- "linehaul": 1269,
- "discountPercent": 80,
- "responseTime": 3799,
- "guaranteedTime": "12:00 PM",
- "carrierName": "XPO Logistics",
- "guaranteed": true,
- "quoteNumber": "5791041872511",
- "directCarrier": true,
- "kuebixRefNum": "22XXX423"
}
], - "ABFS": [
- {
- "deliveryDate": "6/2/2021",
- "id": "a151k00000XXXXXAAS",
- "scac": "ABFS",
- "service": "Standard",
- "serviceType": "Standard",
- "serviceDays": 2,
- "gross": 6920,
- "fscPercent": 25.5,
- "fscPrice": 1764.6,
- "accessorialPrice": -8084.6,
- "accessorialCharges": [
- {
- "charge": 0,
- "accessorial": {
- "id": null,
- "accessorialId": null,
- "name": "Single Shipment",
- "kuebixCode": null,
- "code": "SINGLE",
- "parameters": [ ],
- "parametersRequired": false,
- "accessorialType": "Other"
}
}, - {
- "charge": -8084.6,
- "accessorial": {
- "id": null,
- "accessorialId": null,
- "name": "DYNAMIC DISCOUNT",
- "kuebixCode": null,
- "code": "DYNAMIC DISCOUNT",
- "parameters": [ ],
- "parametersRequired": false,
- "accessorialType": "Other"
}
}
], - "totalPrice": 600,
- "linehaul": 6920,
- "responseTime": 1811,
- "carrierName": "ABF Freight Systems",
- "guaranteed": false,
- "quoteNumber": "LD76SQ1331",
- "directCarrier": true,
- "kuebixRefNum": "542XXX40"
}
]
}, - "rates": [
- {
- "deliveryDate": "6/2/2021",
- "id": "a151k00000XXXXXAAS",
- "scac": "ABFS",
- "service": "Standard",
- "serviceType": "Standard",
- "serviceDays": 2,
- "gross": 6920,
- "fscPercent": 25.5,
- "fscPrice": 1764.6,
- "accessorialPrice": -8084.6,
- "accessorialCharges": [
- {
- "charge": 0,
- "accessorial": {
- "id": null,
- "accessorialId": null,
- "name": "Single Shipment",
- "kuebixCode": null,
- "code": "SINGLE",
- "parameters": [ ],
- "parametersRequired": false,
- "accessorialType": "Other"
}
}, - {
- "charge": -8084.6,
- "accessorial": {
- "id": null,
- "accessorialId": null,
- "name": "DYNAMIC DISCOUNT",
- "kuebixCode": null,
- "code": "DYNAMIC DISCOUNT",
- "parameters": [ ],
- "parametersRequired": false,
- "accessorialType": "Other"
}
}
], - "totalPrice": 600,
- "linehaul": 6920,
- "responseTime": 1811,
- "carrierName": "ABF Freight Systems",
- "guaranteed": false,
- "quoteNumber": "LD76SQ1331",
- "directCarrier": true,
- "kuebixRefNum": "542XXX40"
}, - {
- "deliveryDate": "6/1/2021",
- "id": "a151k00000XXXXXAAS",
- "scac": "CNWY",
- "service": "Instant Guaranteed Service",
- "serviceType": "Guaranteed",
- "serviceDays": 1,
- "gross": 6345,
- "fscPercent": 28.25,
- "fscPrice": 358.49,
- "accessorialPrice": 105,
- "accessorialCharges": [
- {
- "charge": 105,
- "accessorial": {
- "id": null,
- "accessorialId": null,
- "name": "Guaranteed Delivery",
- "kuebixCode": null,
- "code": "GUARANTEED",
- "parameters": [ ],
- "parametersRequired": false,
- "accessorialType": "Delivery"
}
}
], - "totalPrice": 1732.49,
- "linehaul": 1269,
- "discountPercent": 80,
- "responseTime": 3799,
- "guaranteedTime": "5:00 PM",
- "carrierName": "XPO Logistics",
- "guaranteed": true,
- "quoteNumber": "5791041862447",
- "directCarrier": true,
- "kuebixRefNum": "567XXX89"
}, - {
- "deliveryDate": "6/1/2021",
- "id": "a151k00000XXXXXAAS",
- "scac": "CNWY",
- "service": "Standard",
- "serviceType": "Standard",
- "serviceDays": 1,
- "gross": 6345,
- "fscPercent": 28.25,
- "fscPrice": 358.49,
- "accessorialPrice": 0,
- "accessorialCharges": [ ],
- "totalPrice": 1627.49,
- "linehaul": 1269,
- "discountPercent": 80,
- "responseTime": 3799,
- "carrierName": "XPO Logistics",
- "guaranteed": false,
- "quoteNumber": "5791041851969",
- "directCarrier": true,
- "kuebixRefNum": "227XXX165"
}, - {
- "deliveryDate": "6/1/2021",
- "id": "a151k00000XXXXXAAS",
- "scac": "CNWY",
- "service": "Guaranteed By Noon Service",
- "serviceType": "Guaranteed",
- "serviceDays": 1,
- "gross": 6345,
- "fscPercent": 28.25,
- "fscPrice": 358.49,
- "accessorialPrice": 215,
- "accessorialCharges": [
- {
- "charge": 215,
- "accessorial": {
- "id": null,
- "accessorialId": null,
- "name": "Noon Guaranteed Delivery",
- "kuebixCode": null,
- "code": "NOON GUARANTEED",
- "parameters": [ ],
- "parametersRequired": false,
- "accessorialType": "Delivery"
}
}
], - "totalPrice": 1842.49,
- "linehaul": 1269,
- "discountPercent": 80,
- "responseTime": 3799,
- "guaranteedTime": "12:00 PM",
- "carrierName": "XPO Logistics",
- "guaranteed": true,
- "quoteNumber": "5791041872511",
- "directCarrier": true,
- "kuebixRefNum": "220XXX23"
}, - {
- "deliveryDate": "6/1/2021",
- "id": "a151k0000XXXXXSAAS",
- "scac": "EXLA",
- "service": "LTL Standard Transit",
- "serviceType": "Standard",
- "serviceDays": 1,
- "gross": 6114,
- "fscPercent": 24.5,
- "fscPrice": 175.26,
- "accessorialPrice": 0,
- "accessorialCharges": [ ],
- "totalPrice": 890.6,
- "linehaul": 715.34,
- "discountPercent": 88.3,
- "responseTime": 2830,
- "carrierName": "Estes Express",
- "guaranteed": false,
- "quoteNumber": "LBDRS47",
- "directCarrier": true,
- "kuebixRefNum": "373XXX76"
}, - {
- "deliveryDate": "6/1/2021",
- "id": "a151k00000XXXXXAAS",
- "scac": "EXLA",
- "service": "Guaranteed LTL Standard Transit: 5PM",
- "serviceType": "Guaranteed",
- "serviceDays": 1,
- "gross": 6114,
- "fscPercent": 24.5,
- "fscPrice": 175.26,
- "accessorialPrice": 178.83,
- "accessorialCharges": [
- {
- "charge": 178.83,
- "accessorial": {
- "id": null,
- "accessorialId": null,
- "name": "Guaranteed LTL Standard Transit: 5PM",
- "kuebixCode": null,
- "code": "Guaranteed Service",
- "parameters": [ ],
- "parametersRequired": false,
- "accessorialType": "Other"
}
}
], - "totalPrice": 1069.43,
- "linehaul": 715.34,
- "discountPercent": 88.3,
- "responseTime": 2830,
- "guaranteedTime": "5:00 PM",
- "carrierName": "Estes Express",
- "guaranteed": true,
- "quoteNumber": "1BDRS47",
- "directCarrier": true,
- "kuebixRefNum": "1880XXX65"
}, - {
- "deliveryDate": "6/1/2021",
- "id": "a151k00000XXXXXAAS",
- "scac": "EXLA",
- "service": "Guaranteed LTL Standard Transit: 12PM",
- "serviceType": "Guaranteed",
- "serviceDays": 1,
- "gross": 6114,
- "fscPercent": 24.5,
- "fscPrice": 175.26,
- "accessorialPrice": 250.36,
- "accessorialCharges": [
- {
- "charge": 250.36,
- "accessorial": {
- "id": null,
- "accessorialId": null,
- "name": "Guaranteed LTL Standard Transit: 12PM",
- "kuebixCode": null,
- "code": "Guaranteed Service",
- "parameters": [ ],
- "parametersRequired": false,
- "accessorialType": "Other"
}
}
], - "totalPrice": 1140.96,
- "linehaul": 715.34,
- "discountPercent": 88.3,
- "responseTime": 2830,
- "guaranteedTime": "12:00 PM",
- "carrierName": "Estes Express",
- "guaranteed": true,
- "quoteNumber": "2BDRS47",
- "directCarrier": true,
- "kuebixRefNum": "187XXX93"
}, - {
- "deliveryDate": "6/1/2021",
- "id": "a151k00000XXXXXAAS",
- "scac": "PYLE",
- "service": "Guaranteed Standard Delivery By 12 PM",
- "serviceType": "Guaranteed",
- "serviceDays": 1,
- "gross": 1563.6,
- "fscPercent": 26.8,
- "fscPrice": 419.04,
- "accessorialPrice": 71.5,
- "accessorialCharges": [
- {
- "charge": 71.5,
- "accessorial": {
- "id": null,
- "accessorialId": null,
- "name": "Noon Guaranteed Delivery",
- "kuebixCode": null,
- "code": "NOON GUARANTEED",
- "parameters": [ ],
- "parametersRequired": false,
- "accessorialType": "Delivery"
}
}
], - "totalPrice": 2054.14,
- "linehaul": 1563.6,
- "responseTime": 6431,
- "guaranteedTime": "12:00 PM",
- "carrierName": "A. Duie Pyle",
- "guaranteed": true,
- "quoteNumber": "49047975",
- "directCarrier": true,
- "kuebixRefNum": "1170XXX75"
}, - {
- "deliveryDate": "6/1/2021",
- "id": "a151k00000XXXXXAAS",
- "scac": "PYLE",
- "service": "Guaranteed Standard Delivery By 5 PM",
- "serviceType": "Guaranteed",
- "serviceDays": 1,
- "gross": 1563.6,
- "fscPercent": 26.8,
- "fscPrice": 419.04,
- "accessorialPrice": 35,
- "accessorialCharges": [
- {
- "charge": 35,
- "accessorial": {
- "id": null,
- "accessorialId": null,
- "name": "Guaranteed Delivery",
- "kuebixCode": null,
- "code": "GUARANTEED",
- "parameters": [ ],
- "parametersRequired": false,
- "accessorialType": "Delivery"
}
}
], - "totalPrice": 2017.64,
- "linehaul": 1563.6,
- "responseTime": 6431,
- "guaranteedTime": "5:00 PM",
- "carrierName": "A. Duie Pyle",
- "guaranteed": true,
- "quoteNumber": "49047975",
- "directCarrier": true,
- "kuebixRefNum": "855XXX65"
}, - {
- "deliveryDate": "6/1/2021",
- "id": "a151k00000XXXXXAAS",
- "scac": "PYLE",
- "service": "Standard Rates",
- "serviceType": "Standard",
- "serviceDays": 1,
- "gross": 1563.6,
- "fscPercent": 26.8,
- "fscPrice": 419.04,
- "accessorialPrice": 0,
- "accessorialCharges": [ ],
- "totalPrice": 1982.64,
- "linehaul": 1563.6,
- "responseTime": 6431,
- "carrierName": "A. Duie Pyle",
- "guaranteed": false,
- "quoteNumber": "49047975",
- "directCarrier": true,
- "kuebixRefNum": "243XXX426"
}
], - "links": [
- {
- "rel": "self",
}
]
}
Mark a Kuebix Shipment as booked and schedule it with a carrier by passing the shipmentId as a path parameter. There is no request body for this endpoint.
shipmentId required | string |
Authorization required | string Basic Authentication over HTTPS using an API username and key password provided by Kuebix. |
{- "shipmentId": "a1H1k000XXXXXD1EAI",
- "shipmentType": "LTL",
- "paymentType": "Outbound Prepaid",
- "bolNumber": "KBX67936721",
- "shipmentName": "KBX-0679367-21",
- "mileage": 294.82,
- "success": true,
- "webserviceScheduleEnabled": true,
- "rateQuoteId": "a151k000XXXXXwmAAC",
- "rateQuote": {
- "deliveryDate": "2021-05-13T17:00:00.000-04:00",
- "id": "a151k000XXXXXwmAAC",
- "name": "RQ-0009808335-21",
- "scac": "EXLA",
- "service": "LTL Standard Transit",
- "serviceType": "Standard",
- "serviceDays": 1,
- "gross": 6114,
- "fscPrice": 175.26,
- "surchargePrice": 0,
- "accessorialPrice": 0,
- "totalPrice": 890.6,
- "linehaul": 715.34,
- "prepayAdd": 0,
- "totalPrepayAdd": 890.6,
- "dropCharges": 0,
- "fscSellPrice": 0,
- "linehaulSellPrice": 0,
- "accessorialSellPrice": 0,
- "carrierName": "Estes Express",
- "guaranteed": false,
- "quoteNumber": "LJL663Y",
- "directCarrier": true,
- "kuebixRefNum": "37XXXX76"
}, - "responseTime": 5583
}
Create and book an Outbound Collect or Third Party Collect shipment. Please note, when booking a customer routed shipment, there are no rate quotes in play as the freight charges will be billed to a party that is not the Kuebix customer.
Authorization required | string Basic Authentication over HTTPS using an API username and key password provided by Kuebix. |
scac | string |
object (Client) Client object containing unique shipper identifiers. |
{- "origin": {
- "companyName": "Origin Sample Company",
- "country": "United States",
- "stateProvince": "MA",
- "city": "Acton",
- "streetAddress": "8 Post Office Square",
- "postalCode": "01720",
- "contact": {
- "name": "Sample User",
- "phone": "978-555-5555",
- "email": "sampleuser@kuebix.com"
}, - "notes": "Example note"
}, - "destination": {
- "companyName": "Destination Sample Company",
- "country": "United States",
- "stateProvince": "PA",
- "city": "Warminster",
- "streetAddress": "273 N. Scott Drive",
- "postalCode": "18974",
- "contact": {
- "name": "Sample User",
- "phone": "978-555-5555",
- "email": "sampleuser@kuebix.com"
}, - "notes": "Example note"
}, - "billTo": {
- "companyName": "BillTo Sample Company",
- "country": "United States",
- "stateProvince": "TX",
- "city": "Arlington",
- "streetAddress": "8 Post Office Square",
- "streetAddress2": "Suite 200",
- "postalCode": "76001",
- "contact": {
- "name": "Sample User",
- "phone": "978-555-5555",
- "email": "sampleuser@kuebix.com"
}, - "notes": "Example note"
}, - "lineItems": [
- {
- "packageType": "Case(s)",
- "inPackages": 63,
- "description": "Sample Description",
- "weight": 3700,
- "freightClass": "70",
- "nmfc": "144250-02",
- "sku": "Sample SKU Number",
- "soNumber": "Sample-SO-Number",
- "poNumber": "Sample Description"
}
], - "handlingUnits": [
- {
- "length": 22,
- "width": 18,
- "height": 20,
- "weight": 920,
- "stackable": true
}, - {
- "length": 48,
- "width": 40,
- "height": 48,
- "weight": 1850,
- "stackable": true
}
], - "client": {
- "id": "001XXXXXXXUgyyc"
}, - "weightUnit": "LB",
- "lengthUnit": "IN",
- "shipmentType": "LTL",
- "totalSkids": 2,
- "totalPackages": 64,
- "shipmentMode": "Dry Van",
- "paymentType": "Outbound Prepaid",
- "pickupReady": "2018-06-06T08:00:00.00Z",
- "pickupClose": "2018-06-06T11:00:00.00Z",
- "scac": "EXLA",
- "service": "Standard Transit Plus: 10AM",
- "customerSpecificFields": {
- "boolean1": true,
- "date1": "2020-01-28",
- "integer1": 15,
- "text1": "Sample Reference Text String"
}, - "schedulingPreferences": {
- "accountWarehouseCode": "Sample Warehouse Code",
- "commodityGroup": "Sample Commodity Group",
- "partnerProfile": {
- "id": "a1XXXXXXXXXX9JkYAI"
}, - "warehouseDockPartition": "DOCK1234"
}
}
{- "shipmentId": "a1H1k00XXXXXX8pEAA",
- "shipmentType": "LTL",
- "paymentType": "Outbound Collect",
- "bolNumber": "KBX67936221",
- "shipmentName": "KBX-0679362-21",
- "mileage": 879.59,
- "success": true,
- "webserviceScheduleEnabled": true,
- "rateQuoteId": "a151k000XXXXXw4AAC",
- "rateQuote": {
- "id": "a151k0000XXXXX4AAC",
- "name": "RQ-0009808295-21",
- "scac": "EXLA",
- "service": "Standard",
- "serviceType": "Standard",
- "serviceDays": 0,
- "fscPrice": 0,
- "accessorialPrice": 0,
- "totalPrice": 0,
- "linehaul": 0,
- "prepayAdd": 0,
- "totalPrepayAdd": 0,
- "carrierName": "Estes Express",
- "guaranteed": false,
- "directCarrier": false,
- "kuebixRefNum": "148XXXX26"
}, - "responseTime": 3364
}
This action allows for creating, booking, and scheduling a Kuebix Shipment with a carrier.
Authorization required | string Basic Authentication over HTTPS using an API username and key password provided by Kuebix. |
required | object (Client) Client object containing unique shipper identifiers. |
shipmentId | string 15 or 18 character Salesforce ID. |
Array of objects (Accessorial) List of Accessorial objects. When a shipment is created, included Accessorial objects each create an Accessorial record. | |
base64String | string Base64 string used for shipment document retrieval. |
required | object (Address) The Address class extends the Client class. |
bolNumber | string Client bill of lading number. |
booked | boolean Indicates whether the shipment is booked with a carrier. |
createdByUpload | boolean |
object (CustomerSpecificFields) Reference fields used to pass information not belonging to a specific field. These optional fields allow you to add additional information to shipments. | |
csxSoNumbers | string |
required | object (Address) The Address class extends the Client class. |
freightPayer | string (FreightPayer) Enum: "Sender" "Receiver" "Third Party" |
generateReturnLabel | boolean |
Array of objects (HandlingUnit) List of HandlingUnit objects. When a shipment is created, included HandlingUnit objects each create a Shipment Dimension record. Handling Unit information is required for LTL and TL shipments. | |
holdAtLocation | boolean |
includeGWFP | boolean Include UPS Ground with Freight Pricing. |
isClientSideSellRate | boolean |
lengthUnit | string (LengthUnit) Enum: "IN" "CM" "FT" "M" Length unit, accepts both imperial and metric units. |
Array of objects (LineItem) List of LineItem objects. When a shipment is created, included LineItem objects each create a Shipment Line Item record. At least one Line Item is required for LTL and TL shipments. | |
marketRegion | string |
mileage | number <BigDecimal> |
moveType | string Shipment movement data sent along to the rating engine. |
required | object (Address) The Address class extends the Client class. |
originalDeliveryDate | string <date> |
ownerIdString | string Auto-populates after shipment creation with the Salesforce ID for the associated Kuebix User which owns the shipment. |
Array of objects (Package) List of Package objects. When a shipment is created, included Package objects each create a Shipment Dimension record. Package information is required for Parcel shipments. | |
parcelAccountNumber | string |
parcelCompare | boolean |
parcelUrl | string |
paymentType required | string Enum: "Inbound Collect" "Outbound Collect" "Outbound Prepaid" "Third Party" "Third Party Collect" "Vendor Delivered" Payment type |
pickupClose | string <date-time> Pickup close date-time string. |
pickupDate | string <date-time> Pickup date date-time string. |
pickupNumber | string |
pickupReady | string <date-time> Pickup ready date time. |
poNumbers | string |
proNumber | string |
scheduled | boolean Indicates whether the shipment is scheduled with a carrier. |
object (SchedulingPreferences) The SchedulingPreferences object is used to create a Kuebix order at the time of shipment creation. | |
service | string Used in conjunction with the |
serviceType | string |
shipmentName | string Auto-populated upon shipment creation. |
shipmentMode required | string (ShipmentMode) Enum: "Air" "Bulk" "Dry Van" "Flatbed" "Intermodal" "Ocean" "OTR" "Temp Controlled" Carrier method of transportation. |
shipmentNotes | string This field gets printed on the BOL, 255 character limit. |
shipmentType required | string (ShipmentType) Enum: "Parcel" "LTL" "TL" "TL Multistop" "TL Multistop Delivery" "TL Multistop Pickup" Shipment type:
|
soNumbers | string Semicolon-delimited Sales Order Numbers rolled-up from any included Shipment Line Item soNumber fields. |
specialInstruction | string This field gets printed on the BOL, 255 character limit. |
totalPackages | integer Total number of packages in the shipment. Required when any Package object is included in the request. |
totalSkids | integer Total number of Handling Units in the shipment |
weightUnit | string Enum: "LB" "KG" Weight unit:
|
x104Enabled | boolean |
ignoreRQLessThan | number <BigDecimal> Ignores rate quotes less than the specified dollar amount. |
forceLoad | boolean |
persist | boolean Indicates whether the Shipment should persist in the database after creation. |
scacs | Array of strings Included carrier SCACs are returned in rating results. |
chooseLowestPrice | boolean Including this field automatically books the shipment with the lowest-cost rate quote. |
kuebixRefNum | string Rate quote reference number returned in an API rate response. The kuebixRefNum can be included to book with a specific known rate quote. |
scac | string Used with the |
scheduleShipment | boolean Indicates whether the shipment should be scheduled with a carrier. |
{- "origin": {
- "id": null,
- "code": null,
- "name": null,
- "companyName": "Origin Sample Company",
- "streetAddress": "8 Post Office Square",
- "city": "Acton",
- "stateProvince": "MA",
- "postalCode": "01720",
- "country": "United States",
- "contact": {
- "id": null,
- "name": "Sample User",
- "firstName": null,
- "lastName": null,
- "email": "sampleuser@kuebix.com",
- "phone": "978-555-5555",
- "fax": null
}, - "notes": "Example Note",
- "reference": null,
- "residential": false
}, - "destination": {
- "id": null,
- "code": null,
- "name": null,
- "companyName": "Destination Sample Company",
- "streetAddress": "273 N. Scott Drive",
- "city": "Warminster",
- "stateProvince": "PA",
- "postalCode": "18974",
- "country": "United States",
- "contact": {
- "id": null,
- "name": "Sample User",
- "firstName": null,
- "lastName": null,
- "email": null,
- "phone": "508-555-5555",
- "fax": null
}, - "notes": "Example Note",
- "reference": null,
- "residential": false
}, - "billTo": {
- "id": null,
- "code": null,
- "name": null,
- "companyName": "BillTo Sample Company",
- "streetAddress": "8 Post Office Square",
- "city": "Arlington",
- "stateProvince": "TX",
- "postalCode": "76001",
- "country": "United States",
- "contact": {
- "id": null,
- "name": "Sample User",
- "firstName": null,
- "lastName": null,
- "email": "sampleuser@kuebix.com",
- "phone": "978-555-5555",
- "fax": null
}, - "notes": "Example Note",
- "reference": null,
- "residential": false
}, - "client": {
- "id": "00XXXXXXXXXXyycAAB",
- "code": null,
- "name": null
}, - "lineItems": [
- {
- "quantity": 2,
- "reference": null,
- "sku": "Sample Sku",
- "id": "a1XXXXXXXXXXPQNUA4",
- "inPackages": 17,
- "description": "Sample Description",
- "packageType": "Box(es)",
- "freightClass": "50",
- "nmfc": "123456-01",
- "poNumber": "Sample-PO-Number",
- "soNumber": "Sample-SO-Number",
- "htnNumber": null,
- "perishable": false,
- "packageReference": null,
- "hazmatDetail": null,
- "weight": 500,
- "netWeight": null,
- "hazmat": false
}
], - "handlingUnits": [
- {
- "id": "a1XXXXXXXXXXatOUAS",
- "description": null,
- "weight": 1850,
- "netWeight": null,
- "packageWeight": null,
- "width": 40,
- "length": 48,
- "height": 48,
- "quantity": 1,
- "lineItems": [ ],
- "invoiceNumber": "",
- "stackable": false,
- "reference": null,
- "huType": null
}
], - "package": [
- {
- "length": 48,
- "width": 40,
- "height": 48,
- "weight": 975,
- "packageType": "Medium Box"
}
], - "accessorials": [
- {
- "code": "Limited Access",
- "accessorialType": "Delivery",
- "parameters": [
- {
- "name": "accessType",
- "value": "Church"
}
]
}
], - "shipmentType": "LTL",
- "totalSkids": 1,
- "totalPackages": 1,
- "shipmentMode": "Dry Van",
- "paymentType": "Outbound Prepaid",
- "bolNumber": "Sample-BOL-Number",
- "pickupReady": "2018-06-05T18:00:00.00Z",
- "pickupClose": "2018-06-05T22:00:00.00Z",
- "kuebixRefNum": 29124400,
- "scheduleShipment": true,
- "customerSpecificFields": {
- "boolean1": true,
- "date1": "2020-01-28",
- "integer1": 15,
- "text1": "Sample Reference Text String"
}
}
{- "shipmentId": "a1H3b000XXXXXXXEAT",
- "shipmentType": "LTL",
- "paymentType": "Outbound Prepaid",
- "bookedRateQuote": {
- "deliveryDate": "2021-06-22T03:00:00.000-04:00",
- "id": "a153b000XXXXXCAA3",
- "name": "RQ-0143XXXX20-21",
- "scac": "CNWY",
- "service": "Standard",
- "serviceType": "Standard",
- "serviceDays": 1,
- "gross": 487.67,
- "fscPrice": 32.49,
- "surchargePrice": 0,
- "accessorialPrice": 0,
- "totalPrice": 145.49,
- "linehaul": 113,
- "prepayAdd": 0,
- "totalPrepayAdd": 145.49,
- "dropCharges": 0,
- "fscSellPrice": 0,
- "linehaulSellPrice": 0,
- "accessorialSellPrice": 0,
- "carrierName": "XPO Logistics",
- "guaranteed": false,
- "quoteNumber": "5808XXXXX9977",
- "directCarrier": true,
- "kuebixRefNum": 118845558
}, - "bolNumber": "Sample-BOL-Number",
- "proNumber": "123XXX795",
- "mileage": 18.44,
- "success": true,
- "webserviceScheduleEnabled": true,
- "rateQuoteId": "a153b00XXXXXLCAA3",
- "rateQuote": {
- "deliveryDate": "2021-06-22T03:00:00.000-04:00",
- "id": "a153b000XXXXXCAA3",
- "name": "RQ-0143XXXX20-21",
- "scac": "CNWY",
- "service": "Standard",
- "serviceType": "Standard",
- "serviceDays": 1,
- "gross": 487.67,
- "fscPrice": 32.49,
- "surchargePrice": 0,
- "accessorialPrice": 0,
- "totalPrice": 145.49,
- "linehaul": 113,
- "prepayAdd": 0,
- "totalPrepayAdd": 145.49,
- "dropCharges": 0,
- "fscSellPrice": 0,
- "linehaulSellPrice": 0,
- "accessorialSellPrice": 0,
- "carrierName": "XPO Logistics",
- "guaranteed": false,
- "quoteNumber": "5808XXXXX9977",
- "directCarrier": true,
- "kuebixRefNum": 118845558
}
}
This endpoint can be used to delete published and spot rate quotes from an existing shipment.
shipmentId required | string |
Authorization required | string Basic Authentication over HTTPS using an API username and key password provided by Kuebix. |
deletePublishedRates | boolean Indicates whether Published Rate Quotes should be deleted. |
deleteSpotRates | boolean Indicates whether Spot Rates should be deleted. |
{- "deletePublishedRates": true,
- "deleteSpotRates": false
}
{- "shipmentId": "a1H1k00XXXXXis4EAC",
- "bolNumber": "KBX67508421",
- "message": "Existing Published RQs deleted successfully."
}
The Kuebix Shipment Tracking API allows users to track any booked shipments by passing a list of Kuebix shipment BOLs as a query parameter.
Track a Kuebix Shipment with a BOL Number.
kuebixBOLs required | string List of Kuebix BOLs to be tracked, separated by commas. |
Authorization required | string Basic Authentication over HTTPS using an API username and key password provided by Kuebix. |
{- "trackDetailMap": {
- "KBX-0686140-21": {
- "trailer": "",
- "shipToAddress": {
- "street2": null,
- "street": "2506 HEARTNAL",
- "state": "CA",
- "postal": "96002",
- "country": {
- "name": "United States",
- "alpha3": null,
- "alpha2": null
}, - "companyName": "Sample Company",
- "city": "REDDING"
}, - "shipFromAddress": {
- "street2": null,
- "street": "8 Post Office Square",
- "state": "MA",
- "postal": "01720",
- "country": {
- "name": "United States",
- "alpha3": null,
- "alpha2": null
}, - "companyName": "Origin Sample Company",
- "city": "Acton"
}, - "pro": "123456789",
- "historyDetailsList": [
- {
- "statusDate": "7/21/2021 12:24 PM",
- "status": "Delivered",
- "location": null,
- "description": "Delivered"
}, - {
- "statusDate": "7/21/2021 6:34 AM",
- "status": "Out for Delivery",
- "location": null,
- "description": "On Fedex Vehicle For Delivery"
}, - {
- "statusDate": "7/21/2021 3:54 AM",
- "status": "In-Transit",
- "location": null,
- "description": "Departed Fedex Location"
}, - {
- "statusDate": "7/20/2021 2:20 PM",
- "status": "Booked Not Picked Up",
- "location": null,
- "description": "Shipment Information Sent To Fedex"
}
], - "currentStatus": "Delivered",
- "csxDeliveryDate": "07/22/2021",
- "carrier": "FedEx Parcel"
}
}
}
The Kuebix Order Create API allows users to Add, Delete, and Update Orders as well as retrieve Order details.
A maximum of 200 PO line items can be processed in a single API request.
Order Create requests with orderType Inbound
must have unique orderNum values, as this field is a unique identifier for Inbound orders.
Order Create requests with orderType Outbound
or Third Party
must have unique salesOrderNum values, as this field is a unique identifier for Outbound and Third Party orders.
This endpoint can be used to create a new order or update an existing order. To update an order, include the salesOrderNum
of your existing order in the request body.
Authorization required | string Basic Authentication over HTTPS using an API username and key password provided by Kuebix. |
integrationVersion | string Integration version, currently |
Array of objects (PoMasterBase) ArrayList of PoMaster objects. When an order is created, included PoMaster objects each create a PO Master record. |
{- "integrationVersion": "1.0",
- "poMasterList": [
- {
- "originAddress": {
- "companyName": "Sample Company Name",
- "street": "Sample Street Name",
- "street2": "Sample Suite/Apt",
- "city": "Rancho Cordova",
- "state": "CA",
- "postal": "95742",
- "country": {
- "name": "US"
}
}, - "destinationAddress": {
- "companyName": "Sample Company Name",
- "street": "Sample Street Name",
- "street2": "Sample Suite/Apt",
- "city": "Kansas City",
- "state": "MO",
- "postal": "64161",
- "country": {
- "name": "US"
}
}, - "billToAddress": {
- "companyName": "Sample Company Name",
- "street": "Sample Street Name",
- "street2": "Sample Suite/Apt",
- "city": "Rancho Cordova",
- "state": "CA",
- "postal": "95742",
- "country": {
- "name": "US"
}
}, - "shipFromContact": {
- "firstName": "Sample First Name",
- "lastName": "Sample Last Name",
- "email": "sampleemail@kuebix.com",
- "phone": "813-555-5555"
}, - "shipToContact": {
- "firstName": "Sample First Name",
- "lastName": "Sample Last Name",
- "email": "sampleemail@kuebix.com",
- "phone": "813-555-5555"
}, - "client": {
- "id": "XXXXXXXXXXXXXXX",
- "code": null,
- "name": null
}, - "handlingUnits": [
- {
- "huType": "Pallet(s)",
- "length": 48,
- "width": 40,
- "height": 60,
- "weight": 100,
- "netWeight": 100,
- "packageWeight": 20,
- "stackable": true,
- "quantity": 4,
- "weightUnit": "g"
}, - {
- "huType": "Box(es)",
- "length": 24,
- "width": 20,
- "height": 30,
- "weight": 50,
- "netWeight": 50,
- "packageWeight": 50,
- "stackable": false,
- "quantity": 2
}
], - "orderType": "Outbound",
- "salesOrderNum": "Sample SO Number",
- "paymentType": "Outbound Prepaid",
- "deliveryType": "CPU",
- "pickupDate": "2020-11-30",
- "deliveryDate": "2020-11-30",
- "orderNum": "Sample Order Number",
- "preferredCarrierType": "Include",
- "preferredCarrier": "EXLA",
- "modeOfTransport": "LTL",
- "weight": "150",
- "orderAccessorials": [
- {
- "name": "Residential",
- "code": "RESIDNTL",
- "type": "Delivery"
}
], - "orderLineDetails": [
- {
- "sku": "Sample SKU 1",
- "itemDesc": "Sample Item Description",
- "orderName": "Sample Line Item 1 Name",
- "numOfPallets": "5",
- "lineNum": "1",
- "orderQuantity": "10",
- "packagQuantity": "5",
- "quantityUom": "ea",
- "unitWeight": "4.00",
- "weightUom": "lb",
- "unitPrice": "",
- "countryOfOrigin": "US",
- "nmfclazz": "50",
- "packageType": "Pallet(s)"
}, - {
- "sku": "Sample SKU 2",
- "itemDesc": "Sample Item Description",
- "orderName": "Sample Line Item 2 Name",
- "numOfPallets": "4",
- "lineNum": "2",
- "orderQuantity": "8",
- "packageQuantity": "4",
- "quantityUom": "ea",
- "unitWeight": "50.00",
- "weightUom": "lb",
- "unitPrice": "",
- "countryOfOrigin": "US",
- "nmfclazz": "55",
- "packageType": "Pallet(s)"
}
]
}
]
}
{- "poMasterIds": [
- "a0u29000001Cn0eAAC"
], - "successfulOrderNums": [
- "2043675"
], - "errorMap": { },
- "warningMap": { },
- "errorCode": 0,
- "isSuccess": true,
- "errorStatus": null
}
Get Order Details retrieves JSON representations of orders and has no request body. To pass a query parameter, append a question mark to the end of the URL, followed by orderNumber=value pairs separated by ampersands (&), e.g. https://order.kuebix.com/api/orders?orderNumbers=987654321&123456789
.
orderNumbers required | Array of strings Pass an array of strings in the query containing the Order Numbers for which to retrieve PO Details. |
Authorization required | string Basic Authentication over HTTPS using an API username and key password provided by Kuebix. |
{- "poMasterIds": [ ],
- "successfulOrderNums": [
- "2043675"
], - "errorMap": { },
- "warningMap": { },
- "errorCode": 0,
- "isSuccess": true,
- "errorStatus": null
}
orderNumbers required | Array of strings Remove Orders deletes an order from Kuebix and has no request body. To pass a query parameter, append a question mark to the end of the URL, followed by orderNumber=value pairs separated by ampersands (&), e.g. |
Authorization required | string Basic Authentication over HTTPS using an API username and key password provided by Kuebix. |
{- "poMasterIds": [ ],
- "successfulOrderNums": [
- "2043675"
], - "errorMap": { },
- "warningMap": { },
- "errorCode": 0,
- "isSuccess": true,
- "errorStatus": null
}