Download OpenAPI specification:
A public API for integrating with the FreightWise TMS.
Rates are for getting available carrier, services, costing, and transit times for Parcel, FTL & LTL shipments as a true multi-mode rate.
Get a Freight (LTL) Quote / Rate
A JSON object containing rate request information
| shipDate | string <date> (FreightWiseDate) ^\d{4}-\d{2}-\d{2}$ Default: "Today's Date and Time" Date's timezone is considered central. |
| directionId | integer <int32> (DirectionId) Default: 1 Enum: 1 2 3 5 The direction ID designates the direction. The following are the options:
By default it is 1 = Inbound. |
| termId | integer <int32> (TermId) Default: 9 The following term IDs are valid for this API:
|
object (Address) Address object at FreightWise | |
object (Address) Address object at FreightWise | |
| branchNum | string (BranchNum) Default: "" The branch number is a way to designate the outbound or inbound branch that is being used / assigned. This is often then used to set the markups and assign account numbers to shipments and rate quotes. If the branch num cannot be determined it is set as a default to "---". The branch number is a UUID. |
Array of objects or null (Commodity) Please note that only top-level commodities will be used for quoting purposes | |
| accessorialCodes | Array of strings (AccessorialCode) Items Enum: "LG01" "RES1" Accessorial codes that should be included on the rates. |
object (Reference) Reference fields that are searchable on the FreightWise applications. | |
| filterModeId | Array of integers <int32> (ModeId) [ items <int32 > ] Allows the filtering of modes from rating rating responses. This feature is often used if a client does not want a certain mode to be considered during the rating process based on location, type of shipment or any other factor that FreightWise might not be able to determine (expl. customer preference). To remove (filter) a mode prepend a "-" on the mode id or prepend a "+" on the mode id to include exclusively during rating. |
| filterCarrierScac | Array of strings (Scac) Allows the filtering of carriers from rating rating responses. This feature is often used if a client does not want a certain carrier to be considered during the rating process based on location, type of shipment or any other factor that FreightWise might not be able to determine (expl. customer preference). To remove (filter) a carrier prepend a "-" on the SCAC or prepend a "+" on the SCAC to include exclusively during rating. |
| filterCarrierServiceTypeCode | Array of strings (CarrierServiceTypeCode) Allows the filtering of parcel service types from rating rating responses. This feature is often used if a client does not want a certain parcel service to be considered during the rating process based on location, type of shipment or any other factor that FreightWise might not be able to determine (expl. customer preference). To remove (filter) a carrier prepend a "-" on the parcel service type code or prepend a "+" on the parcel service type code to include exclusively during rating. Please note this setting ONLY affects the parcel mode carrier responses at this time. |
{- "shipDate": "2020-08-15",
- "directionId": 2,
- "termId": 9,
- "from": {
- "name1": "FreightWise, LLC.",
- "name2": "attn: Receiving",
- "address1": "214 Centerview Dr.",
- "address2": "Suite 100",
- "city": "Brentwood",
- "state": "TN",
- "postalCode": "37027",
- "country": "USA",
- "phone": "123-456-7890",
- "instructions": "string",
- "taxIdNum": "11-1111111"
}, - "to": {
- "name1": "FreightWise, LLC.",
- "name2": "attn: Receiving",
- "address1": "214 Centerview Dr.",
- "address2": "Suite 100",
- "city": "Brentwood",
- "state": "TN",
- "postalCode": "37027",
- "country": "USA",
- "phone": "123-456-7890",
- "instructions": "string",
- "taxIdNum": "11-1111111"
}, - "branchNum": "MY-BRANCH-ID",
- "commodities": [
- {
- "name": "Rope, Synthetic Fiber",
- "partNum": "1576029660516",
- "partNumAlt": "1576029660516",
- "description": "Specialized synthetic rope fiber stranding",
- "nmfcClass": "77.5",
- "nmfc": "171240",
- "qty": 1,
- "weight": 123.45,
- "dims": {
- "l": 31.41,
- "w": 27.18,
- "h": 14.14
}, - "uom": {
- "id": 1,
- "name": "Pallet"
}, - "declaredValue": {
- "value": 0,
- "currency": "USD"
}, - "unitPriceAmt": 0,
- "lineItemPriceAmt": 0,
- "hsCode": "1111.11.1111",
- "countryOfOrigin": "USA",
- "commodities": [
- { }
], - "metadata": {
- "cubiscanBarcode": "12345667-123423",
- "dimensionerBarcode": "12345667-123423",
- "bin": "L34",
- "lot": "2023-06-LOT-1"
}, - "freightInvoiceNum": "1234ABCdef"
}
], - "accessorialCodes": [
- "LG01",
- "RES1"
], - "reference": {
- "poNum": "1234ABDC",
- "soNum": "1234ABDC",
- "packNum": "1234ABDC",
- "delvNum": "1234ABDC",
- "sealNum": "1234ABDC",
- "custNum": "1234ABDC",
- "accountNum": "1234ABDC",
- "ref1": "1234ABDC",
- "ref2": "1234ABDC",
- "ref3": "1234ABDC",
- "ref4": "1234ABDC",
- "ref5": "1234ABDC"
}, - "filterModeId": [
- "-18"
], - "filterCarrierScac": [
- "-USPS",
- "-CENF"
], - "filterCarrierServiceTypeCode": [
- "-PRIORITY_OVERNIGHT",
- "-STANDARD_OVERNIGHT"
]
}{- "id": 4593804,
- "direction": {
- "id": 2,
- "name": "Outbound"
}, - "from": {
- "name1": "FreightWise, LLC.",
- "name2": "attn: Receiving",
- "address1": "214 Centerview Dr.",
- "address2": "Suite 100",
- "city": "Brentwood",
- "state": "TN",
- "postalCode": "37027",
- "country": "USA",
- "phone": "123-456-7890",
- "instructions": "string",
- "taxIdNum": "11-1111111"
}, - "to": {
- "name1": "FreightWise, LLC.",
- "name2": "attn: Receiving",
- "address1": "214 Centerview Dr.",
- "address2": "Suite 100",
- "city": "Brentwood",
- "state": "TN",
- "postalCode": "37027",
- "country": "USA",
- "phone": "123-456-7890",
- "instructions": "string",
- "taxIdNum": "11-1111111"
}, - "rates": [
- {
- "carrier": {
- "id": "1a2b3c4d-5e6f-1a2b-3c4d-5e6f1a2b3c4d",
- "name": "FedEx Freight | Priority",
- "scac": "FXFE",
- "shipVia": "1FEX06",
- "accountNum": "1234ABDC"
}, - "state": {
- "id": 1,
- "name": "In Progress"
}, - "mode": {
- "id": 1,
- "name": "LTL"
}, - "carrierServiceType": {
- "id": 16,
- "name": "FedEx Express Saver",
- "code": "FEDEX_EXPRESS_SAVER"
}, - "message": "",
- "cost": {
- "published": 11.11,
- "benchmark": 44.44,
- "contract": 33.33,
- "loaded": 33.33,
- "markup": 3.33,
- "lccDiff": 0,
- "avgCostPerOrder": 22.22
}, - "costDetails": {
- "freight": 123.45,
- "fuel": 12.34,
- "accessorials": 1.23,
- "accessorialCost": [
- {
- "id": "1a2b3c4d-5e6f-1a2b-3c4d-5e6f1a2b3c4d",
- "name": "Liftgate",
- "code": "LG01",
- "cost": {
- "cost": 60
}
}
]
}, - "transitDetail": {
- "days": 3,
- "terminalCode": {
- "origin": "BNA",
- "destination": "BNA"
}, - "estimatedDeliveryDate": "2020-12-05T10:30:00"
}, - "rateResultId": 45645648
}
]
}Get existing Rate
| findByValue required | string (FindByValue) Example: 654321 Please note the |
| findByType | string (FindByType) Enum: "id" "packNum" "poNum" "soNum" "custNum" "sealNum" "delvNum" "freightInvoiceNum" Example: findByType=id Please note: These are not required to be unique withing the shipments. Therefore if you are finding by one of those fields other than |
{- "id": 4593804,
- "direction": {
- "id": 2,
- "name": "Outbound"
}, - "from": {
- "name1": "FreightWise, LLC.",
- "name2": "attn: Receiving",
- "address1": "214 Centerview Dr.",
- "address2": "Suite 100",
- "city": "Brentwood",
- "state": "TN",
- "postalCode": "37027",
- "country": "USA",
- "phone": "123-456-7890",
- "instructions": "string",
- "taxIdNum": "11-1111111"
}, - "to": {
- "name1": "FreightWise, LLC.",
- "name2": "attn: Receiving",
- "address1": "214 Centerview Dr.",
- "address2": "Suite 100",
- "city": "Brentwood",
- "state": "TN",
- "postalCode": "37027",
- "country": "USA",
- "phone": "123-456-7890",
- "instructions": "string",
- "taxIdNum": "11-1111111"
}, - "rates": [
- {
- "carrier": {
- "id": "1a2b3c4d-5e6f-1a2b-3c4d-5e6f1a2b3c4d",
- "name": "FedEx Freight | Priority",
- "scac": "FXFE",
- "shipVia": "1FEX06",
- "accountNum": "1234ABDC"
}, - "state": {
- "id": 1,
- "name": "In Progress"
}, - "mode": {
- "id": 1,
- "name": "LTL"
}, - "carrierServiceType": {
- "id": 16,
- "name": "FedEx Express Saver",
- "code": "FEDEX_EXPRESS_SAVER"
}, - "message": "",
- "cost": {
- "published": 11.11,
- "benchmark": 44.44,
- "contract": 33.33,
- "loaded": 33.33,
- "markup": 3.33,
- "lccDiff": 0,
- "avgCostPerOrder": 22.22
}, - "costDetails": {
- "freight": 123.45,
- "fuel": 12.34,
- "accessorials": 1.23,
- "accessorialCost": [
- {
- "id": "1a2b3c4d-5e6f-1a2b-3c4d-5e6f1a2b3c4d",
- "name": "Liftgate",
- "code": "LG01",
- "cost": {
- "cost": 60
}
}
]
}, - "transitDetail": {
- "days": 3,
- "terminalCode": {
- "origin": "BNA",
- "destination": "BNA"
}, - "estimatedDeliveryDate": "2020-12-05T10:30:00"
}, - "rateResultId": 45645648
}
]
}Get Shipments list for given date range.
| dateEnd | string An ISO 8601 date string (YYYY-MM-DD) to be used as the most recent date to search for shipments. Always uses end of day. Defaults to today. |
| dateStart | string An ISO 8601 date string to be used as the earliest date to search for shipments. Always uses end of day. Defaults to five days ago. |
[- {
- "id": 654321,
- "shipDate": "2020-08-15",
- "earlyPickUpTimeOpen": "2023-02-20T09:30:26Z",
- "earlyPickUpTimeClose": "2023-02-20T09:30:26Z",
- "earlyPickUpTZ": "America/Chicago",
- "latePickUpTimeOpen": "2023-02-20T09:30:26Z",
- "latePickUpTimeClose": "2023-02-20T09:30:26Z",
- "latePickUpTZ": "America/Chicago",
- "earlyDeliveryTimeOpen": "2023-02-20T09:30:26Z",
- "earlyDeliveryTimeClose": "2023-02-20T09:30:26Z",
- "earlyDeliveryTZ": "America/Chicago",
- "lateDeliveryTimeOpen": "2023-02-20T09:30:26Z",
- "lateDeliveryTimeClose": "2023-02-20T09:30:26Z",
- "lateDeliveryTZ": "America/Chicago",
- "state": {
- "id": 1,
- "name": "In Progress"
}, - "client": {
- "id": "1a2b3c4d-5e6f-1a2b-3c4d-5e6f1a2b3c4d",
- "name": "ABC Company, Inc. (ABC)",
- "nameShort": "ABC",
- "displayName": "ABC Company"
}, - "carrier": {
- "id": "1a2b3c4d-5e6f-1a2b-3c4d-5e6f1a2b3c4d",
- "name": "FedEx Freight | Priority",
- "scac": "FXFE",
- "shipVia": "1FEX06"
}, - "from": {
- "name1": "FreightWise, LLC.",
- "name2": "attn: Receiving",
- "address1": "214 Centerview Dr.",
- "address2": "Suite 100",
- "city": "Brentwood",
- "state": "TN",
- "postalCode": "37027",
- "country": "USA",
- "phone": "123-456-7890",
- "instructions": "string",
- "taxIdNum": "11-1111111"
}, - "to": {
- "name1": "FreightWise, LLC.",
- "name2": "attn: Receiving",
- "address1": "214 Centerview Dr.",
- "address2": "Suite 100",
- "city": "Brentwood",
- "state": "TN",
- "postalCode": "37027",
- "country": "USA",
- "phone": "123-456-7890",
- "instructions": "string",
- "taxIdNum": "11-1111111"
}, - "billTo": {
- "name1": "FreightWise, LLC.",
- "name2": "attn: Receiving",
- "address1": "214 Centerview Dr.",
- "address2": "Suite 100",
- "city": "Brentwood",
- "state": "TN",
- "postalCode": "37027",
- "country": "USA",
- "phone": "123-456-7890",
- "instructions": "string",
- "taxIdNum": "11-1111111"
}, - "branchNum": "MY-BRANCH-ID",
- "direction": {
- "id": 2,
- "name": "Outbound"
}, - "mode": {
- "id": 1,
- "name": "LTL"
}, - "term": {
- "id": 9,
- "name": "Prepaid",
- "code": "PPD"
}, - "priorityLevel": {
- "id": 1,
- "name": "Urgent"
}, - "commodities": [
- {
- "name": "Rope, Synthetic Fiber",
- "partNum": "1576029660516",
- "partNumAlt": "1576029660516",
- "description": "Specialized synthetic rope fiber stranding",
- "nmfcClass": "77.5",
- "nmfc": "171240",
- "qty": 1,
- "weight": 123.45,
- "dims": {
- "l": 31.41,
- "w": 27.18,
- "h": 14.14
}, - "uom": {
- "id": 1,
- "name": "Pallet"
}, - "declaredValue": {
- "value": 0,
- "currency": "USD"
}, - "unitPriceAmt": 0,
- "lineItemPriceAmt": 0,
- "hsCode": "1111.11.1111",
- "countryOfOrigin": "USA",
- "commodities": [
- { }
], - "metadata": {
- "cubiscanBarcode": "12345667-123423",
- "dimensionerBarcode": "12345667-123423",
- "bin": "L34",
- "lot": "2023-06-LOT-1"
}, - "freightInvoiceNum": "1234ABCdef"
}
], - "accessorials": [
- {
- "id": "1a2b3c4d-5e6f-1a2b-3c4d-5e6f1a2b3c4d",
- "name": "Liftgate",
- "code": "LG01"
}
], - "parcelServiceType": {
- "id": 16,
- "name": "FedEx Express Saver",
- "carrierServiceTypeCode": "FEDEX_EXPRESS_SAVER"
}, - "orders": [
- {
- "orderId": 1111,
- "commodities": [
- {
- "name": "Rope, Synthetic Fiber",
- "partNum": "1576029660516",
- "partNumAlt": "1576029660516",
- "description": "Specialized synthetic rope fiber stranding",
- "nmfcClass": "77.5",
- "nmfc": "171240",
- "qty": 1,
- "weight": 123.45,
- "dims": {
- "l": 31.41,
- "w": 27.18,
- "h": 14.14
}, - "uom": {
- "id": 1,
- "name": "Pallet"
}, - "declaredValue": {
- "value": 0,
- "currency": "USD"
}, - "commodities": [
- "string"
], - "metadata": { },
- "freightInvoiceNum": "1234ABCdef"
}
], - "poNum": "1234ABDC",
- "soNum": "1234ABDC"
}, - {
- "orderId": 2222,
- "commodities": [
- {
- "name": "Rope, Synthetic Fiber",
- "partNum": "1576029660516",
- "partNumAlt": "1576029660516",
- "description": "Specialized synthetic rope fiber stranding",
- "nmfcClass": "77.5",
- "nmfc": "171240",
- "qty": 1,
- "weight": 123.45,
- "dims": {
- "l": 31.41,
- "w": 27.18,
- "h": 14.14
}, - "uom": {
- "id": 1,
- "name": "Pallet"
}, - "declaredValue": {
- "value": 0,
- "currency": "USD"
}, - "commodities": [
- "string"
], - "metadata": { },
- "freightInvoiceNum": "1234ABCdef"
}
], - "poNum": "1234ABDC",
- "soNum": "1234ABDC"
}
], - "cost": {
- "published": 11.11,
- "benchmark": 44.44,
- "contract": 33.33,
- "loaded": 33.33,
- "markup": 3.33,
- "lccDiff": 0,
- "avgCostPerOrder": 22.22
}, - "costDetails": {
- "freight": 123.45,
- "fuel": 12.34,
- "accessorials": 1.23,
- "accessorialCost": [
- {
- "id": "1a2b3c4d-5e6f-1a2b-3c4d-5e6f1a2b3c4d",
- "name": "Liftgate",
- "code": "LG01",
- "cost": {
- "cost": 60
}
}
]
}, - "glCode": "10.18039.5104-ABC",
- "freightInvoiceNum": "1234ABCdef",
- "notifications": [
- {
- "displayName": "John Doe",
- "email": "john@doe.com",
- "sms": "123-456-7890"
}
], - "reference": {
- "poNum": "1234ABDC",
- "soNum": "1234ABDC",
- "packNum": "1234ABDC",
- "delvNum": "1234ABDC",
- "sealNum": "1234ABDC",
- "custNum": "1234ABDC",
- "accountNum": "1234ABDC",
- "ref1": "1234ABDC",
- "ref2": "1234ABDC",
- "ref3": "1234ABDC",
- "ref4": "1234ABDC",
- "ref5": "1234ABDC",
- "bolId": 654321,
- "quoteId": 4593804,
- "rateId": 4593804
}, - "temperatureRange": {
- "min": -5,
- "max": 55
}, - "temperatureUnit": {
- "id": 1,
- "name": "Fahrenheit",
- "abbreviation": "F"
}, - "metadata": {
- "cubiscanBarcode": "12345667-123423",
- "dimensionerBarcode": "12345667-123423",
- "bin": "L34",
- "lot": "2023-06-LOT-1"
}, - "constraints": [
- {
- "type": "carrier",
- "include": [
- "UPSN"
], - "exclude": [ ]
}, - {
- "type": "mode",
- "include": [ ],
- "exclude": [
- 2
]
}, - {
- "type": "serviceType",
- "include": [ ],
- "exclude": [
- "FEDX_GROUND"
]
}, - {
- "type": "equipment",
- "include": [
- 1,
- 3
], - "exclude": [ ]
}
], - "stops": [
- {
- "stopIndex": 1,
- "stopTypeId": 1,
- "companyLocation": { },
- "companyBranch": { },
- "appointmentOpen": "2023-02-20T09:30:26Z",
- "appointmentClose": "2023-02-20T09:30:26Z",
- "appointmentTZ": "America/Chicago",
- "appointmentNum": "APT-12345",
- "orderCount": 3
}
]
}
]Create a new Shipment
A JSON object containing shipment information
| shipDate | string <date> (FreightWiseDate) ^\d{4}-\d{2}-\d{2}$ Default: "Today's Date and Time" Date's timezone is considered central. |
| earlyPickUpTimeOpen | string <datetime> (FreightWiseISO8601DateTime) Default: "Today's Date and Time" Date's timezone is considered ISO8601DateTime format. |
| earlyPickUpTimeClose | string <datetime> (FreightWiseISO8601DateTime) Default: "Today's Date and Time" Date's timezone is considered ISO8601DateTime format. |
| earlyPickUpTZ | string (Timezone) Timezone identifier (e.g., America/Chicago). Time zone is derived from the corresponding address. |
| latePickUpTimeOpen | string <datetime> (FreightWiseISO8601DateTime) Default: "Today's Date and Time" Date's timezone is considered ISO8601DateTime format. |
| latePickUpTimeClose | string <datetime> (FreightWiseISO8601DateTime) Default: "Today's Date and Time" Date's timezone is considered ISO8601DateTime format. |
| latePickUpTZ | string (Timezone) Timezone identifier (e.g., America/Chicago). Time zone is derived from the corresponding address. |
| earlyDeliveryTimeOpen | string <datetime> (FreightWiseISO8601DateTime) Default: "Today's Date and Time" Date's timezone is considered ISO8601DateTime format. |
| earlyDeliveryTimeClose | string <datetime> (FreightWiseISO8601DateTime) Default: "Today's Date and Time" Date's timezone is considered ISO8601DateTime format. |
| earlyDeliveryTZ | string (Timezone) Timezone identifier (e.g., America/Chicago). Time zone is derived from the corresponding address. |
| lateDeliveryTimeOpen | string <datetime> (FreightWiseISO8601DateTime) Default: "Today's Date and Time" Date's timezone is considered ISO8601DateTime format. |
| lateDeliveryTimeClose | string <datetime> (FreightWiseISO8601DateTime) Default: "Today's Date and Time" Date's timezone is considered ISO8601DateTime format. |
| lateDeliveryTZ | string (Timezone) Timezone identifier (e.g., America/Chicago). Time zone is derived from the corresponding address. |
object (Address) Address object at FreightWise | |
object (Address) Address object at FreightWise | |
object (Address) Address object at FreightWise | |
object (Address) Address object at FreightWise | |
object (Address) Address object at FreightWise | |
| branchNum | string (BranchNum) Default: "" The branch number is a way to designate the outbound or inbound branch that is being used / assigned. This is often then used to set the markups and assign account numbers to shipments and rate quotes. If the branch num cannot be determined it is set as a default to "---". The branch number is a UUID. |
| scac | string (Scac) The Standard Carrier Alpha Code (SCAC) is a unique two-to-four-letter code used to identify transportation companies. SCAC codes can be obtained from the National Motor Freight Traffic Association (NMFTA). Example SCACs:
|
| directionId | integer <int32> (DirectionId) Default: 1 Enum: 1 2 3 5 The direction ID designates the direction. The following are the options:
By default it is 1 = Inbound. |
| termId | integer <int32> (TermId) Default: 9 The following term IDs are valid for this API:
|
| modeId | integer <int32> (ModeId) Default: 1 The following mode IDs are valid for this API:
If the object is not sent or the modeId is not sent then the system will default to modeId = 1. |
| priorityLevelId | integer <int32> (PriorityLevelId) The following priority level IDs are valid for this API:
|
| termsOfSaleId | integer <int32> (TermsOfSaleId) The following terms of sale IDs are valid for this API:
|
| reasonForExportId | integer <int32> (ReasonForExportId) The following reasons for export IDs are valid for this API:
|
| totalUnitPriceAmt | number <double> (TotalUnitPriceAmt) Default: 0 The total unit price of commodities for international shipments. |
Array of objects or null (Commodity) | |
| accessorialCodes | Array of strings (AccessorialCode) Items Enum: "LG01" "RES1" Accessorial codes to be added to this shipment |
| carrierServiceTypeCode | string This is only used when shipment is of mode "PARCEL" |
| filterModeId | Array of strings[ items^[+-]\d+$ ] Deprecated Deprecated: Use |
| filterCarrierScac | Array of strings[ items^[+-][A-Z]{2,4}$ ] Deprecated Deprecated: Use |
| filterCarrierServiceTypeCode | Array of strings[ items^[+-][A-Z_0-9]+$ ] Deprecated Deprecated: Use |
Array of objects (Constraints) An array of constraint objects used to filter rate results. Each constraint targets one type ( | |
| glCode | string (GlCode) Default: "9999.99.99" A General Ledger Code (GL Code) is a string of alphanumeric characters assigned to a shipment (parcel or freight). Usually the GL Code can indicates basic information to the accounting system on how a cost should be treated as whole within the organization. A GL String is made up of a combination of numbers and groups of numbers that when applied uniformly can categorize costing for accounting and finance. |
object (Reference) Reference fields that are searchable on the FreightWise applications. | |
Array of objects (Notification) | |
object Temperature range with min and max values | |
| temperatureUnit | string Enum: "fahrenheit" "celsius" "f" "c" "F" "C" Temperature unit. Accepts: 'fahrenheit', 'celsius', 'f', 'c', 'F', or 'C' (case-insensitive) |
{- "shipDate": "2020-08-15",
- "earlyPickUpTimeOpen": "2023-02-20T09:30:26Z",
- "earlyPickUpTimeClose": "2023-02-20T09:30:26Z",
- "earlyPickUpTZ": "America/Chicago",
- "latePickUpTimeOpen": "2023-02-20T09:30:26Z",
- "latePickUpTimeClose": "2023-02-20T09:30:26Z",
- "latePickUpTZ": "America/Chicago",
- "earlyDeliveryTimeOpen": "2023-02-20T09:30:26Z",
- "earlyDeliveryTimeClose": "2023-02-20T09:30:26Z",
- "earlyDeliveryTZ": "America/Chicago",
- "lateDeliveryTimeOpen": "2023-02-20T09:30:26Z",
- "lateDeliveryTimeClose": "2023-02-20T09:30:26Z",
- "lateDeliveryTZ": "America/Chicago",
- "from": {
- "name1": "FreightWise, LLC.",
- "name2": "attn: Receiving",
- "address1": "214 Centerview Dr.",
- "address2": "Suite 100",
- "city": "Brentwood",
- "state": "TN",
- "postalCode": "37027",
- "country": "USA",
- "phone": "123-456-7890",
- "instructions": "string",
- "taxIdNum": "11-1111111"
}, - "to": {
- "name1": "FreightWise, LLC.",
- "name2": "attn: Receiving",
- "address1": "214 Centerview Dr.",
- "address2": "Suite 100",
- "city": "Brentwood",
- "state": "TN",
- "postalCode": "37027",
- "country": "USA",
- "phone": "123-456-7890",
- "instructions": "string",
- "taxIdNum": "11-1111111"
}, - "billTo": {
- "name1": "FreightWise, LLC.",
- "name2": "attn: Receiving",
- "address1": "214 Centerview Dr.",
- "address2": "Suite 100",
- "city": "Brentwood",
- "state": "TN",
- "postalCode": "37027",
- "country": "USA",
- "phone": "123-456-7890",
- "instructions": "string",
- "taxIdNum": "11-1111111"
}, - "soldTo": {
- "name1": "FreightWise, LLC.",
- "name2": "attn: Receiving",
- "address1": "214 Centerview Dr.",
- "address2": "Suite 100",
- "city": "Brentwood",
- "state": "TN",
- "postalCode": "37027",
- "country": "USA",
- "phone": "123-456-7890",
- "instructions": "string",
- "taxIdNum": "11-1111111"
}, - "customsBroker": {
- "name1": "FreightWise, LLC.",
- "name2": "attn: Receiving",
- "address1": "214 Centerview Dr.",
- "address2": "Suite 100",
- "city": "Brentwood",
- "state": "TN",
- "postalCode": "37027",
- "country": "USA",
- "phone": "123-456-7890",
- "instructions": "string",
- "taxIdNum": "11-1111111"
}, - "branchNum": "MY-BRANCH-ID",
- "scac": "FXFE",
- "directionId": 2,
- "termId": 9,
- "modeId": 1,
- "priorityLevelId": 1,
- "termsOfSaleId": 1,
- "reasonForExportId": 1,
- "totalUnitPriceAmt": 0,
- "commodities": [
- {
- "name": "Rope, Synthetic Fiber",
- "partNum": "1576029660516",
- "partNumAlt": "1576029660516",
- "description": "Specialized synthetic rope fiber stranding",
- "nmfcClass": "77.5",
- "nmfc": "171240",
- "qty": 1,
- "weight": 123.45,
- "dims": {
- "l": 31.41,
- "w": 27.18,
- "h": 14.14
}, - "uom": {
- "id": 1,
- "name": "Pallet"
}, - "declaredValue": {
- "value": 0,
- "currency": "USD"
}, - "unitPriceAmt": 0,
- "lineItemPriceAmt": 0,
- "hsCode": "1111.11.1111",
- "countryOfOrigin": "USA",
- "commodities": [
- { }
], - "metadata": {
- "cubiscanBarcode": "12345667-123423",
- "dimensionerBarcode": "12345667-123423",
- "bin": "L34",
- "lot": "2023-06-LOT-1"
}, - "freightInvoiceNum": "1234ABCdef"
}
], - "accessorialCodes": [
- "LG01",
- "RES1"
], - "carrierServiceTypeCode": "FEDEX_EXPRESS_SAVER",
- "filterModeId": [
- "-18",
- "+1"
], - "filterCarrierScac": [
- "-USPS",
- "+CENF"
], - "filterCarrierServiceTypeCode": [
- "-PRIORITY_OVERNIGHT",
- "+STANDARD_OVERNIGHT"
], - "constraints": [
- {
- "type": "carrier",
- "include": [
- "UPSN"
], - "exclude": [ ]
}, - {
- "type": "mode",
- "include": [ ],
- "exclude": [
- 2
]
}, - {
- "type": "serviceType",
- "include": [ ],
- "exclude": [
- "FEDX_GROUND"
]
}, - {
- "type": "equipment",
- "include": [
- 1,
- 3
], - "exclude": [ ]
}
], - "glCode": "10.18039.5104-ABC",
- "reference": {
- "poNum": "1234ABDC",
- "soNum": "1234ABDC",
- "packNum": "1234ABDC",
- "delvNum": "1234ABDC",
- "sealNum": "1234ABDC",
- "custNum": "1234ABDC",
- "accountNum": "1234ABDC",
- "ref1": "1234ABDC",
- "ref2": "1234ABDC",
- "ref3": "1234ABDC",
- "ref4": "1234ABDC",
- "ref5": "1234ABDC"
}, - "notifications": [
- {
- "displayName": "John Doe",
- "email": "john@doe.com",
- "sms": "123-456-7890"
}
], - "temperatureRange": {
- "min": -5,
- "max": 55
}, - "temperatureUnit": "f"
}{- "id": 654321,
- "shipDate": "2020-08-15",
- "earlyPickUpTimeOpen": "2023-02-20T09:30:26Z",
- "earlyPickUpTimeClose": "2023-02-20T09:30:26Z",
- "earlyPickUpTZ": "America/Chicago",
- "latePickUpTimeOpen": "2023-02-20T09:30:26Z",
- "latePickUpTimeClose": "2023-02-20T09:30:26Z",
- "latePickUpTZ": "America/Chicago",
- "earlyDeliveryTimeOpen": "2023-02-20T09:30:26Z",
- "earlyDeliveryTimeClose": "2023-02-20T09:30:26Z",
- "earlyDeliveryTZ": "America/Chicago",
- "lateDeliveryTimeOpen": "2023-02-20T09:30:26Z",
- "lateDeliveryTimeClose": "2023-02-20T09:30:26Z",
- "lateDeliveryTZ": "America/Chicago",
- "state": {
- "id": 1,
- "name": "In Progress"
}, - "client": {
- "id": "1a2b3c4d-5e6f-1a2b-3c4d-5e6f1a2b3c4d",
- "name": "ABC Company, Inc. (ABC)",
- "nameShort": "ABC",
- "displayName": "ABC Company"
}, - "carrier": {
- "id": "1a2b3c4d-5e6f-1a2b-3c4d-5e6f1a2b3c4d",
- "name": "FedEx Freight | Priority",
- "scac": "FXFE",
- "shipVia": "1FEX06"
}, - "from": {
- "name1": "FreightWise, LLC.",
- "name2": "attn: Receiving",
- "address1": "214 Centerview Dr.",
- "address2": "Suite 100",
- "city": "Brentwood",
- "state": "TN",
- "postalCode": "37027",
- "country": "USA",
- "phone": "123-456-7890",
- "instructions": "string",
- "taxIdNum": "11-1111111"
}, - "to": {
- "name1": "FreightWise, LLC.",
- "name2": "attn: Receiving",
- "address1": "214 Centerview Dr.",
- "address2": "Suite 100",
- "city": "Brentwood",
- "state": "TN",
- "postalCode": "37027",
- "country": "USA",
- "phone": "123-456-7890",
- "instructions": "string",
- "taxIdNum": "11-1111111"
}, - "billTo": {
- "name1": "FreightWise, LLC.",
- "name2": "attn: Receiving",
- "address1": "214 Centerview Dr.",
- "address2": "Suite 100",
- "city": "Brentwood",
- "state": "TN",
- "postalCode": "37027",
- "country": "USA",
- "phone": "123-456-7890",
- "instructions": "string",
- "taxIdNum": "11-1111111"
}, - "branchNum": "MY-BRANCH-ID",
- "direction": {
- "id": 2,
- "name": "Outbound"
}, - "mode": {
- "id": 1,
- "name": "LTL"
}, - "term": {
- "id": 9,
- "name": "Prepaid",
- "code": "PPD"
}, - "priorityLevel": {
- "id": 1,
- "name": "Urgent"
}, - "commodities": [
- {
- "name": "Rope, Synthetic Fiber",
- "partNum": "1576029660516",
- "partNumAlt": "1576029660516",
- "description": "Specialized synthetic rope fiber stranding",
- "nmfcClass": "77.5",
- "nmfc": "171240",
- "qty": 1,
- "weight": 123.45,
- "dims": {
- "l": 31.41,
- "w": 27.18,
- "h": 14.14
}, - "uom": {
- "id": 1,
- "name": "Pallet"
}, - "declaredValue": {
- "value": 0,
- "currency": "USD"
}, - "unitPriceAmt": 0,
- "lineItemPriceAmt": 0,
- "hsCode": "1111.11.1111",
- "countryOfOrigin": "USA",
- "commodities": [
- { }
], - "metadata": {
- "cubiscanBarcode": "12345667-123423",
- "dimensionerBarcode": "12345667-123423",
- "bin": "L34",
- "lot": "2023-06-LOT-1"
}, - "freightInvoiceNum": "1234ABCdef"
}
], - "accessorials": [
- {
- "id": "1a2b3c4d-5e6f-1a2b-3c4d-5e6f1a2b3c4d",
- "name": "Liftgate",
- "code": "LG01"
}
], - "parcelServiceType": {
- "id": 16,
- "name": "FedEx Express Saver",
- "carrierServiceTypeCode": "FEDEX_EXPRESS_SAVER"
}, - "orders": [
- {
- "orderId": 1111,
- "commodities": [
- {
- "name": "Rope, Synthetic Fiber",
- "partNum": "1576029660516",
- "partNumAlt": "1576029660516",
- "description": "Specialized synthetic rope fiber stranding",
- "nmfcClass": "77.5",
- "nmfc": "171240",
- "qty": 1,
- "weight": 123.45,
- "dims": {
- "l": 31.41,
- "w": 27.18,
- "h": 14.14
}, - "uom": {
- "id": 1,
- "name": "Pallet"
}, - "declaredValue": {
- "value": 0,
- "currency": "USD"
}, - "commodities": [
- "string"
], - "metadata": { },
- "freightInvoiceNum": "1234ABCdef"
}
], - "poNum": "1234ABDC",
- "soNum": "1234ABDC"
}, - {
- "orderId": 2222,
- "commodities": [
- {
- "name": "Rope, Synthetic Fiber",
- "partNum": "1576029660516",
- "partNumAlt": "1576029660516",
- "description": "Specialized synthetic rope fiber stranding",
- "nmfcClass": "77.5",
- "nmfc": "171240",
- "qty": 1,
- "weight": 123.45,
- "dims": {
- "l": 31.41,
- "w": 27.18,
- "h": 14.14
}, - "uom": {
- "id": 1,
- "name": "Pallet"
}, - "declaredValue": {
- "value": 0,
- "currency": "USD"
}, - "commodities": [
- "string"
], - "metadata": { },
- "freightInvoiceNum": "1234ABCdef"
}
], - "poNum": "1234ABDC",
- "soNum": "1234ABDC"
}
], - "cost": {
- "published": 11.11,
- "benchmark": 44.44,
- "contract": 33.33,
- "loaded": 33.33,
- "markup": 3.33,
- "lccDiff": 0,
- "avgCostPerOrder": 22.22
}, - "costDetails": {
- "freight": 123.45,
- "fuel": 12.34,
- "accessorials": 1.23,
- "accessorialCost": [
- {
- "id": "1a2b3c4d-5e6f-1a2b-3c4d-5e6f1a2b3c4d",
- "name": "Liftgate",
- "code": "LG01",
- "cost": {
- "cost": 60
}
}
]
}, - "glCode": "10.18039.5104-ABC",
- "freightInvoiceNum": "1234ABCdef",
- "notifications": [
- {
- "displayName": "John Doe",
- "email": "john@doe.com",
- "sms": "123-456-7890"
}
], - "reference": {
- "poNum": "1234ABDC",
- "soNum": "1234ABDC",
- "packNum": "1234ABDC",
- "delvNum": "1234ABDC",
- "sealNum": "1234ABDC",
- "custNum": "1234ABDC",
- "accountNum": "1234ABDC",
- "ref1": "1234ABDC",
- "ref2": "1234ABDC",
- "ref3": "1234ABDC",
- "ref4": "1234ABDC",
- "ref5": "1234ABDC",
- "bolId": 654321,
- "quoteId": 4593804,
- "rateId": 4593804
}, - "temperatureRange": {
- "min": -5,
- "max": 55
}, - "temperatureUnit": {
- "id": 1,
- "name": "Fahrenheit",
- "abbreviation": "F"
}, - "metadata": {
- "cubiscanBarcode": "12345667-123423",
- "dimensionerBarcode": "12345667-123423",
- "bin": "L34",
- "lot": "2023-06-LOT-1"
}, - "constraints": [
- {
- "type": "carrier",
- "include": [
- "UPSN"
], - "exclude": [ ]
}, - {
- "type": "mode",
- "include": [ ],
- "exclude": [
- 2
]
}, - {
- "type": "serviceType",
- "include": [ ],
- "exclude": [
- "FEDX_GROUND"
]
}, - {
- "type": "equipment",
- "include": [
- 1,
- 3
], - "exclude": [ ]
}
], - "stops": [
- {
- "stopIndex": 1,
- "stopTypeId": 1,
- "companyLocation": { },
- "companyBranch": { },
- "appointmentOpen": "2023-02-20T09:30:26Z",
- "appointmentClose": "2023-02-20T09:30:26Z",
- "appointmentTZ": "America/Chicago",
- "appointmentNum": "APT-12345",
- "orderCount": 3
}
]
}Get existing Shipment
| findByValue required | string (FindByValue) Example: 654321 Please note: These are not required to be unique withing the shipments. Therefore if you are finding by one of those fields other than |
| findByType | string (FindByType) Enum: "id" "packNum" "poNum" "soNum" "custNum" "sealNum" "delvNum" "freightInvoiceNum" Example: findByType=id |
{- "id": 654321,
- "shipDate": "2020-08-15",
- "earlyPickUpTimeOpen": "2023-02-20T09:30:26Z",
- "earlyPickUpTimeClose": "2023-02-20T09:30:26Z",
- "earlyPickUpTZ": "America/Chicago",
- "latePickUpTimeOpen": "2023-02-20T09:30:26Z",
- "latePickUpTimeClose": "2023-02-20T09:30:26Z",
- "latePickUpTZ": "America/Chicago",
- "earlyDeliveryTimeOpen": "2023-02-20T09:30:26Z",
- "earlyDeliveryTimeClose": "2023-02-20T09:30:26Z",
- "earlyDeliveryTZ": "America/Chicago",
- "lateDeliveryTimeOpen": "2023-02-20T09:30:26Z",
- "lateDeliveryTimeClose": "2023-02-20T09:30:26Z",
- "lateDeliveryTZ": "America/Chicago",
- "state": {
- "id": 1,
- "name": "In Progress"
}, - "client": {
- "id": "1a2b3c4d-5e6f-1a2b-3c4d-5e6f1a2b3c4d",
- "name": "ABC Company, Inc. (ABC)",
- "nameShort": "ABC",
- "displayName": "ABC Company"
}, - "carrier": {
- "id": "1a2b3c4d-5e6f-1a2b-3c4d-5e6f1a2b3c4d",
- "name": "FedEx Freight | Priority",
- "scac": "FXFE",
- "shipVia": "1FEX06"
}, - "from": {
- "name1": "FreightWise, LLC.",
- "name2": "attn: Receiving",
- "address1": "214 Centerview Dr.",
- "address2": "Suite 100",
- "city": "Brentwood",
- "state": "TN",
- "postalCode": "37027",
- "country": "USA",
- "phone": "123-456-7890",
- "instructions": "string",
- "taxIdNum": "11-1111111"
}, - "to": {
- "name1": "FreightWise, LLC.",
- "name2": "attn: Receiving",
- "address1": "214 Centerview Dr.",
- "address2": "Suite 100",
- "city": "Brentwood",
- "state": "TN",
- "postalCode": "37027",
- "country": "USA",
- "phone": "123-456-7890",
- "instructions": "string",
- "taxIdNum": "11-1111111"
}, - "billTo": {
- "name1": "FreightWise, LLC.",
- "name2": "attn: Receiving",
- "address1": "214 Centerview Dr.",
- "address2": "Suite 100",
- "city": "Brentwood",
- "state": "TN",
- "postalCode": "37027",
- "country": "USA",
- "phone": "123-456-7890",
- "instructions": "string",
- "taxIdNum": "11-1111111"
}, - "branchNum": "MY-BRANCH-ID",
- "direction": {
- "id": 2,
- "name": "Outbound"
}, - "mode": {
- "id": 1,
- "name": "LTL"
}, - "term": {
- "id": 9,
- "name": "Prepaid",
- "code": "PPD"
}, - "priorityLevel": {
- "id": 1,
- "name": "Urgent"
}, - "commodities": [
- {
- "name": "Rope, Synthetic Fiber",
- "partNum": "1576029660516",
- "partNumAlt": "1576029660516",
- "description": "Specialized synthetic rope fiber stranding",
- "nmfcClass": "77.5",
- "nmfc": "171240",
- "qty": 1,
- "weight": 123.45,
- "dims": {
- "l": 31.41,
- "w": 27.18,
- "h": 14.14
}, - "uom": {
- "id": 1,
- "name": "Pallet"
}, - "declaredValue": {
- "value": 0,
- "currency": "USD"
}, - "unitPriceAmt": 0,
- "lineItemPriceAmt": 0,
- "hsCode": "1111.11.1111",
- "countryOfOrigin": "USA",
- "commodities": [
- { }
], - "metadata": {
- "cubiscanBarcode": "12345667-123423",
- "dimensionerBarcode": "12345667-123423",
- "bin": "L34",
- "lot": "2023-06-LOT-1"
}, - "freightInvoiceNum": "1234ABCdef"
}
], - "accessorials": [
- {
- "id": "1a2b3c4d-5e6f-1a2b-3c4d-5e6f1a2b3c4d",
- "name": "Liftgate",
- "code": "LG01"
}
], - "parcelServiceType": {
- "id": 16,
- "name": "FedEx Express Saver",
- "carrierServiceTypeCode": "FEDEX_EXPRESS_SAVER"
}, - "orders": [
- {
- "orderId": 1111,
- "commodities": [
- {
- "name": "Rope, Synthetic Fiber",
- "partNum": "1576029660516",
- "partNumAlt": "1576029660516",
- "description": "Specialized synthetic rope fiber stranding",
- "nmfcClass": "77.5",
- "nmfc": "171240",
- "qty": 1,
- "weight": 123.45,
- "dims": {
- "l": 31.41,
- "w": 27.18,
- "h": 14.14
}, - "uom": {
- "id": 1,
- "name": "Pallet"
}, - "declaredValue": {
- "value": 0,
- "currency": "USD"
}, - "commodities": [
- "string"
], - "metadata": { },
- "freightInvoiceNum": "1234ABCdef"
}
], - "poNum": "1234ABDC",
- "soNum": "1234ABDC"
}, - {
- "orderId": 2222,
- "commodities": [
- {
- "name": "Rope, Synthetic Fiber",
- "partNum": "1576029660516",
- "partNumAlt": "1576029660516",
- "description": "Specialized synthetic rope fiber stranding",
- "nmfcClass": "77.5",
- "nmfc": "171240",
- "qty": 1,
- "weight": 123.45,
- "dims": {
- "l": 31.41,
- "w": 27.18,
- "h": 14.14
}, - "uom": {
- "id": 1,
- "name": "Pallet"
}, - "declaredValue": {
- "value": 0,
- "currency": "USD"
}, - "commodities": [
- "string"
], - "metadata": { },
- "freightInvoiceNum": "1234ABCdef"
}
], - "poNum": "1234ABDC",
- "soNum": "1234ABDC"
}
], - "cost": {
- "published": 11.11,
- "benchmark": 44.44,
- "contract": 33.33,
- "loaded": 33.33,
- "markup": 3.33,
- "lccDiff": 0,
- "avgCostPerOrder": 22.22
}, - "costDetails": {
- "freight": 123.45,
- "fuel": 12.34,
- "accessorials": 1.23,
- "accessorialCost": [
- {
- "id": "1a2b3c4d-5e6f-1a2b-3c4d-5e6f1a2b3c4d",
- "name": "Liftgate",
- "code": "LG01",
- "cost": {
- "cost": 60
}
}
]
}, - "glCode": "10.18039.5104-ABC",
- "freightInvoiceNum": "1234ABCdef",
- "notifications": [
- {
- "displayName": "John Doe",
- "email": "john@doe.com",
- "sms": "123-456-7890"
}
], - "reference": {
- "poNum": "1234ABDC",
- "soNum": "1234ABDC",
- "packNum": "1234ABDC",
- "delvNum": "1234ABDC",
- "sealNum": "1234ABDC",
- "custNum": "1234ABDC",
- "accountNum": "1234ABDC",
- "ref1": "1234ABDC",
- "ref2": "1234ABDC",
- "ref3": "1234ABDC",
- "ref4": "1234ABDC",
- "ref5": "1234ABDC",
- "bolId": 654321,
- "quoteId": 4593804,
- "rateId": 4593804
}, - "temperatureRange": {
- "min": -5,
- "max": 55
}, - "temperatureUnit": {
- "id": 1,
- "name": "Fahrenheit",
- "abbreviation": "F"
}, - "metadata": {
- "cubiscanBarcode": "12345667-123423",
- "dimensionerBarcode": "12345667-123423",
- "bin": "L34",
- "lot": "2023-06-LOT-1"
}, - "constraints": [
- {
- "type": "carrier",
- "include": [
- "UPSN"
], - "exclude": [ ]
}, - {
- "type": "mode",
- "include": [ ],
- "exclude": [
- 2
]
}, - {
- "type": "serviceType",
- "include": [ ],
- "exclude": [
- "FEDX_GROUND"
]
}, - {
- "type": "equipment",
- "include": [
- 1,
- 3
], - "exclude": [ ]
}
], - "stops": [
- {
- "stopIndex": 1,
- "stopTypeId": 1,
- "companyLocation": { },
- "companyBranch": { },
- "appointmentOpen": "2023-02-20T09:30:26Z",
- "appointmentClose": "2023-02-20T09:30:26Z",
- "appointmentTZ": "America/Chicago",
- "appointmentNum": "APT-12345",
- "orderCount": 3
}
]
}{- "id": 654321,
- "shipDate": "2020-08-15",
- "earlyPickUpTimeOpen": "2023-02-20T09:30:26Z",
- "earlyPickUpTimeClose": "2023-02-20T09:30:26Z",
- "earlyPickUpTZ": "America/Chicago",
- "latePickUpTimeOpen": "2023-02-20T09:30:26Z",
- "latePickUpTimeClose": "2023-02-20T09:30:26Z",
- "latePickUpTZ": "America/Chicago",
- "earlyDeliveryTimeOpen": "2023-02-20T09:30:26Z",
- "earlyDeliveryTimeClose": "2023-02-20T09:30:26Z",
- "earlyDeliveryTZ": "America/Chicago",
- "lateDeliveryTimeOpen": "2023-02-20T09:30:26Z",
- "lateDeliveryTimeClose": "2023-02-20T09:30:26Z",
- "lateDeliveryTZ": "America/Chicago",
- "state": {
- "id": 1,
- "name": "In Progress"
}, - "client": {
- "id": "1a2b3c4d-5e6f-1a2b-3c4d-5e6f1a2b3c4d",
- "name": "ABC Company, Inc. (ABC)",
- "nameShort": "ABC",
- "displayName": "ABC Company"
}, - "carrier": {
- "id": "1a2b3c4d-5e6f-1a2b-3c4d-5e6f1a2b3c4d",
- "name": "FedEx Freight | Priority",
- "scac": "FXFE",
- "shipVia": "1FEX06"
}, - "from": {
- "name1": "FreightWise, LLC.",
- "name2": "attn: Receiving",
- "address1": "214 Centerview Dr.",
- "address2": "Suite 100",
- "city": "Brentwood",
- "state": "TN",
- "postalCode": "37027",
- "country": "USA",
- "phone": "123-456-7890",
- "instructions": "string",
- "taxIdNum": "11-1111111"
}, - "to": {
- "name1": "FreightWise, LLC.",
- "name2": "attn: Receiving",
- "address1": "214 Centerview Dr.",
- "address2": "Suite 100",
- "city": "Brentwood",
- "state": "TN",
- "postalCode": "37027",
- "country": "USA",
- "phone": "123-456-7890",
- "instructions": "string",
- "taxIdNum": "11-1111111"
}, - "billTo": {
- "name1": "FreightWise, LLC.",
- "name2": "attn: Receiving",
- "address1": "214 Centerview Dr.",
- "address2": "Suite 100",
- "city": "Brentwood",
- "state": "TN",
- "postalCode": "37027",
- "country": "USA",
- "phone": "123-456-7890",
- "instructions": "string",
- "taxIdNum": "11-1111111"
}, - "branchNum": "MY-BRANCH-ID",
- "direction": {
- "id": 2,
- "name": "Outbound"
}, - "mode": {
- "id": 1,
- "name": "LTL"
}, - "term": {
- "id": 9,
- "name": "Prepaid",
- "code": "PPD"
}, - "priorityLevel": {
- "id": 1,
- "name": "Urgent"
}, - "commodities": [
- {
- "name": "Rope, Synthetic Fiber",
- "partNum": "1576029660516",
- "partNumAlt": "1576029660516",
- "description": "Specialized synthetic rope fiber stranding",
- "nmfcClass": "77.5",
- "nmfc": "171240",
- "qty": 1,
- "weight": 123.45,
- "dims": {
- "l": 31.41,
- "w": 27.18,
- "h": 14.14
}, - "uom": {
- "id": 1,
- "name": "Pallet"
}, - "declaredValue": {
- "value": 0,
- "currency": "USD"
}, - "unitPriceAmt": 0,
- "lineItemPriceAmt": 0,
- "hsCode": "1111.11.1111",
- "countryOfOrigin": "USA",
- "commodities": [
- { }
], - "metadata": {
- "cubiscanBarcode": "12345667-123423",
- "dimensionerBarcode": "12345667-123423",
- "bin": "L34",
- "lot": "2023-06-LOT-1"
}, - "freightInvoiceNum": "1234ABCdef"
}
], - "accessorials": [
- {
- "id": "1a2b3c4d-5e6f-1a2b-3c4d-5e6f1a2b3c4d",
- "name": "Liftgate",
- "code": "LG01"
}
], - "parcelServiceType": {
- "id": 16,
- "name": "FedEx Express Saver",
- "carrierServiceTypeCode": "FEDEX_EXPRESS_SAVER"
}, - "orders": [
- {
- "orderId": 1111,
- "commodities": [
- {
- "name": "Rope, Synthetic Fiber",
- "partNum": "1576029660516",
- "partNumAlt": "1576029660516",
- "description": "Specialized synthetic rope fiber stranding",
- "nmfcClass": "77.5",
- "nmfc": "171240",
- "qty": 1,
- "weight": 123.45,
- "dims": {
- "l": 31.41,
- "w": 27.18,
- "h": 14.14
}, - "uom": {
- "id": 1,
- "name": "Pallet"
}, - "declaredValue": {
- "value": 0,
- "currency": "USD"
}, - "commodities": [
- "string"
], - "metadata": { },
- "freightInvoiceNum": "1234ABCdef"
}
], - "poNum": "1234ABDC",
- "soNum": "1234ABDC"
}, - {
- "orderId": 2222,
- "commodities": [
- {
- "name": "Rope, Synthetic Fiber",
- "partNum": "1576029660516",
- "partNumAlt": "1576029660516",
- "description": "Specialized synthetic rope fiber stranding",
- "nmfcClass": "77.5",
- "nmfc": "171240",
- "qty": 1,
- "weight": 123.45,
- "dims": {
- "l": 31.41,
- "w": 27.18,
- "h": 14.14
}, - "uom": {
- "id": 1,
- "name": "Pallet"
}, - "declaredValue": {
- "value": 0,
- "currency": "USD"
}, - "commodities": [
- "string"
], - "metadata": { },
- "freightInvoiceNum": "1234ABCdef"
}
], - "poNum": "1234ABDC",
- "soNum": "1234ABDC"
}
], - "cost": {
- "published": 11.11,
- "benchmark": 44.44,
- "contract": 33.33,
- "loaded": 33.33,
- "markup": 3.33,
- "lccDiff": 0,
- "avgCostPerOrder": 22.22
}, - "costDetails": {
- "freight": 123.45,
- "fuel": 12.34,
- "accessorials": 1.23,
- "accessorialCost": [
- {
- "id": "1a2b3c4d-5e6f-1a2b-3c4d-5e6f1a2b3c4d",
- "name": "Liftgate",
- "code": "LG01",
- "cost": {
- "cost": 60
}
}
]
}, - "glCode": "10.18039.5104-ABC",
- "freightInvoiceNum": "1234ABCdef",
- "notifications": [
- {
- "displayName": "John Doe",
- "email": "john@doe.com",
- "sms": "123-456-7890"
}
], - "reference": {
- "poNum": "1234ABDC",
- "soNum": "1234ABDC",
- "packNum": "1234ABDC",
- "delvNum": "1234ABDC",
- "sealNum": "1234ABDC",
- "custNum": "1234ABDC",
- "accountNum": "1234ABDC",
- "ref1": "1234ABDC",
- "ref2": "1234ABDC",
- "ref3": "1234ABDC",
- "ref4": "1234ABDC",
- "ref5": "1234ABDC",
- "bolId": 654321,
- "quoteId": 4593804,
- "rateId": 4593804
}, - "temperatureRange": {
- "min": -5,
- "max": 55
}, - "temperatureUnit": {
- "id": 1,
- "name": "Fahrenheit",
- "abbreviation": "F"
}, - "metadata": {
- "cubiscanBarcode": "12345667-123423",
- "dimensionerBarcode": "12345667-123423",
- "bin": "L34",
- "lot": "2023-06-LOT-1"
}, - "constraints": [
- {
- "type": "carrier",
- "include": [
- "UPSN"
], - "exclude": [ ]
}, - {
- "type": "mode",
- "include": [ ],
- "exclude": [
- 2
]
}, - {
- "type": "serviceType",
- "include": [ ],
- "exclude": [
- "FEDX_GROUND"
]
}, - {
- "type": "equipment",
- "include": [
- 1,
- 3
], - "exclude": [ ]
}
], - "stops": [
- {
- "stopIndex": 1,
- "stopTypeId": 1,
- "companyLocation": { },
- "companyBranch": { },
- "appointmentOpen": "2023-02-20T09:30:26Z",
- "appointmentClose": "2023-02-20T09:30:26Z",
- "appointmentTZ": "America/Chicago",
- "appointmentNum": "APT-12345",
- "orderCount": 3
}
]
}Update existing Shipment
| findByValue required | string (FindByValue) Example: 654321 Please note: These are not required to be unique withing the shipments. Therefore if you are finding by one of those fields other than |
| findByType | string (FindByType) Enum: "id" "packNum" "poNum" "soNum" "custNum" "sealNum" "delvNum" "freightInvoiceNum" Example: findByType=id |
object (Reference) Reference fields that are searchable on the FreightWise applications. | |
| glCode | string (GlCode) Default: "9999.99.99" A General Ledger Code (GL Code) is a string of alphanumeric characters assigned to a shipment (parcel or freight). Usually the GL Code can indicates basic information to the accounting system on how a cost should be treated as whole within the organization. A GL String is made up of a combination of numbers and groups of numbers that when applied uniformly can categorize costing for accounting and finance. |
Array of objects Constraints are stored and applied during rating. | |
| shipmentStateId | integer <int32> (StateId) The state ID of a particular parent state object |
{- "reference": {
- "poNum": "1234ABDC",
- "soNum": "1234ABDC",
- "packNum": "1234ABDC",
- "delvNum": "1234ABDC",
- "sealNum": "1234ABDC",
- "custNum": "1234ABDC",
- "accountNum": "1234ABDC",
- "ref1": "1234ABDC",
- "ref2": "1234ABDC",
- "ref3": "1234ABDC",
- "ref4": "1234ABDC",
- "ref5": "1234ABDC"
}, - "glCode": "10.18039.5104-ABC",
- "constraints": [
- {
- "type": "carrier",
- "include": [
- "UPSN"
], - "exclude": [ ]
}, - {
- "type": "mode",
- "include": [ ],
- "exclude": [
- 2
]
}, - {
- "type": "serviceType",
- "include": [ ],
- "exclude": [
- "FEDX_GROUND"
]
}, - {
- "type": "equipment",
- "include": [
- 1,
- 3
], - "exclude": [ ]
}
], - "shipmentStateId": 1
}{- "id": 654321,
- "shipDate": "2020-08-15",
- "earlyPickUpTimeOpen": "2023-02-20T09:30:26Z",
- "earlyPickUpTimeClose": "2023-02-20T09:30:26Z",
- "earlyPickUpTZ": "America/Chicago",
- "latePickUpTimeOpen": "2023-02-20T09:30:26Z",
- "latePickUpTimeClose": "2023-02-20T09:30:26Z",
- "latePickUpTZ": "America/Chicago",
- "earlyDeliveryTimeOpen": "2023-02-20T09:30:26Z",
- "earlyDeliveryTimeClose": "2023-02-20T09:30:26Z",
- "earlyDeliveryTZ": "America/Chicago",
- "lateDeliveryTimeOpen": "2023-02-20T09:30:26Z",
- "lateDeliveryTimeClose": "2023-02-20T09:30:26Z",
- "lateDeliveryTZ": "America/Chicago",
- "state": {
- "id": 1,
- "name": "In Progress"
}, - "client": {
- "id": "1a2b3c4d-5e6f-1a2b-3c4d-5e6f1a2b3c4d",
- "name": "ABC Company, Inc. (ABC)",
- "nameShort": "ABC",
- "displayName": "ABC Company"
}, - "carrier": {
- "id": "1a2b3c4d-5e6f-1a2b-3c4d-5e6f1a2b3c4d",
- "name": "FedEx Freight | Priority",
- "scac": "FXFE",
- "shipVia": "1FEX06"
}, - "from": {
- "name1": "FreightWise, LLC.",
- "name2": "attn: Receiving",
- "address1": "214 Centerview Dr.",
- "address2": "Suite 100",
- "city": "Brentwood",
- "state": "TN",
- "postalCode": "37027",
- "country": "USA",
- "phone": "123-456-7890",
- "instructions": "string",
- "taxIdNum": "11-1111111"
}, - "to": {
- "name1": "FreightWise, LLC.",
- "name2": "attn: Receiving",
- "address1": "214 Centerview Dr.",
- "address2": "Suite 100",
- "city": "Brentwood",
- "state": "TN",
- "postalCode": "37027",
- "country": "USA",
- "phone": "123-456-7890",
- "instructions": "string",
- "taxIdNum": "11-1111111"
}, - "billTo": {
- "name1": "FreightWise, LLC.",
- "name2": "attn: Receiving",
- "address1": "214 Centerview Dr.",
- "address2": "Suite 100",
- "city": "Brentwood",
- "state": "TN",
- "postalCode": "37027",
- "country": "USA",
- "phone": "123-456-7890",
- "instructions": "string",
- "taxIdNum": "11-1111111"
}, - "branchNum": "MY-BRANCH-ID",
- "direction": {
- "id": 2,
- "name": "Outbound"
}, - "mode": {
- "id": 1,
- "name": "LTL"
}, - "term": {
- "id": 9,
- "name": "Prepaid",
- "code": "PPD"
}, - "priorityLevel": {
- "id": 1,
- "name": "Urgent"
}, - "commodities": [
- {
- "name": "Rope, Synthetic Fiber",
- "partNum": "1576029660516",
- "partNumAlt": "1576029660516",
- "description": "Specialized synthetic rope fiber stranding",
- "nmfcClass": "77.5",
- "nmfc": "171240",
- "qty": 1,
- "weight": 123.45,
- "dims": {
- "l": 31.41,
- "w": 27.18,
- "h": 14.14
}, - "uom": {
- "id": 1,
- "name": "Pallet"
}, - "declaredValue": {
- "value": 0,
- "currency": "USD"
}, - "unitPriceAmt": 0,
- "lineItemPriceAmt": 0,
- "hsCode": "1111.11.1111",
- "countryOfOrigin": "USA",
- "commodities": [
- { }
], - "metadata": {
- "cubiscanBarcode": "12345667-123423",
- "dimensionerBarcode": "12345667-123423",
- "bin": "L34",
- "lot": "2023-06-LOT-1"
}, - "freightInvoiceNum": "1234ABCdef"
}
], - "accessorials": [
- {
- "id": "1a2b3c4d-5e6f-1a2b-3c4d-5e6f1a2b3c4d",
- "name": "Liftgate",
- "code": "LG01"
}
], - "parcelServiceType": {
- "id": 16,
- "name": "FedEx Express Saver",
- "carrierServiceTypeCode": "FEDEX_EXPRESS_SAVER"
}, - "orders": [
- {
- "orderId": 1111,
- "commodities": [
- {
- "name": "Rope, Synthetic Fiber",
- "partNum": "1576029660516",
- "partNumAlt": "1576029660516",
- "description": "Specialized synthetic rope fiber stranding",
- "nmfcClass": "77.5",
- "nmfc": "171240",
- "qty": 1,
- "weight": 123.45,
- "dims": {
- "l": 31.41,
- "w": 27.18,
- "h": 14.14
}, - "uom": {
- "id": 1,
- "name": "Pallet"
}, - "declaredValue": {
- "value": 0,
- "currency": "USD"
}, - "commodities": [
- "string"
], - "metadata": { },
- "freightInvoiceNum": "1234ABCdef"
}
], - "poNum": "1234ABDC",
- "soNum": "1234ABDC"
}, - {
- "orderId": 2222,
- "commodities": [
- {
- "name": "Rope, Synthetic Fiber",
- "partNum": "1576029660516",
- "partNumAlt": "1576029660516",
- "description": "Specialized synthetic rope fiber stranding",
- "nmfcClass": "77.5",
- "nmfc": "171240",
- "qty": 1,
- "weight": 123.45,
- "dims": {
- "l": 31.41,
- "w": 27.18,
- "h": 14.14
}, - "uom": {
- "id": 1,
- "name": "Pallet"
}, - "declaredValue": {
- "value": 0,
- "currency": "USD"
}, - "commodities": [
- "string"
], - "metadata": { },
- "freightInvoiceNum": "1234ABCdef"
}
], - "poNum": "1234ABDC",
- "soNum": "1234ABDC"
}
], - "cost": {
- "published": 11.11,
- "benchmark": 44.44,
- "contract": 33.33,
- "loaded": 33.33,
- "markup": 3.33,
- "lccDiff": 0,
- "avgCostPerOrder": 22.22
}, - "costDetails": {
- "freight": 123.45,
- "fuel": 12.34,
- "accessorials": 1.23,
- "accessorialCost": [
- {
- "id": "1a2b3c4d-5e6f-1a2b-3c4d-5e6f1a2b3c4d",
- "name": "Liftgate",
- "code": "LG01",
- "cost": {
- "cost": 60
}
}
]
}, - "glCode": "10.18039.5104-ABC",
- "freightInvoiceNum": "1234ABCdef",
- "notifications": [
- {
- "displayName": "John Doe",
- "email": "john@doe.com",
- "sms": "123-456-7890"
}
], - "reference": {
- "poNum": "1234ABDC",
- "soNum": "1234ABDC",
- "packNum": "1234ABDC",
- "delvNum": "1234ABDC",
- "sealNum": "1234ABDC",
- "custNum": "1234ABDC",
- "accountNum": "1234ABDC",
- "ref1": "1234ABDC",
- "ref2": "1234ABDC",
- "ref3": "1234ABDC",
- "ref4": "1234ABDC",
- "ref5": "1234ABDC",
- "bolId": 654321,
- "quoteId": 4593804,
- "rateId": 4593804
}, - "temperatureRange": {
- "min": -5,
- "max": 55
}, - "temperatureUnit": {
- "id": 1,
- "name": "Fahrenheit",
- "abbreviation": "F"
}, - "metadata": {
- "cubiscanBarcode": "12345667-123423",
- "dimensionerBarcode": "12345667-123423",
- "bin": "L34",
- "lot": "2023-06-LOT-1"
}, - "constraints": [
- {
- "type": "carrier",
- "include": [
- "UPSN"
], - "exclude": [ ]
}, - {
- "type": "mode",
- "include": [ ],
- "exclude": [
- 2
]
}, - {
- "type": "serviceType",
- "include": [ ],
- "exclude": [
- "FEDX_GROUND"
]
}, - {
- "type": "equipment",
- "include": [
- 1,
- 3
], - "exclude": [ ]
}
], - "stops": [
- {
- "stopIndex": 1,
- "stopTypeId": 1,
- "companyLocation": { },
- "companyBranch": { },
- "appointmentOpen": "2023-02-20T09:30:26Z",
- "appointmentClose": "2023-02-20T09:30:26Z",
- "appointmentTZ": "America/Chicago",
- "appointmentNum": "APT-12345",
- "orderCount": 3
}
]
}Update existing Shipment - only the fields that are specified are able to be updated. This will also return the shipment upon success.
| findByValue required | string (FindByValue) Example: 654321 Please note: These are not required to be unique withing the shipments. Therefore if you are finding by one of those fields other than |
Array of objects (Constraints) An array of constraint objects used to filter rate results. Each constraint targets one type ( | |
| accountNum | string (AccountNum) The Account # references the carrier's account number. In many cases a client might have multiple account numbers linked to by the |
| accessorialIds | Array of strings or null <uuid> [ items <uuid > ] |
| actualDeliveryDate | string <datetime> (FreightWiseISO8601DateTime) Default: "Today's Date and Time" Date's timezone is considered ISO8601DateTime format. |
| actualShipDate | string <datetime> (FreightWiseISO8601DateTime) Default: "Today's Date and Time" Date's timezone is considered ISO8601DateTime format. |
| assignedCompanyBranchId | string (BranchNum) Default: "" The branch number is a way to designate the outbound or inbound branch that is being used / assigned. This is often then used to set the markups and assign account numbers to shipments and rate quotes. If the branch num cannot be determined it is set as a default to "---". The branch number is a UUID. |
| assignedCompanyDivisionId | string (DivisionNum) Default: "" The division number is a way to designate the outbound or inbound location within a branch that is being used / assigned. This is often then used to set the markups and assign account numbers to shipments and rate quotes. If the branch division num cannot be determined it is set as a default to "---". The division number is a UUID. |
object (Address) Address object at FreightWise | |
Array of objects or null (Commodity) | |
| custNum | string (CustNum) The Cust# is often used as an internal reference number used by the WMS, ERP, or primary TMS operations to locate the customer of the FreightWise client. |
| delvNum | string (DelvNum) The Delv# is often used as Pick Ticket, Delivery, and/or other internal reference number used by the WMS, ERP, or primary TMS operations. |
object (Direction) The direction ID designates the direction. The following are the options:
By default it is 1 = Inbound. | |
Array of objects (EquipmentDetail) | |
| estimatedShipDate | string <datetime> (FreightWiseISO8601DateTime) Default: "Today's Date and Time" Date's timezone is considered ISO8601DateTime format. |
| earlyDeliveryDate | string <datetime> (FreightWiseISO8601DateTime) Default: "Today's Date and Time" Date's timezone is considered ISO8601DateTime format. |
| earlyPickUpDate | string <datetime> (FreightWiseISO8601DateTime) Default: "Today's Date and Time" Date's timezone is considered ISO8601DateTime format. |
| estimatedDeliveryDate | string <datetime> (FreightWiseISO8601DateTime) Default: "Today's Date and Time" Date's timezone is considered ISO8601DateTime format. |
| glCode | string (GlCode) Default: "9999.99.99" A General Ledger Code (GL Code) is a string of alphanumeric characters assigned to a shipment (parcel or freight). Usually the GL Code can indicates basic information to the accounting system on how a cost should be treated as whole within the organization. A GL String is made up of a combination of numbers and groups of numbers that when applied uniformly can categorize costing for accounting and finance. |
object (Address) Address object at FreightWise | |
| fromAppointment | string or null |
| initialDeliveryDate | string <datetime> (FreightWiseISO8601DateTime) Default: "Today's Date and Time" Date's timezone is considered ISO8601DateTime format. |
| latePickUpDate | string <datetime> (FreightWiseISO8601DateTime) Default: "Today's Date and Time" Date's timezone is considered ISO8601DateTime format. |
| lateDeliveryDate | string <datetime> (FreightWiseISO8601DateTime) Default: "Today's Date and Time" Date's timezone is considered ISO8601DateTime format. |
| modeId | integer <int32> (ModeId) Default: 1 The following mode IDs are valid for this API:
If the object is not sent or the modeId is not sent then the system will default to modeId = 1. |
| notes | string or null |
| packNum | string (PackNum) The Pack# is often used as Pick Ticket, DocEntry, Delivery, and/or other internal reference number used by the WMS, ERP, or primary TMS operations. |
| parcelServiceTypeId | number or null |
| poNum | string or null |
| priorityLevelId | integer <int32> (PriorityLevelId) The following priority level IDs are valid for this API:
|
| reasonForExportId | integer <int32> (ReasonForExportId) The following reasons for export IDs are valid for this API:
|
| requestedDeliveryDate | string <datetime> (FreightWiseISO8601DateTime) Default: "Today's Date and Time" Date's timezone is considered ISO8601DateTime format. |
| requestedShipDate | string <datetime> (FreightWiseISO8601DateTime) Default: "Today's Date and Time" Date's timezone is considered ISO8601DateTime format. |
| scac | string (Scac) The Standard Carrier Alpha Code (SCAC) is a unique two-to-four-letter code used to identify transportation companies. SCAC codes can be obtained from the National Motor Freight Traffic Association (NMFTA). Example SCACs:
|
| sealNum | string (SealNum) The Seal# is often used by TL carriers to designate on a BOL the seal of the trailer. After the product is loaded and the trailer doors are closed, the supplier (or shipping warehouse) is responsible for affixing a unique numbered trailer seal onto the trailer’s back door latch. The carrier is NOT allowed to apply this seal. |
| shippingInstructions | string or null Instructions generally pertaining to an address |
| soNum | string or null |
| termId | integer <int32> (TermId) Default: 9 The following term IDs are valid for this API:
|
| termsOfSaleId | integer <int32> (TermsOfSaleId) The following terms of sale IDs are valid for this API:
|
object (Address) Address object at FreightWise | |
| toAppointment | string or null |
object or null (TemperatureRange) Temperature range object | |
| temperatureUnit | string or null Enum: "fahrenheit" "celsius" "f" "c" "F" "C" Temperature unit. Accepts: 'fahrenheit', 'celsius', 'f', 'c', 'F', or 'C' (case-insensitive) |
{- "constraints": [
- {
- "type": "carrier",
- "include": [
- "UPSN"
], - "exclude": [ ]
}, - {
- "type": "mode",
- "include": [ ],
- "exclude": [
- 2
]
}, - {
- "type": "serviceType",
- "include": [ ],
- "exclude": [
- "FEDX_GROUND"
]
}, - {
- "type": "equipment",
- "include": [
- 1,
- 3
], - "exclude": [ ]
}
], - "accountNum": "1234ABDC",
- "accessorialIds": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "actualDeliveryDate": "2023-02-20T09:30:26Z",
- "actualShipDate": "2023-02-20T09:30:26Z",
- "assignedCompanyBranchId": "MY-BRANCH-ID",
- "assignedCompanyDivisionId": "MY-DIVISION-ID",
- "billTo": {
- "name1": "FreightWise, LLC.",
- "name2": "attn: Receiving",
- "address1": "214 Centerview Dr.",
- "address2": "Suite 100",
- "city": "Brentwood",
- "state": "TN",
- "postalCode": "37027",
- "country": "USA",
- "phone": "123-456-7890",
- "instructions": "string",
- "taxIdNum": "11-1111111"
}, - "commodities": [
- {
- "name": "Rope, Synthetic Fiber",
- "partNum": "1576029660516",
- "partNumAlt": "1576029660516",
- "description": "Specialized synthetic rope fiber stranding",
- "nmfcClass": "77.5",
- "nmfc": "171240",
- "qty": 1,
- "weight": 123.45,
- "dims": {
- "l": 31.41,
- "w": 27.18,
- "h": 14.14
}, - "uom": {
- "id": 1,
- "name": "Pallet"
}, - "declaredValue": {
- "value": 0,
- "currency": "USD"
}, - "unitPriceAmt": 0,
- "lineItemPriceAmt": 0,
- "hsCode": "1111.11.1111",
- "countryOfOrigin": "USA",
- "commodities": [
- { }
], - "metadata": {
- "cubiscanBarcode": "12345667-123423",
- "dimensionerBarcode": "12345667-123423",
- "bin": "L34",
- "lot": "2023-06-LOT-1"
}, - "freightInvoiceNum": "1234ABCdef"
}
], - "custNum": "1234ABDC",
- "delvNum": "1234ABDC",
- "directionId": {
- "id": 2,
- "name": "Outbound"
}, - "equipmentTypes": [
- {
- "name": "string",
- "description": "string",
- "number": "string",
- "length": 0,
- "width": 0,
- "height": 0
}
], - "estimatedShipDate": "2023-02-20T09:30:26Z",
- "earlyDeliveryDate": "2023-02-20T09:30:26Z",
- "earlyPickUpDate": "2023-02-20T09:30:26Z",
- "estimatedDeliveryDate": "2023-02-20T09:30:26Z",
- "glCode": "10.18039.5104-ABC",
- "from": {
- "name1": "FreightWise, LLC.",
- "name2": "attn: Receiving",
- "address1": "214 Centerview Dr.",
- "address2": "Suite 100",
- "city": "Brentwood",
- "state": "TN",
- "postalCode": "37027",
- "country": "USA",
- "phone": "123-456-7890",
- "instructions": "string",
- "taxIdNum": "11-1111111"
}, - "fromAppointment": "string",
- "initialDeliveryDate": "2023-02-20T09:30:26Z",
- "latePickUpDate": "2023-02-20T09:30:26Z",
- "lateDeliveryDate": "2023-02-20T09:30:26Z",
- "modeId": 1,
- "notes": "string",
- "packNum": "1234ABDC",
- "parcelServiceTypeId": 0,
- "poNum": "1234ABDC",
- "priorityLevelId": 1,
- "reasonForExportId": 1,
- "requestedDeliveryDate": "2023-02-20T09:30:26Z",
- "requestedShipDate": "2023-02-20T09:30:26Z",
- "scac": "FXFE",
- "sealNum": "1234ABDC",
- "shippingInstructions": "string",
- "soNum": "1234ABDC",
- "termId": 9,
- "termsOfSaleId": 1,
- "to": {
- "name1": "FreightWise, LLC.",
- "name2": "attn: Receiving",
- "address1": "214 Centerview Dr.",
- "address2": "Suite 100",
- "city": "Brentwood",
- "state": "TN",
- "postalCode": "37027",
- "country": "USA",
- "phone": "123-456-7890",
- "instructions": "string",
- "taxIdNum": "11-1111111"
}, - "toAppointment": "string",
- "temperatureRange": {
- "min": -5,
- "max": 55
}, - "temperatureUnit": "fahrenheit"
}{- "id": 654321,
- "shipDate": "2020-08-15",
- "earlyPickUpTimeOpen": "2023-02-20T09:30:26Z",
- "earlyPickUpTimeClose": "2023-02-20T09:30:26Z",
- "earlyPickUpTZ": "America/Chicago",
- "latePickUpTimeOpen": "2023-02-20T09:30:26Z",
- "latePickUpTimeClose": "2023-02-20T09:30:26Z",
- "latePickUpTZ": "America/Chicago",
- "earlyDeliveryTimeOpen": "2023-02-20T09:30:26Z",
- "earlyDeliveryTimeClose": "2023-02-20T09:30:26Z",
- "earlyDeliveryTZ": "America/Chicago",
- "lateDeliveryTimeOpen": "2023-02-20T09:30:26Z",
- "lateDeliveryTimeClose": "2023-02-20T09:30:26Z",
- "lateDeliveryTZ": "America/Chicago",
- "state": {
- "id": 1,
- "name": "In Progress"
}, - "client": {
- "id": "1a2b3c4d-5e6f-1a2b-3c4d-5e6f1a2b3c4d",
- "name": "ABC Company, Inc. (ABC)",
- "nameShort": "ABC",
- "displayName": "ABC Company"
}, - "carrier": {
- "id": "1a2b3c4d-5e6f-1a2b-3c4d-5e6f1a2b3c4d",
- "name": "FedEx Freight | Priority",
- "scac": "FXFE",
- "shipVia": "1FEX06"
}, - "from": {
- "name1": "FreightWise, LLC.",
- "name2": "attn: Receiving",
- "address1": "214 Centerview Dr.",
- "address2": "Suite 100",
- "city": "Brentwood",
- "state": "TN",
- "postalCode": "37027",
- "country": "USA",
- "phone": "123-456-7890",
- "instructions": "string",
- "taxIdNum": "11-1111111"
}, - "to": {
- "name1": "FreightWise, LLC.",
- "name2": "attn: Receiving",
- "address1": "214 Centerview Dr.",
- "address2": "Suite 100",
- "city": "Brentwood",
- "state": "TN",
- "postalCode": "37027",
- "country": "USA",
- "phone": "123-456-7890",
- "instructions": "string",
- "taxIdNum": "11-1111111"
}, - "billTo": {
- "name1": "FreightWise, LLC.",
- "name2": "attn: Receiving",
- "address1": "214 Centerview Dr.",
- "address2": "Suite 100",
- "city": "Brentwood",
- "state": "TN",
- "postalCode": "37027",
- "country": "USA",
- "phone": "123-456-7890",
- "instructions": "string",
- "taxIdNum": "11-1111111"
}, - "branchNum": "MY-BRANCH-ID",
- "direction": {
- "id": 2,
- "name": "Outbound"
}, - "mode": {
- "id": 1,
- "name": "LTL"
}, - "term": {
- "id": 9,
- "name": "Prepaid",
- "code": "PPD"
}, - "priorityLevel": {
- "id": 1,
- "name": "Urgent"
}, - "commodities": [
- {
- "name": "Rope, Synthetic Fiber",
- "partNum": "1576029660516",
- "partNumAlt": "1576029660516",
- "description": "Specialized synthetic rope fiber stranding",
- "nmfcClass": "77.5",
- "nmfc": "171240",
- "qty": 1,
- "weight": 123.45,
- "dims": {
- "l": 31.41,
- "w": 27.18,
- "h": 14.14
}, - "uom": {
- "id": 1,
- "name": "Pallet"
}, - "declaredValue": {
- "value": 0,
- "currency": "USD"
}, - "unitPriceAmt": 0,
- "lineItemPriceAmt": 0,
- "hsCode": "1111.11.1111",
- "countryOfOrigin": "USA",
- "commodities": [
- { }
], - "metadata": {
- "cubiscanBarcode": "12345667-123423",
- "dimensionerBarcode": "12345667-123423",
- "bin": "L34",
- "lot": "2023-06-LOT-1"
}, - "freightInvoiceNum": "1234ABCdef"
}
], - "accessorials": [
- {
- "id": "1a2b3c4d-5e6f-1a2b-3c4d-5e6f1a2b3c4d",
- "name": "Liftgate",
- "code": "LG01"
}
], - "parcelServiceType": {
- "id": 16,
- "name": "FedEx Express Saver",
- "carrierServiceTypeCode": "FEDEX_EXPRESS_SAVER"
}, - "orders": [
- {
- "orderId": 1111,
- "commodities": [
- {
- "name": "Rope, Synthetic Fiber",
- "partNum": "1576029660516",
- "partNumAlt": "1576029660516",
- "description": "Specialized synthetic rope fiber stranding",
- "nmfcClass": "77.5",
- "nmfc": "171240",
- "qty": 1,
- "weight": 123.45,
- "dims": {
- "l": 31.41,
- "w": 27.18,
- "h": 14.14
}, - "uom": {
- "id": 1,
- "name": "Pallet"
}, - "declaredValue": {
- "value": 0,
- "currency": "USD"
}, - "commodities": [
- "string"
], - "metadata": { },
- "freightInvoiceNum": "1234ABCdef"
}
], - "poNum": "1234ABDC",
- "soNum": "1234ABDC"
}, - {
- "orderId": 2222,
- "commodities": [
- {
- "name": "Rope, Synthetic Fiber",
- "partNum": "1576029660516",
- "partNumAlt": "1576029660516",
- "description": "Specialized synthetic rope fiber stranding",
- "nmfcClass": "77.5",
- "nmfc": "171240",
- "qty": 1,
- "weight": 123.45,
- "dims": {
- "l": 31.41,
- "w": 27.18,
- "h": 14.14
}, - "uom": {
- "id": 1,
- "name": "Pallet"
}, - "declaredValue": {
- "value": 0,
- "currency": "USD"
}, - "commodities": [
- "string"
], - "metadata": { },
- "freightInvoiceNum": "1234ABCdef"
}
], - "poNum": "1234ABDC",
- "soNum": "1234ABDC"
}
], - "cost": {
- "published": 11.11,
- "benchmark": 44.44,
- "contract": 33.33,
- "loaded": 33.33,
- "markup": 3.33,
- "lccDiff": 0,
- "avgCostPerOrder": 22.22
}, - "costDetails": {
- "freight": 123.45,
- "fuel": 12.34,
- "accessorials": 1.23,
- "accessorialCost": [
- {
- "id": "1a2b3c4d-5e6f-1a2b-3c4d-5e6f1a2b3c4d",
- "name": "Liftgate",
- "code": "LG01",
- "cost": {
- "cost": 60
}
}
]
}, - "glCode": "10.18039.5104-ABC",
- "freightInvoiceNum": "1234ABCdef",
- "notifications": [
- {
- "displayName": "John Doe",
- "email": "john@doe.com",
- "sms": "123-456-7890"
}
], - "reference": {
- "poNum": "1234ABDC",
- "soNum": "1234ABDC",
- "packNum": "1234ABDC",
- "delvNum": "1234ABDC",
- "sealNum": "1234ABDC",
- "custNum": "1234ABDC",
- "accountNum": "1234ABDC",
- "ref1": "1234ABDC",
- "ref2": "1234ABDC",
- "ref3": "1234ABDC",
- "ref4": "1234ABDC",
- "ref5": "1234ABDC",
- "bolId": 654321,
- "quoteId": 4593804,
- "rateId": 4593804
}, - "temperatureRange": {
- "min": -5,
- "max": 55
}, - "temperatureUnit": {
- "id": 1,
- "name": "Fahrenheit",
- "abbreviation": "F"
}, - "metadata": {
- "cubiscanBarcode": "12345667-123423",
- "dimensionerBarcode": "12345667-123423",
- "bin": "L34",
- "lot": "2023-06-LOT-1"
}, - "constraints": [
- {
- "type": "carrier",
- "include": [
- "UPSN"
], - "exclude": [ ]
}, - {
- "type": "mode",
- "include": [ ],
- "exclude": [
- 2
]
}, - {
- "type": "serviceType",
- "include": [ ],
- "exclude": [
- "FEDX_GROUND"
]
}, - {
- "type": "equipment",
- "include": [
- 1,
- 3
], - "exclude": [ ]
}
], - "stops": [
- {
- "stopIndex": 1,
- "stopTypeId": 1,
- "companyLocation": { },
- "companyBranch": { },
- "appointmentOpen": "2023-02-20T09:30:26Z",
- "appointmentClose": "2023-02-20T09:30:26Z",
- "appointmentTZ": "America/Chicago",
- "appointmentNum": "APT-12345",
- "orderCount": 3
}
]
}Cancelled the Shipment. This means that the shipment's state is set to "Cancelled".
| findByValue required | string (FindByValue) Example: 654321 Please note: These are not required to be unique withing the shipments. Therefore if you are finding by one of those fields other than |
| findByType | string (FindByType) Enum: "id" "packNum" "poNum" "soNum" "custNum" "sealNum" "delvNum" "freightInvoiceNum" Example: findByType=id |
{- "id": 654321,
- "shipDate": "2020-08-15",
- "earlyPickUpTimeOpen": "2023-02-20T09:30:26Z",
- "earlyPickUpTimeClose": "2023-02-20T09:30:26Z",
- "earlyPickUpTZ": "America/Chicago",
- "latePickUpTimeOpen": "2023-02-20T09:30:26Z",
- "latePickUpTimeClose": "2023-02-20T09:30:26Z",
- "latePickUpTZ": "America/Chicago",
- "earlyDeliveryTimeOpen": "2023-02-20T09:30:26Z",
- "earlyDeliveryTimeClose": "2023-02-20T09:30:26Z",
- "earlyDeliveryTZ": "America/Chicago",
- "lateDeliveryTimeOpen": "2023-02-20T09:30:26Z",
- "lateDeliveryTimeClose": "2023-02-20T09:30:26Z",
- "lateDeliveryTZ": "America/Chicago",
- "state": {
- "id": 1,
- "name": "In Progress"
}, - "client": {
- "id": "1a2b3c4d-5e6f-1a2b-3c4d-5e6f1a2b3c4d",
- "name": "ABC Company, Inc. (ABC)",
- "nameShort": "ABC",
- "displayName": "ABC Company"
}, - "carrier": {
- "id": "1a2b3c4d-5e6f-1a2b-3c4d-5e6f1a2b3c4d",
- "name": "FedEx Freight | Priority",
- "scac": "FXFE",
- "shipVia": "1FEX06"
}, - "from": {
- "name1": "FreightWise, LLC.",
- "name2": "attn: Receiving",
- "address1": "214 Centerview Dr.",
- "address2": "Suite 100",
- "city": "Brentwood",
- "state": "TN",
- "postalCode": "37027",
- "country": "USA",
- "phone": "123-456-7890",
- "instructions": "string",
- "taxIdNum": "11-1111111"
}, - "to": {
- "name1": "FreightWise, LLC.",
- "name2": "attn: Receiving",
- "address1": "214 Centerview Dr.",
- "address2": "Suite 100",
- "city": "Brentwood",
- "state": "TN",
- "postalCode": "37027",
- "country": "USA",
- "phone": "123-456-7890",
- "instructions": "string",
- "taxIdNum": "11-1111111"
}, - "billTo": {
- "name1": "FreightWise, LLC.",
- "name2": "attn: Receiving",
- "address1": "214 Centerview Dr.",
- "address2": "Suite 100",
- "city": "Brentwood",
- "state": "TN",
- "postalCode": "37027",
- "country": "USA",
- "phone": "123-456-7890",
- "instructions": "string",
- "taxIdNum": "11-1111111"
}, - "branchNum": "MY-BRANCH-ID",
- "direction": {
- "id": 2,
- "name": "Outbound"
}, - "mode": {
- "id": 1,
- "name": "LTL"
}, - "term": {
- "id": 9,
- "name": "Prepaid",
- "code": "PPD"
}, - "priorityLevel": {
- "id": 1,
- "name": "Urgent"
}, - "commodities": [
- {
- "name": "Rope, Synthetic Fiber",
- "partNum": "1576029660516",
- "partNumAlt": "1576029660516",
- "description": "Specialized synthetic rope fiber stranding",
- "nmfcClass": "77.5",
- "nmfc": "171240",
- "qty": 1,
- "weight": 123.45,
- "dims": {
- "l": 31.41,
- "w": 27.18,
- "h": 14.14
}, - "uom": {
- "id": 1,
- "name": "Pallet"
}, - "declaredValue": {
- "value": 0,
- "currency": "USD"
}, - "unitPriceAmt": 0,
- "lineItemPriceAmt": 0,
- "hsCode": "1111.11.1111",
- "countryOfOrigin": "USA",
- "commodities": [
- { }
], - "metadata": {
- "cubiscanBarcode": "12345667-123423",
- "dimensionerBarcode": "12345667-123423",
- "bin": "L34",
- "lot": "2023-06-LOT-1"
}, - "freightInvoiceNum": "1234ABCdef"
}
], - "accessorials": [
- {
- "id": "1a2b3c4d-5e6f-1a2b-3c4d-5e6f1a2b3c4d",
- "name": "Liftgate",
- "code": "LG01"
}
], - "parcelServiceType": {
- "id": 16,
- "name": "FedEx Express Saver",
- "carrierServiceTypeCode": "FEDEX_EXPRESS_SAVER"
}, - "orders": [
- {
- "orderId": 1111,
- "commodities": [
- {
- "name": "Rope, Synthetic Fiber",
- "partNum": "1576029660516",
- "partNumAlt": "1576029660516",
- "description": "Specialized synthetic rope fiber stranding",
- "nmfcClass": "77.5",
- "nmfc": "171240",
- "qty": 1,
- "weight": 123.45,
- "dims": {
- "l": 31.41,
- "w": 27.18,
- "h": 14.14
}, - "uom": {
- "id": 1,
- "name": "Pallet"
}, - "declaredValue": {
- "value": 0,
- "currency": "USD"
}, - "commodities": [
- "string"
], - "metadata": { },
- "freightInvoiceNum": "1234ABCdef"
}
], - "poNum": "1234ABDC",
- "soNum": "1234ABDC"
}, - {
- "orderId": 2222,
- "commodities": [
- {
- "name": "Rope, Synthetic Fiber",
- "partNum": "1576029660516",
- "partNumAlt": "1576029660516",
- "description": "Specialized synthetic rope fiber stranding",
- "nmfcClass": "77.5",
- "nmfc": "171240",
- "qty": 1,
- "weight": 123.45,
- "dims": {
- "l": 31.41,
- "w": 27.18,
- "h": 14.14
}, - "uom": {
- "id": 1,
- "name": "Pallet"
}, - "declaredValue": {
- "value": 0,
- "currency": "USD"
}, - "commodities": [
- "string"
], - "metadata": { },
- "freightInvoiceNum": "1234ABCdef"
}
], - "poNum": "1234ABDC",
- "soNum": "1234ABDC"
}
], - "cost": {
- "published": 11.11,
- "benchmark": 44.44,
- "contract": 33.33,
- "loaded": 33.33,
- "markup": 3.33,
- "lccDiff": 0,
- "avgCostPerOrder": 22.22
}, - "costDetails": {
- "freight": 123.45,
- "fuel": 12.34,
- "accessorials": 1.23,
- "accessorialCost": [
- {
- "id": "1a2b3c4d-5e6f-1a2b-3c4d-5e6f1a2b3c4d",
- "name": "Liftgate",
- "code": "LG01",
- "cost": {
- "cost": 60
}
}
]
}, - "glCode": "10.18039.5104-ABC",
- "freightInvoiceNum": "1234ABCdef",
- "notifications": [
- {
- "displayName": "John Doe",
- "email": "john@doe.com",
- "sms": "123-456-7890"
}
], - "reference": {
- "poNum": "1234ABDC",
- "soNum": "1234ABDC",
- "packNum": "1234ABDC",
- "delvNum": "1234ABDC",
- "sealNum": "1234ABDC",
- "custNum": "1234ABDC",
- "accountNum": "1234ABDC",
- "ref1": "1234ABDC",
- "ref2": "1234ABDC",
- "ref3": "1234ABDC",
- "ref4": "1234ABDC",
- "ref5": "1234ABDC",
- "bolId": 654321,
- "quoteId": 4593804,
- "rateId": 4593804
}, - "temperatureRange": {
- "min": -5,
- "max": 55
}, - "temperatureUnit": {
- "id": 1,
- "name": "Fahrenheit",
- "abbreviation": "F"
}, - "metadata": {
- "cubiscanBarcode": "12345667-123423",
- "dimensionerBarcode": "12345667-123423",
- "bin": "L34",
- "lot": "2023-06-LOT-1"
}, - "constraints": [
- {
- "type": "carrier",
- "include": [
- "UPSN"
], - "exclude": [ ]
}, - {
- "type": "mode",
- "include": [ ],
- "exclude": [
- 2
]
}, - {
- "type": "serviceType",
- "include": [ ],
- "exclude": [
- "FEDX_GROUND"
]
}, - {
- "type": "equipment",
- "include": [
- 1,
- 3
], - "exclude": [ ]
}
], - "stops": [
- {
- "stopIndex": 1,
- "stopTypeId": 1,
- "companyLocation": { },
- "companyBranch": { },
- "appointmentOpen": "2023-02-20T09:30:26Z",
- "appointmentClose": "2023-02-20T09:30:26Z",
- "appointmentTZ": "America/Chicago",
- "appointmentNum": "APT-12345",
- "orderCount": 3
}
]
}Get the BOL PDF URL for a given shipment.
| findByValue required | string (FindByValue) Example: 654321 Please note the |
{
}Assign a pooled PRO# for a given shipment.
| findByValue required | string (FindByValue) Example: 654321 Please note the |
{- "id": 654321,
- "shipDate": "2020-08-15",
- "earlyPickUpTimeOpen": "2023-02-20T09:30:26Z",
- "earlyPickUpTimeClose": "2023-02-20T09:30:26Z",
- "earlyPickUpTZ": "America/Chicago",
- "latePickUpTimeOpen": "2023-02-20T09:30:26Z",
- "latePickUpTimeClose": "2023-02-20T09:30:26Z",
- "latePickUpTZ": "America/Chicago",
- "earlyDeliveryTimeOpen": "2023-02-20T09:30:26Z",
- "earlyDeliveryTimeClose": "2023-02-20T09:30:26Z",
- "earlyDeliveryTZ": "America/Chicago",
- "lateDeliveryTimeOpen": "2023-02-20T09:30:26Z",
- "lateDeliveryTimeClose": "2023-02-20T09:30:26Z",
- "lateDeliveryTZ": "America/Chicago",
- "state": {
- "id": 1,
- "name": "In Progress"
}, - "client": {
- "id": "1a2b3c4d-5e6f-1a2b-3c4d-5e6f1a2b3c4d",
- "name": "ABC Company, Inc. (ABC)",
- "nameShort": "ABC",
- "displayName": "ABC Company"
}, - "carrier": {
- "id": "1a2b3c4d-5e6f-1a2b-3c4d-5e6f1a2b3c4d",
- "name": "FedEx Freight | Priority",
- "scac": "FXFE",
- "shipVia": "1FEX06"
}, - "from": {
- "name1": "FreightWise, LLC.",
- "name2": "attn: Receiving",
- "address1": "214 Centerview Dr.",
- "address2": "Suite 100",
- "city": "Brentwood",
- "state": "TN",
- "postalCode": "37027",
- "country": "USA",
- "phone": "123-456-7890",
- "instructions": "string",
- "taxIdNum": "11-1111111"
}, - "to": {
- "name1": "FreightWise, LLC.",
- "name2": "attn: Receiving",
- "address1": "214 Centerview Dr.",
- "address2": "Suite 100",
- "city": "Brentwood",
- "state": "TN",
- "postalCode": "37027",
- "country": "USA",
- "phone": "123-456-7890",
- "instructions": "string",
- "taxIdNum": "11-1111111"
}, - "billTo": {
- "name1": "FreightWise, LLC.",
- "name2": "attn: Receiving",
- "address1": "214 Centerview Dr.",
- "address2": "Suite 100",
- "city": "Brentwood",
- "state": "TN",
- "postalCode": "37027",
- "country": "USA",
- "phone": "123-456-7890",
- "instructions": "string",
- "taxIdNum": "11-1111111"
}, - "branchNum": "MY-BRANCH-ID",
- "direction": {
- "id": 2,
- "name": "Outbound"
}, - "mode": {
- "id": 1,
- "name": "LTL"
}, - "term": {
- "id": 9,
- "name": "Prepaid",
- "code": "PPD"
}, - "priorityLevel": {
- "id": 1,
- "name": "Urgent"
}, - "commodities": [
- {
- "name": "Rope, Synthetic Fiber",
- "partNum": "1576029660516",
- "partNumAlt": "1576029660516",
- "description": "Specialized synthetic rope fiber stranding",
- "nmfcClass": "77.5",
- "nmfc": "171240",
- "qty": 1,
- "weight": 123.45,
- "dims": {
- "l": 31.41,
- "w": 27.18,
- "h": 14.14
}, - "uom": {
- "id": 1,
- "name": "Pallet"
}, - "declaredValue": {
- "value": 0,
- "currency": "USD"
}, - "unitPriceAmt": 0,
- "lineItemPriceAmt": 0,
- "hsCode": "1111.11.1111",
- "countryOfOrigin": "USA",
- "commodities": [
- { }
], - "metadata": {
- "cubiscanBarcode": "12345667-123423",
- "dimensionerBarcode": "12345667-123423",
- "bin": "L34",
- "lot": "2023-06-LOT-1"
}, - "freightInvoiceNum": "1234ABCdef"
}
], - "accessorials": [
- {
- "id": "1a2b3c4d-5e6f-1a2b-3c4d-5e6f1a2b3c4d",
- "name": "Liftgate",
- "code": "LG01"
}
], - "parcelServiceType": {
- "id": 16,
- "name": "FedEx Express Saver",
- "carrierServiceTypeCode": "FEDEX_EXPRESS_SAVER"
}, - "orders": [
- {
- "orderId": 1111,
- "commodities": [
- {
- "name": "Rope, Synthetic Fiber",
- "partNum": "1576029660516",
- "partNumAlt": "1576029660516",
- "description": "Specialized synthetic rope fiber stranding",
- "nmfcClass": "77.5",
- "nmfc": "171240",
- "qty": 1,
- "weight": 123.45,
- "dims": {
- "l": 31.41,
- "w": 27.18,
- "h": 14.14
}, - "uom": {
- "id": 1,
- "name": "Pallet"
}, - "declaredValue": {
- "value": 0,
- "currency": "USD"
}, - "commodities": [
- "string"
], - "metadata": { },
- "freightInvoiceNum": "1234ABCdef"
}
], - "poNum": "1234ABDC",
- "soNum": "1234ABDC"
}, - {
- "orderId": 2222,
- "commodities": [
- {
- "name": "Rope, Synthetic Fiber",
- "partNum": "1576029660516",
- "partNumAlt": "1576029660516",
- "description": "Specialized synthetic rope fiber stranding",
- "nmfcClass": "77.5",
- "nmfc": "171240",
- "qty": 1,
- "weight": 123.45,
- "dims": {
- "l": 31.41,
- "w": 27.18,
- "h": 14.14
}, - "uom": {
- "id": 1,
- "name": "Pallet"
}, - "declaredValue": {
- "value": 0,
- "currency": "USD"
}, - "commodities": [
- "string"
], - "metadata": { },
- "freightInvoiceNum": "1234ABCdef"
}
], - "poNum": "1234ABDC",
- "soNum": "1234ABDC"
}
], - "cost": {
- "published": 11.11,
- "benchmark": 44.44,
- "contract": 33.33,
- "loaded": 33.33,
- "markup": 3.33,
- "lccDiff": 0,
- "avgCostPerOrder": 22.22
}, - "costDetails": {
- "freight": 123.45,
- "fuel": 12.34,
- "accessorials": 1.23,
- "accessorialCost": [
- {
- "id": "1a2b3c4d-5e6f-1a2b-3c4d-5e6f1a2b3c4d",
- "name": "Liftgate",
- "code": "LG01",
- "cost": {
- "cost": 60
}
}
]
}, - "glCode": "10.18039.5104-ABC",
- "freightInvoiceNum": "1234ABCdef",
- "notifications": [
- {
- "displayName": "John Doe",
- "email": "john@doe.com",
- "sms": "123-456-7890"
}
], - "reference": {
- "poNum": "1234ABDC",
- "soNum": "1234ABDC",
- "packNum": "1234ABDC",
- "delvNum": "1234ABDC",
- "sealNum": "1234ABDC",
- "custNum": "1234ABDC",
- "accountNum": "1234ABDC",
- "ref1": "1234ABDC",
- "ref2": "1234ABDC",
- "ref3": "1234ABDC",
- "ref4": "1234ABDC",
- "ref5": "1234ABDC",
- "bolId": 654321,
- "quoteId": 4593804,
- "rateId": 4593804
}, - "temperatureRange": {
- "min": -5,
- "max": 55
}, - "temperatureUnit": {
- "id": 1,
- "name": "Fahrenheit",
- "abbreviation": "F"
}, - "metadata": {
- "cubiscanBarcode": "12345667-123423",
- "dimensionerBarcode": "12345667-123423",
- "bin": "L34",
- "lot": "2023-06-LOT-1"
}, - "constraints": [
- {
- "type": "carrier",
- "include": [
- "UPSN"
], - "exclude": [ ]
}, - {
- "type": "mode",
- "include": [ ],
- "exclude": [
- 2
]
}, - {
- "type": "serviceType",
- "include": [ ],
- "exclude": [
- "FEDX_GROUND"
]
}, - {
- "type": "equipment",
- "include": [
- 1,
- 3
], - "exclude": [ ]
}
], - "stops": [
- {
- "stopIndex": 1,
- "stopTypeId": 1,
- "companyLocation": { },
- "companyBranch": { },
- "appointmentOpen": "2023-02-20T09:30:26Z",
- "appointmentClose": "2023-02-20T09:30:26Z",
- "appointmentTZ": "America/Chicago",
- "appointmentNum": "APT-12345",
- "orderCount": 3
}
]
}Unassign and release a pooled PRO# from given shipment.
| findByValue required | string (FindByValue) Example: 654321 Please note the |
{- "id": 654321,
- "shipDate": "2020-08-15",
- "earlyPickUpTimeOpen": "2023-02-20T09:30:26Z",
- "earlyPickUpTimeClose": "2023-02-20T09:30:26Z",
- "earlyPickUpTZ": "America/Chicago",
- "latePickUpTimeOpen": "2023-02-20T09:30:26Z",
- "latePickUpTimeClose": "2023-02-20T09:30:26Z",
- "latePickUpTZ": "America/Chicago",
- "earlyDeliveryTimeOpen": "2023-02-20T09:30:26Z",
- "earlyDeliveryTimeClose": "2023-02-20T09:30:26Z",
- "earlyDeliveryTZ": "America/Chicago",
- "lateDeliveryTimeOpen": "2023-02-20T09:30:26Z",
- "lateDeliveryTimeClose": "2023-02-20T09:30:26Z",
- "lateDeliveryTZ": "America/Chicago",
- "state": {
- "id": 1,
- "name": "In Progress"
}, - "client": {
- "id": "1a2b3c4d-5e6f-1a2b-3c4d-5e6f1a2b3c4d",
- "name": "ABC Company, Inc. (ABC)",
- "nameShort": "ABC",
- "displayName": "ABC Company"
}, - "carrier": {
- "id": "1a2b3c4d-5e6f-1a2b-3c4d-5e6f1a2b3c4d",
- "name": "FedEx Freight | Priority",
- "scac": "FXFE",
- "shipVia": "1FEX06"
}, - "from": {
- "name1": "FreightWise, LLC.",
- "name2": "attn: Receiving",
- "address1": "214 Centerview Dr.",
- "address2": "Suite 100",
- "city": "Brentwood",
- "state": "TN",
- "postalCode": "37027",
- "country": "USA",
- "phone": "123-456-7890",
- "instructions": "string",
- "taxIdNum": "11-1111111"
}, - "to": {
- "name1": "FreightWise, LLC.",
- "name2": "attn: Receiving",
- "address1": "214 Centerview Dr.",
- "address2": "Suite 100",
- "city": "Brentwood",
- "state": "TN",
- "postalCode": "37027",
- "country": "USA",
- "phone": "123-456-7890",
- "instructions": "string",
- "taxIdNum": "11-1111111"
}, - "billTo": {
- "name1": "FreightWise, LLC.",
- "name2": "attn: Receiving",
- "address1": "214 Centerview Dr.",
- "address2": "Suite 100",
- "city": "Brentwood",
- "state": "TN",
- "postalCode": "37027",
- "country": "USA",
- "phone": "123-456-7890",
- "instructions": "string",
- "taxIdNum": "11-1111111"
}, - "branchNum": "MY-BRANCH-ID",
- "direction": {
- "id": 2,
- "name": "Outbound"
}, - "mode": {
- "id": 1,
- "name": "LTL"
}, - "term": {
- "id": 9,
- "name": "Prepaid",
- "code": "PPD"
}, - "priorityLevel": {
- "id": 1,
- "name": "Urgent"
}, - "commodities": [
- {
- "name": "Rope, Synthetic Fiber",
- "partNum": "1576029660516",
- "partNumAlt": "1576029660516",
- "description": "Specialized synthetic rope fiber stranding",
- "nmfcClass": "77.5",
- "nmfc": "171240",
- "qty": 1,
- "weight": 123.45,
- "dims": {
- "l": 31.41,
- "w": 27.18,
- "h": 14.14
}, - "uom": {
- "id": 1,
- "name": "Pallet"
}, - "declaredValue": {
- "value": 0,
- "currency": "USD"
}, - "unitPriceAmt": 0,
- "lineItemPriceAmt": 0,
- "hsCode": "1111.11.1111",
- "countryOfOrigin": "USA",
- "commodities": [
- { }
], - "metadata": {
- "cubiscanBarcode": "12345667-123423",
- "dimensionerBarcode": "12345667-123423",
- "bin": "L34",
- "lot": "2023-06-LOT-1"
}, - "freightInvoiceNum": "1234ABCdef"
}
], - "accessorials": [
- {
- "id": "1a2b3c4d-5e6f-1a2b-3c4d-5e6f1a2b3c4d",
- "name": "Liftgate",
- "code": "LG01"
}
], - "parcelServiceType": {
- "id": 16,
- "name": "FedEx Express Saver",
- "carrierServiceTypeCode": "FEDEX_EXPRESS_SAVER"
}, - "orders": [
- {
- "orderId": 1111,
- "commodities": [
- {
- "name": "Rope, Synthetic Fiber",
- "partNum": "1576029660516",
- "partNumAlt": "1576029660516",
- "description": "Specialized synthetic rope fiber stranding",
- "nmfcClass": "77.5",
- "nmfc": "171240",
- "qty": 1,
- "weight": 123.45,
- "dims": {
- "l": 31.41,
- "w": 27.18,
- "h": 14.14
}, - "uom": {
- "id": 1,
- "name": "Pallet"
}, - "declaredValue": {
- "value": 0,
- "currency": "USD"
}, - "commodities": [
- "string"
], - "metadata": { },
- "freightInvoiceNum": "1234ABCdef"
}
], - "poNum": "1234ABDC",
- "soNum": "1234ABDC"
}, - {
- "orderId": 2222,
- "commodities": [
- {
- "name": "Rope, Synthetic Fiber",
- "partNum": "1576029660516",
- "partNumAlt": "1576029660516",
- "description": "Specialized synthetic rope fiber stranding",
- "nmfcClass": "77.5",
- "nmfc": "171240",
- "qty": 1,
- "weight": 123.45,
- "dims": {
- "l": 31.41,
- "w": 27.18,
- "h": 14.14
}, - "uom": {
- "id": 1,
- "name": "Pallet"
}, - "declaredValue": {
- "value": 0,
- "currency": "USD"
}, - "commodities": [
- "string"
], - "metadata": { },
- "freightInvoiceNum": "1234ABCdef"
}
], - "poNum": "1234ABDC",
- "soNum": "1234ABDC"
}
], - "cost": {
- "published": 11.11,
- "benchmark": 44.44,
- "contract": 33.33,
- "loaded": 33.33,
- "markup": 3.33,
- "lccDiff": 0,
- "avgCostPerOrder": 22.22
}, - "costDetails": {
- "freight": 123.45,
- "fuel": 12.34,
- "accessorials": 1.23,
- "accessorialCost": [
- {
- "id": "1a2b3c4d-5e6f-1a2b-3c4d-5e6f1a2b3c4d",
- "name": "Liftgate",
- "code": "LG01",
- "cost": {
- "cost": 60
}
}
]
}, - "glCode": "10.18039.5104-ABC",
- "freightInvoiceNum": "1234ABCdef",
- "notifications": [
- {
- "displayName": "John Doe",
- "email": "john@doe.com",
- "sms": "123-456-7890"
}
], - "reference": {
- "poNum": "1234ABDC",
- "soNum": "1234ABDC",
- "packNum": "1234ABDC",
- "delvNum": "1234ABDC",
- "sealNum": "1234ABDC",
- "custNum": "1234ABDC",
- "accountNum": "1234ABDC",
- "ref1": "1234ABDC",
- "ref2": "1234ABDC",
- "ref3": "1234ABDC",
- "ref4": "1234ABDC",
- "ref5": "1234ABDC",
- "bolId": 654321,
- "quoteId": 4593804,
- "rateId": 4593804
}, - "temperatureRange": {
- "min": -5,
- "max": 55
}, - "temperatureUnit": {
- "id": 1,
- "name": "Fahrenheit",
- "abbreviation": "F"
}, - "metadata": {
- "cubiscanBarcode": "12345667-123423",
- "dimensionerBarcode": "12345667-123423",
- "bin": "L34",
- "lot": "2023-06-LOT-1"
}, - "constraints": [
- {
- "type": "carrier",
- "include": [
- "UPSN"
], - "exclude": [ ]
}, - {
- "type": "mode",
- "include": [ ],
- "exclude": [
- 2
]
}, - {
- "type": "serviceType",
- "include": [ ],
- "exclude": [
- "FEDX_GROUND"
]
}, - {
- "type": "equipment",
- "include": [
- 1,
- 3
], - "exclude": [ ]
}
], - "stops": [
- {
- "stopIndex": 1,
- "stopTypeId": 1,
- "companyLocation": { },
- "companyBranch": { },
- "appointmentOpen": "2023-02-20T09:30:26Z",
- "appointmentClose": "2023-02-20T09:30:26Z",
- "appointmentTZ": "America/Chicago",
- "appointmentNum": "APT-12345",
- "orderCount": 3
}
]
}Get the pallet labels URL for a given shipment.
| findByValue required | string (FindByValue) Example: 654321 Please note the |
| format | string Optionally specify the format of the label.
Valid values are |
{
}Get labels for a given parcel shipment.
| findByValue required | string (FindByValue) Example: 654321 Please note the |
| format | string Optionally specify the format of the label.
Valid values are |
[- {
- "key": "Labels-654321.pdf",
}
]Create and return labels for a given parcel shipment.
| findByValue required | string (FindByValue) Example: 654321 Please note the |
| format | string Optionally specify the format of the label.
Valid values are |
[- {
- "key": "Labels-654321.pdf",
}
]Void and remove any labels associated with the given shipment.
| findByValue required | string (FindByValue) Example: 654321 Specify the id of the shipment you want to void. |
{ }Schedule a pickup request for a shipment that has already been created and rated. The shipment must be in a "Planned" state with no existing pickup confirmation number. Electronic BOL eligibility is determined automatically based on carrier and client settings. If eligible, an electronic BOL is generated before requesting the pickup from the carrier. On success, the shipment state transitions from "Planned" to "Scheduled Pickup".
| findByValue required | string (FindByValue) Example: 654321 Please note the |
{- "pickupConfirmationNumber": "PU123456789",
- "freightInvoiceNum": "1234567890",
- "shipmentState": {
- "id": 1,
- "name": "In Progress"
}, - "pickupReferenceNumbers": [
- {
- "type": "ConfirmationNumber",
- "value": "REF123"
}
]
}Cancel an existing pickup request for a shipment. The shipment must have an existing pickup confirmation number and the carrier must support cancellations. On success, the shipment state transitions from "Scheduled Pickup" back to "Planned".
| findByValue required | string (FindByValue) Example: 654321 Please note the |
{ }Get rate for a given shipment.
| findByValue required | string (FindByValue) Example: 654321 Please note the |
{- "rate": {
- "id": 4593804,
- "direction": {
- "id": 2,
- "name": "Outbound"
}, - "from": {
- "name1": "FreightWise, LLC.",
- "name2": "attn: Receiving",
- "address1": "214 Centerview Dr.",
- "address2": "Suite 100",
- "city": "Brentwood",
- "state": "TN",
- "postalCode": "37027",
- "country": "USA",
- "phone": "123-456-7890",
- "instructions": "string",
- "taxIdNum": "11-1111111"
}, - "to": {
- "name1": "FreightWise, LLC.",
- "name2": "attn: Receiving",
- "address1": "214 Centerview Dr.",
- "address2": "Suite 100",
- "city": "Brentwood",
- "state": "TN",
- "postalCode": "37027",
- "country": "USA",
- "phone": "123-456-7890",
- "instructions": "string",
- "taxIdNum": "11-1111111"
}, - "rates": [
- {
- "carrier": {
- "id": "1a2b3c4d-5e6f-1a2b-3c4d-5e6f1a2b3c4d",
- "name": "FedEx Freight | Priority",
- "scac": "FXFE",
- "shipVia": "1FEX06",
- "accountNum": "1234ABDC"
}, - "state": {
- "id": 1,
- "name": "In Progress"
}, - "mode": {
- "id": 1,
- "name": "LTL"
}, - "carrierServiceType": {
- "id": 16,
- "name": "FedEx Express Saver",
- "code": "FEDEX_EXPRESS_SAVER"
}, - "message": "",
- "cost": {
- "published": 11.11,
- "benchmark": 44.44,
- "contract": 33.33,
- "loaded": 33.33,
- "markup": 3.33,
- "lccDiff": 0,
- "avgCostPerOrder": 22.22
}, - "costDetails": {
- "freight": 123.45,
- "fuel": 12.34,
- "accessorials": 1.23,
- "accessorialCost": [
- {
- "id": "1a2b3c4d-5e6f-1a2b-3c4d-5e6f1a2b3c4d",
- "name": "Liftgate",
- "code": "LG01",
- "cost": {
- "cost": 60
}
}
]
}, - "transitDetail": {
- "days": 3,
- "terminalCode": {
- "origin": "BNA",
- "destination": "BNA"
}, - "estimatedDeliveryDate": "2020-12-05T10:30:00"
}, - "rateResultId": 45645648
}
]
}, - "shipment": {
- "id": 654321,
- "shipDate": "2020-08-15",
- "earlyPickUpTimeOpen": "2023-02-20T09:30:26Z",
- "earlyPickUpTimeClose": "2023-02-20T09:30:26Z",
- "earlyPickUpTZ": "America/Chicago",
- "latePickUpTimeOpen": "2023-02-20T09:30:26Z",
- "latePickUpTimeClose": "2023-02-20T09:30:26Z",
- "latePickUpTZ": "America/Chicago",
- "earlyDeliveryTimeOpen": "2023-02-20T09:30:26Z",
- "earlyDeliveryTimeClose": "2023-02-20T09:30:26Z",
- "earlyDeliveryTZ": "America/Chicago",
- "lateDeliveryTimeOpen": "2023-02-20T09:30:26Z",
- "lateDeliveryTimeClose": "2023-02-20T09:30:26Z",
- "lateDeliveryTZ": "America/Chicago",
- "state": {
- "id": 1,
- "name": "In Progress"
}, - "client": {
- "id": "1a2b3c4d-5e6f-1a2b-3c4d-5e6f1a2b3c4d",
- "name": "ABC Company, Inc. (ABC)",
- "nameShort": "ABC",
- "displayName": "ABC Company"
}, - "carrier": {
- "id": "1a2b3c4d-5e6f-1a2b-3c4d-5e6f1a2b3c4d",
- "name": "FedEx Freight | Priority",
- "scac": "FXFE",
- "shipVia": "1FEX06"
}, - "from": {
- "name1": "FreightWise, LLC.",
- "name2": "attn: Receiving",
- "address1": "214 Centerview Dr.",
- "address2": "Suite 100",
- "city": "Brentwood",
- "state": "TN",
- "postalCode": "37027",
- "country": "USA",
- "phone": "123-456-7890",
- "instructions": "string",
- "taxIdNum": "11-1111111"
}, - "to": {
- "name1": "FreightWise, LLC.",
- "name2": "attn: Receiving",
- "address1": "214 Centerview Dr.",
- "address2": "Suite 100",
- "city": "Brentwood",
- "state": "TN",
- "postalCode": "37027",
- "country": "USA",
- "phone": "123-456-7890",
- "instructions": "string",
- "taxIdNum": "11-1111111"
}, - "billTo": {
- "name1": "FreightWise, LLC.",
- "name2": "attn: Receiving",
- "address1": "214 Centerview Dr.",
- "address2": "Suite 100",
- "city": "Brentwood",
- "state": "TN",
- "postalCode": "37027",
- "country": "USA",
- "phone": "123-456-7890",
- "instructions": "string",
- "taxIdNum": "11-1111111"
}, - "branchNum": "MY-BRANCH-ID",
- "direction": {
- "id": 2,
- "name": "Outbound"
}, - "mode": {
- "id": 1,
- "name": "LTL"
}, - "term": {
- "id": 9,
- "name": "Prepaid",
- "code": "PPD"
}, - "priorityLevel": {
- "id": 1,
- "name": "Urgent"
}, - "commodities": [
- {
- "name": "Rope, Synthetic Fiber",
- "partNum": "1576029660516",
- "partNumAlt": "1576029660516",
- "description": "Specialized synthetic rope fiber stranding",
- "nmfcClass": "77.5",
- "nmfc": "171240",
- "qty": 1,
- "weight": 123.45,
- "dims": {
- "l": 31.41,
- "w": 27.18,
- "h": 14.14
}, - "uom": {
- "id": 1,
- "name": "Pallet"
}, - "declaredValue": {
- "value": 0,
- "currency": "USD"
}, - "unitPriceAmt": 0,
- "lineItemPriceAmt": 0,
- "hsCode": "1111.11.1111",
- "countryOfOrigin": "USA",
- "commodities": [
- { }
], - "metadata": {
- "cubiscanBarcode": "12345667-123423",
- "dimensionerBarcode": "12345667-123423",
- "bin": "L34",
- "lot": "2023-06-LOT-1"
}, - "freightInvoiceNum": "1234ABCdef"
}
], - "accessorials": [
- {
- "id": "1a2b3c4d-5e6f-1a2b-3c4d-5e6f1a2b3c4d",
- "name": "Liftgate",
- "code": "LG01"
}
], - "parcelServiceType": {
- "id": 16,
- "name": "FedEx Express Saver",
- "carrierServiceTypeCode": "FEDEX_EXPRESS_SAVER"
}, - "orders": [
- {
- "orderId": 1111,
- "commodities": [
- {
- "name": "Rope, Synthetic Fiber",
- "partNum": "1576029660516",
- "partNumAlt": "1576029660516",
- "description": "Specialized synthetic rope fiber stranding",
- "nmfcClass": "77.5",
- "nmfc": "171240",
- "qty": 1,
- "weight": 123.45,
- "dims": {
- "l": 31.41,
- "w": 27.18,
- "h": 14.14
}, - "uom": {
- "id": 1,
- "name": "Pallet"
}, - "declaredValue": {
- "value": 0,
- "currency": "USD"
}, - "commodities": [
- "string"
], - "metadata": { },
- "freightInvoiceNum": "1234ABCdef"
}
], - "poNum": "1234ABDC",
- "soNum": "1234ABDC"
}, - {
- "orderId": 2222,
- "commodities": [
- {
- "name": "Rope, Synthetic Fiber",
- "partNum": "1576029660516",
- "partNumAlt": "1576029660516",
- "description": "Specialized synthetic rope fiber stranding",
- "nmfcClass": "77.5",
- "nmfc": "171240",
- "qty": 1,
- "weight": 123.45,
- "dims": {
- "l": 31.41,
- "w": 27.18,
- "h": 14.14
}, - "uom": {
- "id": 1,
- "name": "Pallet"
}, - "declaredValue": {
- "value": 0,
- "currency": "USD"
}, - "commodities": [
- "string"
], - "metadata": { },
- "freightInvoiceNum": "1234ABCdef"
}
], - "poNum": "1234ABDC",
- "soNum": "1234ABDC"
}
], - "cost": {
- "published": 11.11,
- "benchmark": 44.44,
- "contract": 33.33,
- "loaded": 33.33,
- "markup": 3.33,
- "lccDiff": 0,
- "avgCostPerOrder": 22.22
}, - "costDetails": {
- "freight": 123.45,
- "fuel": 12.34,
- "accessorials": 1.23,
- "accessorialCost": [
- {
- "id": "1a2b3c4d-5e6f-1a2b-3c4d-5e6f1a2b3c4d",
- "name": "Liftgate",
- "code": "LG01",
- "cost": {
- "cost": 60
}
}
]
}, - "glCode": "10.18039.5104-ABC",
- "freightInvoiceNum": "1234ABCdef",
- "notifications": [
- {
- "displayName": "John Doe",
- "email": "john@doe.com",
- "sms": "123-456-7890"
}
], - "reference": {
- "poNum": "1234ABDC",
- "soNum": "1234ABDC",
- "packNum": "1234ABDC",
- "delvNum": "1234ABDC",
- "sealNum": "1234ABDC",
- "custNum": "1234ABDC",
- "accountNum": "1234ABDC",
- "ref1": "1234ABDC",
- "ref2": "1234ABDC",
- "ref3": "1234ABDC",
- "ref4": "1234ABDC",
- "ref5": "1234ABDC",
- "bolId": 654321,
- "quoteId": 4593804,
- "rateId": 4593804
}, - "temperatureRange": {
- "min": -5,
- "max": 55
}, - "temperatureUnit": {
- "id": 1,
- "name": "Fahrenheit",
- "abbreviation": "F"
}, - "metadata": {
- "cubiscanBarcode": "12345667-123423",
- "dimensionerBarcode": "12345667-123423",
- "bin": "L34",
- "lot": "2023-06-LOT-1"
}, - "constraints": [
- {
- "type": "carrier",
- "include": [
- "UPSN"
], - "exclude": [ ]
}, - {
- "type": "mode",
- "include": [ ],
- "exclude": [
- 2
]
}, - {
- "type": "serviceType",
- "include": [ ],
- "exclude": [
- "FEDX_GROUND"
]
}, - {
- "type": "equipment",
- "include": [
- 1,
- 3
], - "exclude": [ ]
}
], - "stops": [
- {
- "stopIndex": 1,
- "stopTypeId": 1,
- "companyLocation": { },
- "companyBranch": { },
- "appointmentOpen": "2023-02-20T09:30:26Z",
- "appointmentClose": "2023-02-20T09:30:26Z",
- "appointmentTZ": "America/Chicago",
- "appointmentNum": "APT-12345",
- "orderCount": 3
}
]
}
}Create a new Order
A JSON object containing order information
| earlyPickUpDate | string <datetime> (FreightWiseISO8601DateTime) Default: "Today's Date and Time" Date's timezone is considered ISO8601DateTime format. |
| earlyPickUpTimeOpen | string <datetime> (FreightWiseISO8601DateTime) Default: "Today's Date and Time" Date's timezone is considered ISO8601DateTime format. |
| earlyPickUpTimeClose | string <datetime> (FreightWiseISO8601DateTime) Default: "Today's Date and Time" Date's timezone is considered ISO8601DateTime format. |
| earlyPickUpTZ | string (Timezone) Timezone identifier (e.g., America/Chicago). Time zone is derived from the corresponding address. |
| latePickUpDate | string <datetime> (FreightWiseISO8601DateTime) Default: "Today's Date and Time" Date's timezone is considered ISO8601DateTime format. |
| latePickUpTimeOpen | string <datetime> (FreightWiseISO8601DateTime) Default: "Today's Date and Time" Date's timezone is considered ISO8601DateTime format. |
| latePickUpTimeClose | string <datetime> (FreightWiseISO8601DateTime) Default: "Today's Date and Time" Date's timezone is considered ISO8601DateTime format. |
| latePickUpTZ | string (Timezone) Timezone identifier (e.g., America/Chicago). Time zone is derived from the corresponding address. |
| earlyDeliveryDate | string <datetime> (FreightWiseISO8601DateTime) Default: "Today's Date and Time" Date's timezone is considered ISO8601DateTime format. |
| earlyDeliveryTimeOpen | string <datetime> (FreightWiseISO8601DateTime) Default: "Today's Date and Time" Date's timezone is considered ISO8601DateTime format. |
| earlyDeliveryTimeClose | string <datetime> (FreightWiseISO8601DateTime) Default: "Today's Date and Time" Date's timezone is considered ISO8601DateTime format. |
| earlyDeliveryTZ | string (Timezone) Timezone identifier (e.g., America/Chicago). Time zone is derived from the corresponding address. |
| lateDeliveryDate | string <datetime> (FreightWiseISO8601DateTime) Default: "Today's Date and Time" Date's timezone is considered ISO8601DateTime format. |
| lateDeliveryTimeOpen | string <datetime> (FreightWiseISO8601DateTime) Default: "Today's Date and Time" Date's timezone is considered ISO8601DateTime format. |
| lateDeliveryTimeClose | string <datetime> (FreightWiseISO8601DateTime) Default: "Today's Date and Time" Date's timezone is considered ISO8601DateTime format. |
| lateDeliveryTZ | string (Timezone) Timezone identifier (e.g., America/Chicago). Time zone is derived from the corresponding address. |
object (Address) Address object at FreightWise | |
object (Address) Address object at FreightWise | |
object (Address) Address object at FreightWise | |
| branchNum | string (BranchNum) Default: "" The branch number is a way to designate the outbound or inbound branch that is being used / assigned. This is often then used to set the markups and assign account numbers to shipments and rate quotes. If the branch num cannot be determined it is set as a default to "---". The branch number is a UUID. |
| directionId | integer <int32> (DirectionId) Default: 1 Enum: 1 2 3 5 The direction ID designates the direction. The following are the options:
By default it is 1 = Inbound. |
| termId | integer <int32> (TermId) Default: 9 The following term IDs are valid for this API:
|
| priorityLevelId | integer <int32> (PriorityLevelId) The following priority level IDs are valid for this API:
|
Array of objects or null (Commodity) | |
| accessorialCodes | Array of strings (AccessorialCode) Items Enum: "LG01" "RES1" Accessorial codes to be added to this shipment |
| glCode | string (GlCode) Default: "9999.99.99" A General Ledger Code (GL Code) is a string of alphanumeric characters assigned to a shipment (parcel or freight). Usually the GL Code can indicates basic information to the accounting system on how a cost should be treated as whole within the organization. A GL String is made up of a combination of numbers and groups of numbers that when applied uniformly can categorize costing for accounting and finance. |
object (Reference) Reference fields that are searchable on the FreightWise applications. | |
Array of objects (Notification) | |
object Temperature range with min and max values | |
| temperatureUnit | string Enum: "fahrenheit" "celsius" "f" "c" "F" "C" Temperature unit. Accepts: 'fahrenheit', 'celsius', 'f', 'c', 'F', or 'C' (case-insensitive) |
Array of objects (Constraints) An array of constraint objects used to filter rate results. Each constraint targets one type ( |
{- "earlyPickUpDate": "2023-02-20T09:30:26Z",
- "earlyPickUpTimeOpen": "2023-02-20T09:30:26Z",
- "earlyPickUpTimeClose": "2023-02-20T09:30:26Z",
- "earlyPickUpTZ": "America/Chicago",
- "latePickUpDate": "2023-02-20T09:30:26Z",
- "latePickUpTimeOpen": "2023-02-20T09:30:26Z",
- "latePickUpTimeClose": "2023-02-20T09:30:26Z",
- "latePickUpTZ": "America/Chicago",
- "earlyDeliveryDate": "2023-02-20T09:30:26Z",
- "earlyDeliveryTimeOpen": "2023-02-20T09:30:26Z",
- "earlyDeliveryTimeClose": "2023-02-20T09:30:26Z",
- "earlyDeliveryTZ": "America/Chicago",
- "lateDeliveryDate": "2023-02-20T09:30:26Z",
- "lateDeliveryTimeOpen": "2023-02-20T09:30:26Z",
- "lateDeliveryTimeClose": "2023-02-20T09:30:26Z",
- "lateDeliveryTZ": "America/Chicago",
- "from": {
- "name1": "FreightWise, LLC.",
- "name2": "attn: Receiving",
- "address1": "214 Centerview Dr.",
- "address2": "Suite 100",
- "city": "Brentwood",
- "state": "TN",
- "postalCode": "37027",
- "country": "USA",
- "phone": "123-456-7890",
- "instructions": "string",
- "taxIdNum": "11-1111111"
}, - "to": {
- "name1": "FreightWise, LLC.",
- "name2": "attn: Receiving",
- "address1": "214 Centerview Dr.",
- "address2": "Suite 100",
- "city": "Brentwood",
- "state": "TN",
- "postalCode": "37027",
- "country": "USA",
- "phone": "123-456-7890",
- "instructions": "string",
- "taxIdNum": "11-1111111"
}, - "billTo": {
- "name1": "FreightWise, LLC.",
- "name2": "attn: Receiving",
- "address1": "214 Centerview Dr.",
- "address2": "Suite 100",
- "city": "Brentwood",
- "state": "TN",
- "postalCode": "37027",
- "country": "USA",
- "phone": "123-456-7890",
- "instructions": "string",
- "taxIdNum": "11-1111111"
}, - "branchNum": "MY-BRANCH-ID",
- "directionId": 2,
- "termId": 9,
- "priorityLevelId": 1,
- "commodities": [
- {
- "name": "Rope, Synthetic Fiber",
- "partNum": "1576029660516",
- "partNumAlt": "1576029660516",
- "description": "Specialized synthetic rope fiber stranding",
- "nmfcClass": "77.5",
- "nmfc": "171240",
- "qty": 1,
- "weight": 123.45,
- "dims": {
- "l": 31.41,
- "w": 27.18,
- "h": 14.14
}, - "uom": {
- "id": 1,
- "name": "Pallet"
}, - "declaredValue": {
- "value": 0,
- "currency": "USD"
}, - "unitPriceAmt": 0,
- "lineItemPriceAmt": 0,
- "hsCode": "1111.11.1111",
- "countryOfOrigin": "USA",
- "commodities": [
- { }
], - "metadata": {
- "cubiscanBarcode": "12345667-123423",
- "dimensionerBarcode": "12345667-123423",
- "bin": "L34",
- "lot": "2023-06-LOT-1"
}, - "freightInvoiceNum": "1234ABCdef"
}
], - "accessorialCodes": [
- "LG01",
- "RES1"
], - "glCode": "10.18039.5104-ABC",
- "reference": {
- "poNum": "1234ABDC",
- "soNum": "1234ABDC",
- "packNum": "1234ABDC",
- "delvNum": "1234ABDC",
- "sealNum": "1234ABDC",
- "custNum": "1234ABDC",
- "accountNum": "1234ABDC",
- "ref1": "1234ABDC",
- "ref2": "1234ABDC",
- "ref3": "1234ABDC",
- "ref4": "1234ABDC",
- "ref5": "1234ABDC"
}, - "notifications": [
- {
- "displayName": "John Doe",
- "email": "john@doe.com",
- "sms": "123-456-7890"
}
], - "temperatureRange": {
- "min": -5,
- "max": 55
}, - "temperatureUnit": "f",
- "constraints": [
- {
- "type": "carrier",
- "include": [
- "UPSN"
], - "exclude": [ ]
}, - {
- "type": "mode",
- "include": [ ],
- "exclude": [
- 2
]
}, - {
- "type": "serviceType",
- "include": [ ],
- "exclude": [
- "FEDX_GROUND"
]
}, - {
- "type": "equipment",
- "include": [
- 1,
- 3
], - "exclude": [ ]
}
]
}{- "id": 654321,
- "earlyPickUpDate": "2023-02-20T09:30:26Z",
- "earlyPickUpTimeOpen": "2023-02-20T09:30:26Z",
- "earlyPickUpTimeClose": "2023-02-20T09:30:26Z",
- "earlyPickUpTZ": "America/Chicago",
- "latePickUpDate": "2023-02-20T09:30:26Z",
- "latePickUpTimeOpen": "2023-02-20T09:30:26Z",
- "latePickUpTimeClose": "2023-02-20T09:30:26Z",
- "latePickUpTZ": "America/Chicago",
- "earlyDeliveryDate": "2023-02-20T09:30:26Z",
- "earlyDeliveryTimeOpen": "2023-02-20T09:30:26Z",
- "earlyDeliveryTimeClose": "2023-02-20T09:30:26Z",
- "earlyDeliveryTZ": "America/Chicago",
- "lateDeliveryDate": "2023-02-20T09:30:26Z",
- "lateDeliveryTimeOpen": "2023-02-20T09:30:26Z",
- "lateDeliveryTimeClose": "2023-02-20T09:30:26Z",
- "lateDeliveryTZ": "America/Chicago",
- "state": {
- "id": 1,
- "name": "In Progress"
}, - "client": {
- "id": "1a2b3c4d-5e6f-1a2b-3c4d-5e6f1a2b3c4d",
- "name": "ABC Company, Inc. (ABC)",
- "nameShort": "ABC",
- "displayName": "ABC Company"
}, - "from": {
- "name1": "FreightWise, LLC.",
- "name2": "attn: Receiving",
- "address1": "214 Centerview Dr.",
- "address2": "Suite 100",
- "city": "Brentwood",
- "state": "TN",
- "postalCode": "37027",
- "country": "USA",
- "phone": "123-456-7890",
- "instructions": "string",
- "taxIdNum": "11-1111111"
}, - "to": {
- "name1": "FreightWise, LLC.",
- "name2": "attn: Receiving",
- "address1": "214 Centerview Dr.",
- "address2": "Suite 100",
- "city": "Brentwood",
- "state": "TN",
- "postalCode": "37027",
- "country": "USA",
- "phone": "123-456-7890",
- "instructions": "string",
- "taxIdNum": "11-1111111"
}, - "billTo": {
- "name1": "FreightWise, LLC.",
- "name2": "attn: Receiving",
- "address1": "214 Centerview Dr.",
- "address2": "Suite 100",
- "city": "Brentwood",
- "state": "TN",
- "postalCode": "37027",
- "country": "USA",
- "phone": "123-456-7890",
- "instructions": "string",
- "taxIdNum": "11-1111111"
}, - "branchNum": "MY-BRANCH-ID",
- "direction": {
- "id": 2,
- "name": "Outbound"
}, - "term": {
- "id": 9,
- "name": "Prepaid",
- "code": "PPD"
}, - "priorityLevel": {
- "id": 1,
- "name": "Urgent"
}, - "commodities": [
- {
- "name": "Rope, Synthetic Fiber",
- "partNum": "1576029660516",
- "partNumAlt": "1576029660516",
- "description": "Specialized synthetic rope fiber stranding",
- "nmfcClass": "77.5",
- "nmfc": "171240",
- "qty": 1,
- "weight": 123.45,
- "dims": {
- "l": 31.41,
- "w": 27.18,
- "h": 14.14
}, - "uom": {
- "id": 1,
- "name": "Pallet"
}, - "declaredValue": {
- "value": 0,
- "currency": "USD"
}, - "unitPriceAmt": 0,
- "lineItemPriceAmt": 0,
- "hsCode": "1111.11.1111",
- "countryOfOrigin": "USA",
- "commodities": [
- { }
], - "metadata": {
- "cubiscanBarcode": "12345667-123423",
- "dimensionerBarcode": "12345667-123423",
- "bin": "L34",
- "lot": "2023-06-LOT-1"
}, - "freightInvoiceNum": "1234ABCdef"
}
], - "accessorials": [
- {
- "id": "1a2b3c4d-5e6f-1a2b-3c4d-5e6f1a2b3c4d",
- "name": "Liftgate",
- "code": "LG01"
}
], - "cost": {
- "published": 11.11,
- "benchmark": 44.44,
- "contract": 33.33,
- "loaded": 33.33,
- "markup": 3.33,
- "lccDiff": 0,
- "avgCostPerOrder": 22.22
}, - "glCode": "10.18039.5104-ABC",
- "freightInvoiceNum": "1234ABCdef",
- "notifications": [
- {
- "displayName": "John Doe",
- "email": "john@doe.com",
- "sms": "123-456-7890"
}
], - "reference": {
- "poNum": "1234ABDC",
- "soNum": "1234ABDC",
- "packNum": "1234ABDC",
- "delvNum": "1234ABDC",
- "sealNum": "1234ABDC",
- "custNum": "1234ABDC",
- "accountNum": "1234ABDC",
- "ref1": "1234ABDC",
- "ref2": "1234ABDC",
- "ref3": "1234ABDC",
- "ref4": "1234ABDC",
- "ref5": "1234ABDC",
- "shipmentId": 654321
}, - "temperatureRange": {
- "min": -5,
- "max": 55
}, - "temperatureUnit": {
- "id": 1,
- "name": "Fahrenheit",
- "abbreviation": "F"
}, - "metadata": {
- "cubiscanBarcode": "12345667-123423",
- "dimensionerBarcode": "12345667-123423",
- "bin": "L34",
- "lot": "2023-06-LOT-1"
}, - "constraints": [
- {
- "type": "carrier",
- "include": [
- "UPSN"
], - "exclude": [ ]
}, - {
- "type": "mode",
- "include": [ ],
- "exclude": [
- 2
]
}, - {
- "type": "serviceType",
- "include": [ ],
- "exclude": [
- "FEDX_GROUND"
]
}, - {
- "type": "equipment",
- "include": [
- 1,
- 3
], - "exclude": [ ]
}
]
}Get existing Order by the Order ID
| findByValue required | string (FindByValue) Example: 654321 Please note the |
| findByType | string (FindByType) Enum: "id" "packNum" "poNum" "soNum" "custNum" "sealNum" "delvNum" "freightInvoiceNum" Example: findByType=id Please note: These are not required to be unique withing the orders. Therefore if you are finding by one of those fields other than |
{- "id": 654321,
- "earlyPickUpDate": "2023-02-20T09:30:26Z",
- "earlyPickUpTimeOpen": "2023-02-20T09:30:26Z",
- "earlyPickUpTimeClose": "2023-02-20T09:30:26Z",
- "earlyPickUpTZ": "America/Chicago",
- "latePickUpDate": "2023-02-20T09:30:26Z",
- "latePickUpTimeOpen": "2023-02-20T09:30:26Z",
- "latePickUpTimeClose": "2023-02-20T09:30:26Z",
- "latePickUpTZ": "America/Chicago",
- "earlyDeliveryDate": "2023-02-20T09:30:26Z",
- "earlyDeliveryTimeOpen": "2023-02-20T09:30:26Z",
- "earlyDeliveryTimeClose": "2023-02-20T09:30:26Z",
- "earlyDeliveryTZ": "America/Chicago",
- "lateDeliveryDate": "2023-02-20T09:30:26Z",
- "lateDeliveryTimeOpen": "2023-02-20T09:30:26Z",
- "lateDeliveryTimeClose": "2023-02-20T09:30:26Z",
- "lateDeliveryTZ": "America/Chicago",
- "state": {
- "id": 1,
- "name": "In Progress"
}, - "client": {
- "id": "1a2b3c4d-5e6f-1a2b-3c4d-5e6f1a2b3c4d",
- "name": "ABC Company, Inc. (ABC)",
- "nameShort": "ABC",
- "displayName": "ABC Company"
}, - "from": {
- "name1": "FreightWise, LLC.",
- "name2": "attn: Receiving",
- "address1": "214 Centerview Dr.",
- "address2": "Suite 100",
- "city": "Brentwood",
- "state": "TN",
- "postalCode": "37027",
- "country": "USA",
- "phone": "123-456-7890",
- "instructions": "string",
- "taxIdNum": "11-1111111"
}, - "to": {
- "name1": "FreightWise, LLC.",
- "name2": "attn: Receiving",
- "address1": "214 Centerview Dr.",
- "address2": "Suite 100",
- "city": "Brentwood",
- "state": "TN",
- "postalCode": "37027",
- "country": "USA",
- "phone": "123-456-7890",
- "instructions": "string",
- "taxIdNum": "11-1111111"
}, - "billTo": {
- "name1": "FreightWise, LLC.",
- "name2": "attn: Receiving",
- "address1": "214 Centerview Dr.",
- "address2": "Suite 100",
- "city": "Brentwood",
- "state": "TN",
- "postalCode": "37027",
- "country": "USA",
- "phone": "123-456-7890",
- "instructions": "string",
- "taxIdNum": "11-1111111"
}, - "branchNum": "MY-BRANCH-ID",
- "direction": {
- "id": 2,
- "name": "Outbound"
}, - "term": {
- "id": 9,
- "name": "Prepaid",
- "code": "PPD"
}, - "priorityLevel": {
- "id": 1,
- "name": "Urgent"
}, - "commodities": [
- {
- "name": "Rope, Synthetic Fiber",
- "partNum": "1576029660516",
- "partNumAlt": "1576029660516",
- "description": "Specialized synthetic rope fiber stranding",
- "nmfcClass": "77.5",
- "nmfc": "171240",
- "qty": 1,
- "weight": 123.45,
- "dims": {
- "l": 31.41,
- "w": 27.18,
- "h": 14.14
}, - "uom": {
- "id": 1,
- "name": "Pallet"
}, - "declaredValue": {
- "value": 0,
- "currency": "USD"
}, - "unitPriceAmt": 0,
- "lineItemPriceAmt": 0,
- "hsCode": "1111.11.1111",
- "countryOfOrigin": "USA",
- "commodities": [
- { }
], - "metadata": {
- "cubiscanBarcode": "12345667-123423",
- "dimensionerBarcode": "12345667-123423",
- "bin": "L34",
- "lot": "2023-06-LOT-1"
}, - "freightInvoiceNum": "1234ABCdef"
}
], - "accessorials": [
- {
- "id": "1a2b3c4d-5e6f-1a2b-3c4d-5e6f1a2b3c4d",
- "name": "Liftgate",
- "code": "LG01"
}
], - "cost": {
- "published": 11.11,
- "benchmark": 44.44,
- "contract": 33.33,
- "loaded": 33.33,
- "markup": 3.33,
- "lccDiff": 0,
- "avgCostPerOrder": 22.22
}, - "glCode": "10.18039.5104-ABC",
- "freightInvoiceNum": "1234ABCdef",
- "notifications": [
- {
- "displayName": "John Doe",
- "email": "john@doe.com",
- "sms": "123-456-7890"
}
], - "reference": {
- "poNum": "1234ABDC",
- "soNum": "1234ABDC",
- "packNum": "1234ABDC",
- "delvNum": "1234ABDC",
- "sealNum": "1234ABDC",
- "custNum": "1234ABDC",
- "accountNum": "1234ABDC",
- "ref1": "1234ABDC",
- "ref2": "1234ABDC",
- "ref3": "1234ABDC",
- "ref4": "1234ABDC",
- "ref5": "1234ABDC",
- "shipmentId": 654321
}, - "temperatureRange": {
- "min": -5,
- "max": 55
}, - "temperatureUnit": {
- "id": 1,
- "name": "Fahrenheit",
- "abbreviation": "F"
}, - "metadata": {
- "cubiscanBarcode": "12345667-123423",
- "dimensionerBarcode": "12345667-123423",
- "bin": "L34",
- "lot": "2023-06-LOT-1"
}, - "constraints": [
- {
- "type": "carrier",
- "include": [
- "UPSN"
], - "exclude": [ ]
}, - {
- "type": "mode",
- "include": [ ],
- "exclude": [
- 2
]
}, - {
- "type": "serviceType",
- "include": [ ],
- "exclude": [
- "FEDX_GROUND"
]
}, - {
- "type": "equipment",
- "include": [
- 1,
- 3
], - "exclude": [ ]
}
]
}{- "id": 654321,
- "earlyPickUpDate": "2023-02-20T09:30:26Z",
- "earlyPickUpTimeOpen": "2023-02-20T09:30:26Z",
- "earlyPickUpTimeClose": "2023-02-20T09:30:26Z",
- "earlyPickUpTZ": "America/Chicago",
- "latePickUpDate": "2023-02-20T09:30:26Z",
- "latePickUpTimeOpen": "2023-02-20T09:30:26Z",
- "latePickUpTimeClose": "2023-02-20T09:30:26Z",
- "latePickUpTZ": "America/Chicago",
- "earlyDeliveryDate": "2023-02-20T09:30:26Z",
- "earlyDeliveryTimeOpen": "2023-02-20T09:30:26Z",
- "earlyDeliveryTimeClose": "2023-02-20T09:30:26Z",
- "earlyDeliveryTZ": "America/Chicago",
- "lateDeliveryDate": "2023-02-20T09:30:26Z",
- "lateDeliveryTimeOpen": "2023-02-20T09:30:26Z",
- "lateDeliveryTimeClose": "2023-02-20T09:30:26Z",
- "lateDeliveryTZ": "America/Chicago",
- "state": {
- "id": 1,
- "name": "In Progress"
}, - "client": {
- "id": "1a2b3c4d-5e6f-1a2b-3c4d-5e6f1a2b3c4d",
- "name": "ABC Company, Inc. (ABC)",
- "nameShort": "ABC",
- "displayName": "ABC Company"
}, - "from": {
- "name1": "FreightWise, LLC.",
- "name2": "attn: Receiving",
- "address1": "214 Centerview Dr.",
- "address2": "Suite 100",
- "city": "Brentwood",
- "state": "TN",
- "postalCode": "37027",
- "country": "USA",
- "phone": "123-456-7890",
- "instructions": "string",
- "taxIdNum": "11-1111111"
}, - "to": {
- "name1": "FreightWise, LLC.",
- "name2": "attn: Receiving",
- "address1": "214 Centerview Dr.",
- "address2": "Suite 100",
- "city": "Brentwood",
- "state": "TN",
- "postalCode": "37027",
- "country": "USA",
- "phone": "123-456-7890",
- "instructions": "string",
- "taxIdNum": "11-1111111"
}, - "billTo": {
- "name1": "FreightWise, LLC.",
- "name2": "attn: Receiving",
- "address1": "214 Centerview Dr.",
- "address2": "Suite 100",
- "city": "Brentwood",
- "state": "TN",
- "postalCode": "37027",
- "country": "USA",
- "phone": "123-456-7890",
- "instructions": "string",
- "taxIdNum": "11-1111111"
}, - "branchNum": "MY-BRANCH-ID",
- "direction": {
- "id": 2,
- "name": "Outbound"
}, - "term": {
- "id": 9,
- "name": "Prepaid",
- "code": "PPD"
}, - "priorityLevel": {
- "id": 1,
- "name": "Urgent"
}, - "commodities": [
- {
- "name": "Rope, Synthetic Fiber",
- "partNum": "1576029660516",
- "partNumAlt": "1576029660516",
- "description": "Specialized synthetic rope fiber stranding",
- "nmfcClass": "77.5",
- "nmfc": "171240",
- "qty": 1,
- "weight": 123.45,
- "dims": {
- "l": 31.41,
- "w": 27.18,
- "h": 14.14
}, - "uom": {
- "id": 1,
- "name": "Pallet"
}, - "declaredValue": {
- "value": 0,
- "currency": "USD"
}, - "unitPriceAmt": 0,
- "lineItemPriceAmt": 0,
- "hsCode": "1111.11.1111",
- "countryOfOrigin": "USA",
- "commodities": [
- { }
], - "metadata": {
- "cubiscanBarcode": "12345667-123423",
- "dimensionerBarcode": "12345667-123423",
- "bin": "L34",
- "lot": "2023-06-LOT-1"
}, - "freightInvoiceNum": "1234ABCdef"
}
], - "accessorials": [
- {
- "id": "1a2b3c4d-5e6f-1a2b-3c4d-5e6f1a2b3c4d",
- "name": "Liftgate",
- "code": "LG01"
}
], - "cost": {
- "published": 11.11,
- "benchmark": 44.44,
- "contract": 33.33,
- "loaded": 33.33,
- "markup": 3.33,
- "lccDiff": 0,
- "avgCostPerOrder": 22.22
}, - "glCode": "10.18039.5104-ABC",
- "freightInvoiceNum": "1234ABCdef",
- "notifications": [
- {
- "displayName": "John Doe",
- "email": "john@doe.com",
- "sms": "123-456-7890"
}
], - "reference": {
- "poNum": "1234ABDC",
- "soNum": "1234ABDC",
- "packNum": "1234ABDC",
- "delvNum": "1234ABDC",
- "sealNum": "1234ABDC",
- "custNum": "1234ABDC",
- "accountNum": "1234ABDC",
- "ref1": "1234ABDC",
- "ref2": "1234ABDC",
- "ref3": "1234ABDC",
- "ref4": "1234ABDC",
- "ref5": "1234ABDC",
- "shipmentId": 654321
}, - "temperatureRange": {
- "min": -5,
- "max": 55
}, - "temperatureUnit": {
- "id": 1,
- "name": "Fahrenheit",
- "abbreviation": "F"
}, - "metadata": {
- "cubiscanBarcode": "12345667-123423",
- "dimensionerBarcode": "12345667-123423",
- "bin": "L34",
- "lot": "2023-06-LOT-1"
}, - "constraints": [
- {
- "type": "carrier",
- "include": [
- "UPSN"
], - "exclude": [ ]
}, - {
- "type": "mode",
- "include": [ ],
- "exclude": [
- 2
]
}, - {
- "type": "serviceType",
- "include": [ ],
- "exclude": [
- "FEDX_GROUND"
]
}, - {
- "type": "equipment",
- "include": [
- 1,
- 3
], - "exclude": [ ]
}
]
}Update existing Orders
| findByValue required | string (FindByValue) Example: 654321 Please note the |
| findByType | string (FindByType) Enum: "id" "packNum" "poNum" "soNum" "custNum" "sealNum" "delvNum" "freightInvoiceNum" Example: findByType=id Please note: These are not required to be unique withing the orders. Therefore if you are finding by one of those fields other than |
object (Reference) Reference fields that are searchable on the FreightWise applications. | |
| glCode | string (GlCode) Default: "9999.99.99" A General Ledger Code (GL Code) is a string of alphanumeric characters assigned to a shipment (parcel or freight). Usually the GL Code can indicates basic information to the accounting system on how a cost should be treated as whole within the organization. A GL String is made up of a combination of numbers and groups of numbers that when applied uniformly can categorize costing for accounting and finance. |
Array of objects (Constraints) An array of constraint objects used to filter rate results. Each constraint targets one type ( |
{- "reference": {
- "poNum": "1234ABDC",
- "soNum": "1234ABDC",
- "packNum": "1234ABDC",
- "delvNum": "1234ABDC",
- "sealNum": "1234ABDC",
- "custNum": "1234ABDC",
- "accountNum": "1234ABDC",
- "ref1": "1234ABDC",
- "ref2": "1234ABDC",
- "ref3": "1234ABDC",
- "ref4": "1234ABDC",
- "ref5": "1234ABDC"
}, - "glCode": "10.18039.5104-ABC",
- "constraints": [
- {
- "type": "carrier",
- "include": [
- "UPSN"
], - "exclude": [ ]
}, - {
- "type": "mode",
- "include": [ ],
- "exclude": [
- 2
]
}, - {
- "type": "serviceType",
- "include": [ ],
- "exclude": [
- "FEDX_GROUND"
]
}, - {
- "type": "equipment",
- "include": [
- 1,
- 3
], - "exclude": [ ]
}
]
}{- "id": 654321,
- "earlyPickUpDate": "2023-02-20T09:30:26Z",
- "earlyPickUpTimeOpen": "2023-02-20T09:30:26Z",
- "earlyPickUpTimeClose": "2023-02-20T09:30:26Z",
- "earlyPickUpTZ": "America/Chicago",
- "latePickUpDate": "2023-02-20T09:30:26Z",
- "latePickUpTimeOpen": "2023-02-20T09:30:26Z",
- "latePickUpTimeClose": "2023-02-20T09:30:26Z",
- "latePickUpTZ": "America/Chicago",
- "earlyDeliveryDate": "2023-02-20T09:30:26Z",
- "earlyDeliveryTimeOpen": "2023-02-20T09:30:26Z",
- "earlyDeliveryTimeClose": "2023-02-20T09:30:26Z",
- "earlyDeliveryTZ": "America/Chicago",
- "lateDeliveryDate": "2023-02-20T09:30:26Z",
- "lateDeliveryTimeOpen": "2023-02-20T09:30:26Z",
- "lateDeliveryTimeClose": "2023-02-20T09:30:26Z",
- "lateDeliveryTZ": "America/Chicago",
- "state": {
- "id": 1,
- "name": "In Progress"
}, - "client": {
- "id": "1a2b3c4d-5e6f-1a2b-3c4d-5e6f1a2b3c4d",
- "name": "ABC Company, Inc. (ABC)",
- "nameShort": "ABC",
- "displayName": "ABC Company"
}, - "from": {
- "name1": "FreightWise, LLC.",
- "name2": "attn: Receiving",
- "address1": "214 Centerview Dr.",
- "address2": "Suite 100",
- "city": "Brentwood",
- "state": "TN",
- "postalCode": "37027",
- "country": "USA",
- "phone": "123-456-7890",
- "instructions": "string",
- "taxIdNum": "11-1111111"
}, - "to": {
- "name1": "FreightWise, LLC.",
- "name2": "attn: Receiving",
- "address1": "214 Centerview Dr.",
- "address2": "Suite 100",
- "city": "Brentwood",
- "state": "TN",
- "postalCode": "37027",
- "country": "USA",
- "phone": "123-456-7890",
- "instructions": "string",
- "taxIdNum": "11-1111111"
}, - "billTo": {
- "name1": "FreightWise, LLC.",
- "name2": "attn: Receiving",
- "address1": "214 Centerview Dr.",
- "address2": "Suite 100",
- "city": "Brentwood",
- "state": "TN",
- "postalCode": "37027",
- "country": "USA",
- "phone": "123-456-7890",
- "instructions": "string",
- "taxIdNum": "11-1111111"
}, - "branchNum": "MY-BRANCH-ID",
- "direction": {
- "id": 2,
- "name": "Outbound"
}, - "term": {
- "id": 9,
- "name": "Prepaid",
- "code": "PPD"
}, - "priorityLevel": {
- "id": 1,
- "name": "Urgent"
}, - "commodities": [
- {
- "name": "Rope, Synthetic Fiber",
- "partNum": "1576029660516",
- "partNumAlt": "1576029660516",
- "description": "Specialized synthetic rope fiber stranding",
- "nmfcClass": "77.5",
- "nmfc": "171240",
- "qty": 1,
- "weight": 123.45,
- "dims": {
- "l": 31.41,
- "w": 27.18,
- "h": 14.14
}, - "uom": {
- "id": 1,
- "name": "Pallet"
}, - "declaredValue": {
- "value": 0,
- "currency": "USD"
}, - "unitPriceAmt": 0,
- "lineItemPriceAmt": 0,
- "hsCode": "1111.11.1111",
- "countryOfOrigin": "USA",
- "commodities": [
- { }
], - "metadata": {
- "cubiscanBarcode": "12345667-123423",
- "dimensionerBarcode": "12345667-123423",
- "bin": "L34",
- "lot": "2023-06-LOT-1"
}, - "freightInvoiceNum": "1234ABCdef"
}
], - "accessorials": [
- {
- "id": "1a2b3c4d-5e6f-1a2b-3c4d-5e6f1a2b3c4d",
- "name": "Liftgate",
- "code": "LG01"
}
], - "cost": {
- "published": 11.11,
- "benchmark": 44.44,
- "contract": 33.33,
- "loaded": 33.33,
- "markup": 3.33,
- "lccDiff": 0,
- "avgCostPerOrder": 22.22
}, - "glCode": "10.18039.5104-ABC",
- "freightInvoiceNum": "1234ABCdef",
- "notifications": [
- {
- "displayName": "John Doe",
- "email": "john@doe.com",
- "sms": "123-456-7890"
}
], - "reference": {
- "poNum": "1234ABDC",
- "soNum": "1234ABDC",
- "packNum": "1234ABDC",
- "delvNum": "1234ABDC",
- "sealNum": "1234ABDC",
- "custNum": "1234ABDC",
- "accountNum": "1234ABDC",
- "ref1": "1234ABDC",
- "ref2": "1234ABDC",
- "ref3": "1234ABDC",
- "ref4": "1234ABDC",
- "ref5": "1234ABDC",
- "shipmentId": 654321
}, - "temperatureRange": {
- "min": -5,
- "max": 55
}, - "temperatureUnit": {
- "id": 1,
- "name": "Fahrenheit",
- "abbreviation": "F"
}, - "metadata": {
- "cubiscanBarcode": "12345667-123423",
- "dimensionerBarcode": "12345667-123423",
- "bin": "L34",
- "lot": "2023-06-LOT-1"
}, - "constraints": [
- {
- "type": "carrier",
- "include": [
- "UPSN"
], - "exclude": [ ]
}, - {
- "type": "mode",
- "include": [ ],
- "exclude": [
- 2
]
}, - {
- "type": "serviceType",
- "include": [ ],
- "exclude": [
- "FEDX_GROUND"
]
}, - {
- "type": "equipment",
- "include": [
- 1,
- 3
], - "exclude": [ ]
}
]
}Cancelled the Order. This means that the order's state is set to "Cancelled".
| findByValue required | string (FindByValue) Example: 654321 Please note the |
| findByType | string (FindByType) Enum: "id" "packNum" "poNum" "soNum" "custNum" "sealNum" "delvNum" "freightInvoiceNum" Example: findByType=id Please note: These are not required to be unique withing the orders. Therefore if you are finding by one of those fields other than |
{- "id": 654321,
- "earlyPickUpDate": "2023-02-20T09:30:26Z",
- "earlyPickUpTimeOpen": "2023-02-20T09:30:26Z",
- "earlyPickUpTimeClose": "2023-02-20T09:30:26Z",
- "earlyPickUpTZ": "America/Chicago",
- "latePickUpDate": "2023-02-20T09:30:26Z",
- "latePickUpTimeOpen": "2023-02-20T09:30:26Z",
- "latePickUpTimeClose": "2023-02-20T09:30:26Z",
- "latePickUpTZ": "America/Chicago",
- "earlyDeliveryDate": "2023-02-20T09:30:26Z",
- "earlyDeliveryTimeOpen": "2023-02-20T09:30:26Z",
- "earlyDeliveryTimeClose": "2023-02-20T09:30:26Z",
- "earlyDeliveryTZ": "America/Chicago",
- "lateDeliveryDate": "2023-02-20T09:30:26Z",
- "lateDeliveryTimeOpen": "2023-02-20T09:30:26Z",
- "lateDeliveryTimeClose": "2023-02-20T09:30:26Z",
- "lateDeliveryTZ": "America/Chicago",
- "state": {
- "id": 1,
- "name": "In Progress"
}, - "client": {
- "id": "1a2b3c4d-5e6f-1a2b-3c4d-5e6f1a2b3c4d",
- "name": "ABC Company, Inc. (ABC)",
- "nameShort": "ABC",
- "displayName": "ABC Company"
}, - "from": {
- "name1": "FreightWise, LLC.",
- "name2": "attn: Receiving",
- "address1": "214 Centerview Dr.",
- "address2": "Suite 100",
- "city": "Brentwood",
- "state": "TN",
- "postalCode": "37027",
- "country": "USA",
- "phone": "123-456-7890",
- "instructions": "string",
- "taxIdNum": "11-1111111"
}, - "to": {
- "name1": "FreightWise, LLC.",
- "name2": "attn: Receiving",
- "address1": "214 Centerview Dr.",
- "address2": "Suite 100",
- "city": "Brentwood",
- "state": "TN",
- "postalCode": "37027",
- "country": "USA",
- "phone": "123-456-7890",
- "instructions": "string",
- "taxIdNum": "11-1111111"
}, - "billTo": {
- "name1": "FreightWise, LLC.",
- "name2": "attn: Receiving",
- "address1": "214 Centerview Dr.",
- "address2": "Suite 100",
- "city": "Brentwood",
- "state": "TN",
- "postalCode": "37027",
- "country": "USA",
- "phone": "123-456-7890",
- "instructions": "string",
- "taxIdNum": "11-1111111"
}, - "branchNum": "MY-BRANCH-ID",
- "direction": {
- "id": 2,
- "name": "Outbound"
}, - "term": {
- "id": 9,
- "name": "Prepaid",
- "code": "PPD"
}, - "priorityLevel": {
- "id": 1,
- "name": "Urgent"
}, - "commodities": [
- {
- "name": "Rope, Synthetic Fiber",
- "partNum": "1576029660516",
- "partNumAlt": "1576029660516",
- "description": "Specialized synthetic rope fiber stranding",
- "nmfcClass": "77.5",
- "nmfc": "171240",
- "qty": 1,
- "weight": 123.45,
- "dims": {
- "l": 31.41,
- "w": 27.18,
- "h": 14.14
}, - "uom": {
- "id": 1,
- "name": "Pallet"
}, - "declaredValue": {
- "value": 0,
- "currency": "USD"
}, - "unitPriceAmt": 0,
- "lineItemPriceAmt": 0,
- "hsCode": "1111.11.1111",
- "countryOfOrigin": "USA",
- "commodities": [
- { }
], - "metadata": {
- "cubiscanBarcode": "12345667-123423",
- "dimensionerBarcode": "12345667-123423",
- "bin": "L34",
- "lot": "2023-06-LOT-1"
}, - "freightInvoiceNum": "1234ABCdef"
}
], - "accessorials": [
- {
- "id": "1a2b3c4d-5e6f-1a2b-3c4d-5e6f1a2b3c4d",
- "name": "Liftgate",
- "code": "LG01"
}
], - "cost": {
- "published": 11.11,
- "benchmark": 44.44,
- "contract": 33.33,
- "loaded": 33.33,
- "markup": 3.33,
- "lccDiff": 0,
- "avgCostPerOrder": 22.22
}, - "glCode": "10.18039.5104-ABC",
- "freightInvoiceNum": "1234ABCdef",
- "notifications": [
- {
- "displayName": "John Doe",
- "email": "john@doe.com",
- "sms": "123-456-7890"
}
], - "reference": {
- "poNum": "1234ABDC",
- "soNum": "1234ABDC",
- "packNum": "1234ABDC",
- "delvNum": "1234ABDC",
- "sealNum": "1234ABDC",
- "custNum": "1234ABDC",
- "accountNum": "1234ABDC",
- "ref1": "1234ABDC",
- "ref2": "1234ABDC",
- "ref3": "1234ABDC",
- "ref4": "1234ABDC",
- "ref5": "1234ABDC",
- "shipmentId": 654321
}, - "temperatureRange": {
- "min": -5,
- "max": 55
}, - "temperatureUnit": {
- "id": 1,
- "name": "Fahrenheit",
- "abbreviation": "F"
}, - "metadata": {
- "cubiscanBarcode": "12345667-123423",
- "dimensionerBarcode": "12345667-123423",
- "bin": "L34",
- "lot": "2023-06-LOT-1"
}, - "constraints": [
- {
- "type": "carrier",
- "include": [
- "UPSN"
], - "exclude": [ ]
}, - {
- "type": "mode",
- "include": [ ],
- "exclude": [
- 2
]
}, - {
- "type": "serviceType",
- "include": [ ],
- "exclude": [
- "FEDX_GROUND"
]
}, - {
- "type": "equipment",
- "include": [
- 1,
- 3
], - "exclude": [ ]
}
]
}Tracking Freight and Parcel interface. Allows near real-time tracking of LTL and Parcel shipments for FreightWise clients.
Get tracking details
| scac required | string (Scac) Example: FXFE The Standard Carrier Alpha Code (SCAC) is a unique two-to-four-letter code used to identify transportation companies. SCAC codes can be obtained from the National Motor Freight Traffic Association (NMFTA). Example SCACs:
|
| freightInvoiceNum required | string (FreightInvoiceNum) Example: 1234ABCdef This is the Parcel or LTL / FTL tracking number. On LTL this is usually referred to as the PRO#. |
{- "state": {
- "id": 1,
- "name": "In Progress"
}, - "freightInvoiceNum": "1234ABCdef",
- "carrier": {
- "id": "1a2b3c4d-5e6f-1a2b-3c4d-5e6f1a2b3c4d",
- "name": "FedEx Freight | Priority",
- "scac": "FXFE"
}, - "events": [
- {
- "eventAt": "2020-08-15 14:30:45",
- "state": {
- "id": 1,
- "name": "In Progress"
}, - "description": "Delivered",
- "address": {
- "name1": "FreightWise, LLC.",
- "name2": "attn: Receiving",
- "address1": "214 Centerview Dr.",
- "address2": "Suite 100",
- "city": "Brentwood",
- "state": "TN",
- "postalCode": "37027",
- "country": "USA",
- "phone": "123-456-7890",
- "instructions": "string",
- "taxIdNum": "11-1111111"
}
}
]
}POST / Add tracking detail events
| scac required | string (Scac) Example: FXFE The Standard Carrier Alpha Code (SCAC) is a unique two-to-four-letter code used to identify transportation companies. SCAC codes can be obtained from the National Motor Freight Traffic Association (NMFTA). Example SCACs:
|
| freightInvoiceNum required | string (FreightInvoiceNum) Example: 1234ABCdef This is the Parcel or LTL / FTL tracking number. On LTL this is usually referred to as the PRO#. |
A JSON object containing Tracking Event information
| eventAt | string <date> (FreightWiseDateTimeLocal) Default: "Today's Date and Time (local)" Date's timezone is considered local |
| stateId | integer <int32> (StateId) The state ID of a particular parent state object |
object (Address) Address object at FreightWise | |
| description | string |
{- "eventAt": "2020-08-15 14:30:45",
- "stateId": 1,
- "address": {
- "name1": "FreightWise, LLC.",
- "name2": "attn: Receiving",
- "address1": "214 Centerview Dr.",
- "address2": "Suite 100",
- "city": "Brentwood",
- "state": "TN",
- "postalCode": "37027",
- "country": "USA",
- "phone": "123-456-7890",
- "instructions": "string",
- "taxIdNum": "11-1111111"
}, - "description": "In Transit. Pickup up by driver 1234."
}{- "state": {
- "id": 1,
- "name": "In Progress"
}, - "freightInvoiceNum": "1234ABCdef",
- "carrier": {
- "id": "1a2b3c4d-5e6f-1a2b-3c4d-5e6f1a2b3c4d",
- "name": "FedEx Freight | Priority",
- "scac": "FXFE"
}, - "events": [
- {
- "eventAt": "2020-08-15 14:30:45",
- "state": {
- "id": 1,
- "name": "In Progress"
}, - "description": "Delivered",
- "address": {
- "name1": "FreightWise, LLC.",
- "name2": "attn: Receiving",
- "address1": "214 Centerview Dr.",
- "address2": "Suite 100",
- "city": "Brentwood",
- "state": "TN",
- "postalCode": "37027",
- "country": "USA",
- "phone": "123-456-7890",
- "instructions": "string",
- "taxIdNum": "11-1111111"
}
}
]
}Create an Transaction
| ediSpec required | string (EdiSpec) Enum: "210" "214" Example: 210 EDI Specs |
A JSON object containing EDI information
JSON Object - Unstructured
{ }{ }Update existing Freight Invoice
| freightInvoiceId required | string <uuid> (FreightInvoiceId) Example: 1a2b3c4d-5e6f-1a2b-3c4d-5e6f1a2b3c4d This is unique assigned identifier that FreightWise assigns to all freight invoices. |
| glCode | string (GlCode) Default: "9999.99.99" A General Ledger Code (GL Code) is a string of alphanumeric characters assigned to a shipment (parcel or freight). Usually the GL Code can indicates basic information to the accounting system on how a cost should be treated as whole within the organization. A GL String is made up of a combination of numbers and groups of numbers that when applied uniformly can categorize costing for accounting and finance. |
{- "glCode": "10.18039.5104-ABC"
}{- "id": "1a2b3c4d-5e6f-1a2b-3c4d-5e6f1a2b3c4d",
- "freightInvoiceNum": "1234ABCdef",
- "shipDate": "2020-08-15",
- "client": {
- "id": "1a2b3c4d-5e6f-1a2b-3c4d-5e6f1a2b3c4d",
- "name": "ABC Company, Inc. (ABC)",
- "nameShort": "ABC",
- "displayName": "ABC Company"
}, - "carrier": {
- "id": "1a2b3c4d-5e6f-1a2b-3c4d-5e6f1a2b3c4d",
- "name": "FedEx Freight | Priority",
- "scac": "FXFE"
}, - "mode": {
- "id": 1,
- "name": "LTL"
}, - "direction": {
- "id": 2,
- "name": "Outbound"
}, - "glCode": "10.18039.5104-ABC"
}