Unfortunately, this feature is not supported on mobile devices. For the best experience, please use a computer.

project44 REST API (4.0.0)

Version 4.0.0 of project44's API

Download OpenAPI description
Languages
Servers
Mock server
https://developers.project44.com/_mock/api-reference/api-docs/
API endpoint for project44 tenants created in NA region
https://na12.api.project44.com/
API endpoint for project44 tenants created in EU region
https://eu12.api.project44.com/
API endpoint for project44 tenants created in the Sandbox environment
https://na12.api.sandbox.p-44.com/

OAuth 2.0: Client Applications

API used for registering and managing OAuth 2.0 client applications. See the "Authentication" section above for more information. To authorize API requests to project44 for an API integration, first your client application must be registered with project44, which will issue your application a client id and secret. These credentials can then be used to generate bearer tokens, which can be included on all other API requests to authorize your client application. The client application is authorized through the project44 user management UI as a machine user with username "app-{client_id}@client-applications.project44.com".

An admin user (with VOC user role "Customer Admin") must use HTTP Basic Authentication with this API to manage client applications. Basic Authentication is deprecated for all other APIs, besides token generation, in favor of passing the access token generated via OAuth 2.0.

Operations

OAuth 2.0: Token Generation

API for OAuth 2.0 token generation. See the "Authentication" section above for more information. Once your client application is registered, you can use the token generation endpoint to authenticate with your application's client id and secret in exchange for a bearer token to be included on all other API requests to authenticate as that client application. The client application is authorized through the project44 user management UI as a machine user with username "app-{client_id}@client-applications.project44.com".

To generate an access token, you may authenticate your client application by providing its client id and secret either in the body of the request or in the form of HTTP Basic Authentication (but you may not use both ways in the same request).

Operations

LTL: Quotes

Quote LTL rates and retrieve transit times.

Operations

VLTL: Quotes

API used for quoting volume LTL rates.

Operations

VLTL: Dispatch

API used for scheduling volume LTL shipments.

Operations

Create a volume LTL shipment.

Request

Required Fields

  • capacityProviderAccountGroup:
    • accounts:
      • code
  • originLocation:
    • address:
      • postalCode
      • addressLines
      • city
      • state
    • contact: (if no default origin contact is set for provided capacity provider account)
      • companyName
      • contactName
      • phoneNumber
  • destinationLocation:
    • address:
      • postalCode
      • addressLines
      • city
      • state
    • contact: (if no default destination contact is set for provided capacity provider account)
      • companyName
      • contactName
      • phoneNumber
  • requesterLocation:
    • address:
      • postalCode
      • addressLines
      • city
      • state
    • contact: (if no default requester contact is set for provided capacity provider account)
      • companyName
      • contactName
      • phoneNumber
      • email
  • lineItems:
    • totalWeight
    • packageDimensions:
      • length
      • width
      • height
    • freightClass
    • hazmatDetail: (if line item contains hazardous materials)
      • identificationNumber
      • properShippingName
      • hazardClass
      • packingGroup
  • pickupWindow:
    • date
    • startTime
    • endTime
  • deliveryWindow: (by some capacity providers if requesting guaranteed or expedited services)
    • date
    • startTime
    • endTime
  • carrierCode (if capacity provider supports multiple SCACs)
  • emergencyContact: (if shipment contains hazardous materials)
    • companyName
    • contactName
    • phoneNumber
  • capacityProviderQuoteNumber
Bodyrequired

shipment

accessorialServicesArray of objects(AccessorialService)

List of accessorial services to be requested for this shipment. Some capacity providers support accessorial services without providing a way of requesting them through their API. To handle this, project44 sends these accessorial services through the capacity provider's pickup note API field, according to the shipment note configuration.

apiConfigurationobject(ShipmentApiConfiguration)

Contains fields used to configure the shipment API.

capacityProviderAccountGroupobject(CapacityProviderAccountGroup)

The requested capacity provider account group containing the account used for authentication with the capacity provider's API.

capacityProviderQuoteNumberstring

The quote number for this shipment assigned by the capacity provider. Only a few LTL capacity providers accept a quote number when placing a shipment for pickup. Most volume LTL capacity providers, however, require a quote number.

carrierCodestring

SCAC of the carrier that is to pick up this shipment. Required only for capacity providers that support multiple SCACs.

currencyCodestring

Line items monetary value currency, contains optional currency code (ex. 'USD'). This functionality is typically used with cross-border shipments.

Enum"USD""CAD""MXN""EUR"
customsInfoobject(CustomsInfo)

A customs broker information.

deliveryNotestring

Note that applies to the delivery of this shipment. Currently, since nearly all capacity provider APIs have only a pickup note field and not a delivery note field, this delivery note will be inserted into the capacity provider's pickup note API field, according to the shipment note configuration.

deliveryWindowobject(LocalDateTimeWindow)

A date and time range, local to the applicable location, representing a window of availability.

destinationInvolvedPartiesArray of objects(Party)

A list of parties and their identifiers related to the destination location. These are typically your customers receiving freight at the destination.

destinationLocationobject(Location)

A physical location.

directionOverridestring

An override of direction for the capacity provider account used by this request, if it has 'Enable API override of direction' set as 'true' in the project44 Self-Service Portal.This functionality is typically used in situations where both inbound and outbound shipments are common for a given capacity provider and account number.

Enum"SHIPPER""CONSIGNEE""THIRD_PARTY"
emergencyContactobject(Contact)

Contact information.

enhancedHandlingUnitsArray of objects(HandlingUnit)

A more granular representation of a line item. Required if no lineItems. Allows for order level tracking, more accurate rates, and more detailed BOLs. Currently not supported by all vendors. An enhancedHandlingUnit consists of one or more handling units, e.g. a pallet or a drum, one or more packages (the container on the handling unit e.g. a box), and package contents. NMFC codes and freight classes can be assigned at the handling unit and package level, while package contents can be associated with a DELIVERY_NUMBER, SKU_NUMBER, or PURCHASE_ORDER_NUMBER. Passing in both this field and lineItems is accepted, but at least one is required.

handlingUnitTypeQuantitiesArray of objects(HandlingUnitTypeQuantity)

A list of the quantity of certain handling unit types. If there are multiple types of handling units e.g. pallet, drum, box, the quantity of each handling unit type should be specified.

lengthUnitstring

Length measurement unit for all length values in this shipment request. (default: 'IN')

Enum"IN""CM""FT""M"
lineItemsArray of objects(LineItem)

The line items to be shipped.A line item consists of one or more packages, all of the same package type and with the same dimensions, freight class, and NMFC code. Each package, however, may have a different number of pieces and a different weight. Note that each capacity provider has a different maximum number of line items that they can accept. NOTE: This field is similar to, but not the same as, the enhancedHandlingUnits field. The enhancedHandlingUnits fields can contain more detailed information for use by both the carrier and the shipper.

originInvolvedPartiesArray of objects(Party)

A list of parties and their identifiers related to the origin location. These are typically your suppliers providing freight at the origin.

originLocationobject(Location)

A physical location.

paymentTermsOverridestring

An override of payment terms for the capacity provider account used by this request, if it has 'Enable API override of payment terms' set as 'true' in the project44 Self-Service Portal. This functionality is typically used in situations where both inbound and outbound shipments are common for a given capacity provider and account number.

Enum"PREPAID""COLLECT""THIRD_PARTY"
pickupNotestring

Note that applies to the pickup of this shipment. The shipment note configuration determines the final pickup note that is sent through the capacity provider's API and whether or not part of it may be cut off.

pickupWindowobject(LocalDateTimeWindow)

A date and time range, local to the applicable location, representing a window of availability.

requesterLocationobject(Location)

A physical location.

shipmentIdentifiersArray of objects(LtlShipmentIdentifier)

A list of identifiers or reference numbers for this shipment. Most capacity providers accept only identifiers of types 'BILL_OF_LADING', 'PURCHASE_ORDER', and 'CUSTOMER_REFERENCE'. Only one identifier of each type may be provided. An identifier of type 'SYSTEM_GENERATED' may not be provided. An identifier of type 'EXTERNAL' may be provided and subsequently tracked with through project44 -- this identifier will not be communicated to the capacity provider.

totalHandlingUnitsinteger(int32)

Total numbers of packaged units that are expected to be shipped. This should match the number of units a driver should be loading onto the truck.

totalLinearFeetinteger(int32)

The total linear feet that the shipment being quoted will take up in a trailer. Only for volume LTL shipments.

weightUnitstring

Weight measurement unit for all weight values in this shipment request. (default: 'LB')

Enum"LB""KG"
curl -i -X POST \
  https://developers.project44.com/_mock/api-reference/api-docs/api/v4/vltl/dispatchedshipments \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{
    "accessorialServices": [
      {
        "code": "string"
      }
    ],
    "apiConfiguration": {
      "allowUnsupportedAccessorials": true,
      "enableUnitConversion": true,
      "fallBackToDefaultAccountGroup": true,
      "noteConfiguration": {
        "enableTruncation": true,
        "noteSections": [
          {
            "name": "PICKUP_NOTE"
          }
        ]
      },
      "pickupOnly": true,
      "preScheduledPickup": true
    },
    "capacityProviderAccountGroup": {
      "code": "string",
      "accounts": [
        {
          "code": "string"
        }
      ]
    },
    "capacityProviderQuoteNumber": "string",
    "carrierCode": "string",
    "currencyCode": "USD",
    "customsInfo": {
      "customsBrokerLocation": {
        "address": {
          "postalCode": "string",
          "addressLines": [
            "str"
          ],
          "city": "string",
          "state": "string",
          "country": "US"
        },
        "contact": {
          "companyName": "string",
          "contactName": "string",
          "phoneNumber": "string",
          "phoneNumberCountryCode": "string",
          "phoneNumber2": "string",
          "phoneNumber2CountryCode": "string",
          "email": "string",
          "faxNumber": "string",
          "faxNumberCountryCode": "string"
        }
      }
    },
    "deliveryNote": "string",
    "deliveryWindow": {
      "date": "2019-08-24",
      "startTime": "15:00",
      "endTime": "17:00"
    },
    "destinationInvolvedParties": [
      {
        "partyIdentifiers": [
          {
            "type": "ACCOUNT",
            "value": "string"
          }
        ]
      }
    ],
    "destinationLocation": {
      "address": {
        "postalCode": "string",
        "addressLines": [
          "str"
        ],
        "city": "string",
        "state": "string",
        "country": "US"
      },
      "contact": {
        "companyName": "string",
        "contactName": "string",
        "phoneNumber": "string",
        "phoneNumberCountryCode": "string",
        "phoneNumber2": "string",
        "phoneNumber2CountryCode": "string",
        "email": "string",
        "faxNumber": "string",
        "faxNumberCountryCode": "string"
      }
    },
    "directionOverride": "SHIPPER",
    "emergencyContact": {
      "companyName": "string",
      "contactName": "string",
      "phoneNumber": "string",
      "phoneNumberCountryCode": "string",
      "phoneNumber2": "string",
      "phoneNumber2CountryCode": "string",
      "email": "string",
      "faxNumber": "string",
      "faxNumberCountryCode": "string"
    },
    "enhancedHandlingUnits": [
      {
        "commodityType": "string",
        "contact": {
          "companyName": "string",
          "contactName": "string",
          "phoneNumber": "string",
          "phoneNumberCountryCode": "string",
          "phoneNumber2": "string",
          "phoneNumber2CountryCode": "string",
          "email": "string",
          "faxNumber": "string",
          "faxNumberCountryCode": "string"
        },
        "deliveryStopNumber": 0,
        "description": "string",
        "freightClasses": [
          "50"
        ],
        "handlingUnitDimensions": {
          "length": 0,
          "width": 0,
          "height": 0
        },
        "handlingUnitQuantity": 0,
        "handlingUnitType": "BAG",
        "harmonizedCode": "string",
        "nmfcCodes": [
          {
            "code": "string"
          }
        ],
        "packages": [
          {
            "contact": {
              "companyName": "string",
              "contactName": "string",
              "phoneNumber": "string",
              "phoneNumberCountryCode": "string",
              "phoneNumber2": "string",
              "phoneNumber2CountryCode": "string",
              "email": "string",
              "faxNumber": "string",
              "faxNumberCountryCode": "string"
            },
            "description": "string",
            "freightClass": "50",
            "involvedParties": [
              {
                "partyIdentifiers": [
                  null
                ]
              }
            ],
            "nmfcCodes": [
              {
                "code": "string"
              }
            ],
            "packageContainerType": "BAG",
            "packageContents": [
              {
                "countryOfManufacture": "US",
                "description": "string",
                "hazmatDetails": [
                  null
                ],
                "packageContentIdentifiers": [
                  null
                ],
                "packageContentQuantity": 0
              }
            ],
            "packageDimensions": {
              "length": 0,
              "width": 0,
              "height": 0
            },
            "packageQuantity": 0,
            "weightPerPackage": 0
          }
        ],
        "pickupStopNumber": 0,
        "stackable": true,
        "totalValue": {
          "currency": "USD",
          "amount": 0
        },
        "weightPerHandlingUnit": 0
      }
    ],
    "handlingUnitTypeQuantities": [
      {
        "handlingUnitType": "BAG",
        "quantity": 0
      }
    ],
    "lengthUnit": "IN",
    "lineItems": [
      {
        "id": 0,
        "totalWeight": 1,
        "packageDimensions": {
          "length": 0,
          "width": 0,
          "height": 0
        },
        "freightClass": "50,55,60,65,70,77.5,85,92.5,100,110,125,150,175,200,250,300,400,500",
        "packageType": "BAG",
        "totalPackages": 1,
        "totalPieces": 1,
        "description": "string",
        "stackable": true,
        "nmfcItemCode": "string",
        "nmfcSubCode": "string",
        "hazmatDetail": {
          "identificationNumber": "string",
          "properShippingName": "string",
          "hazardClass": "string",
          "packingGroup": "I"
        },
        "commodityType": "string",
        "harmonizedCode": "string",
        "countryOfManufacture": "US",
        "totalValue": 0
      }
    ],
    "originInvolvedParties": [
      {
        "partyIdentifiers": [
          {
            "type": "ACCOUNT",
            "value": "string"
          }
        ]
      }
    ],
    "originLocation": {
      "address": {
        "postalCode": "string",
        "addressLines": [
          "str"
        ],
        "city": "string",
        "state": "string",
        "country": "US"
      },
      "contact": {
        "companyName": "string",
        "contactName": "string",
        "phoneNumber": "string",
        "phoneNumberCountryCode": "string",
        "phoneNumber2": "string",
        "phoneNumber2CountryCode": "string",
        "email": "string",
        "faxNumber": "string",
        "faxNumberCountryCode": "string"
      }
    },
    "paymentTermsOverride": "PREPAID",
    "pickupNote": "string",
    "pickupWindow": {
      "date": "2019-08-24",
      "startTime": "15:00",
      "endTime": "17:00"
    },
    "requesterLocation": {
      "address": {
        "postalCode": "string",
        "addressLines": [
          "str"
        ],
        "city": "string",
        "state": "string",
        "country": "US"
      },
      "contact": {
        "companyName": "string",
        "contactName": "string",
        "phoneNumber": "string",
        "phoneNumberCountryCode": "string",
        "phoneNumber2": "string",
        "phoneNumber2CountryCode": "string",
        "email": "string",
        "faxNumber": "string",
        "faxNumberCountryCode": "string"
      }
    },
    "shipmentIdentifiers": [
      {
        "type": "PRO",
        "value": "string",
        "primaryForType": true,
        "source": "CUSTOMER"
      }
    ],
    "totalHandlingUnits": 0,
    "totalLinearFeet": 0,
    "weightUnit": "LB"
  }'

Responses

Created

Body
capacityProviderBolUrlstring

URL pointing to a PDF document of the capacity provider's Bill of Lading, if available.

idinteger(int64)

The id of the dispatched shipment.

infoMessagesArray of objects(Message)

System messages and messages from the capacity provider with severity 'INFO' or 'WARNING'. No messages with severity 'ERROR' will be returned here.

packingVisualizationUrlstring

Customers who have enabled our Volume Visualizer product will find a URL to a PDF document illustrating the optimized item arrangement, for the shipment's total linear footage value. (Example: https://na12.api.project44.com/unauthenticated/linear-feet/pdf/{linearFeetVisualizationId})

pickupDateTimestring(date-time)

The pickup date and time as provided by the capacity provider in the timezone of origin location of the shipment. (format: yyyy-MM-dd'T'HH:mm:ss)

pickupNotestring

The final note that was sent through the capacity provider's pickup note API field, as constructed by project44 according to the requested shipment note configuration.

shipmentIdentifiersArray of objects(LtlShipmentIdentifier)

A list of identifiers for the confirmed shipment. Nearly all capacity providers provide a pickup confirmation number, which will appear in this list with type 'PICKUP'. A few capacity providers also provide a PRO number when a shipment is confirmed. Shipment identifiers provided by the customer will show up here, as well.

Response
{ "capacityProviderBolUrl": "string", "id": 0, "infoMessages": [ {} ], "packingVisualizationUrl": "string", "pickupDateTime": "2019-08-24T14:15:22Z", "pickupNote": "string", "shipmentIdentifiers": [ {} ] }

LTL: Dispatch

API used for scheduling LTL shipments.

Operations

LTL: Tracking

API used for the retrieval of shipment status.

Operations

LTL: Image Retrieval

Access shipment images.

Operations

TL: Tracking

project44's Truckload Tracking endpoints give you or your customers visibility into your truckload shipments, including such features as predictive ETAs and temperature tracking. Use these endpoints to initialize (POST), track (GET), update (PUT), cancel (POST) or delete(DELETE) truckload shipments. You can return shipment information by either unique system ID or by identifier.

Operations

TL: Available Vehicles

API used for fetching vehicles within a specific radius and time window. Can only be used if opted into a project44 Co-Op.

Operations

TL: Connected Capacity

API for finding new connected carrier partners in the project44 network based on tracking performance

Operations

Rail: Tracking

API used for accessing rail shipment tracking.

Operations

Capacity Provider Account Group Management

Manage capacity provider account groups. Groups are used to sort capacity provider accounts on a per customer or location basis.

For example, you can add multiple capacity providers to a group if they all share lanes to the same origin/destination location.

Another example, if certain customers receive different rates for a capacity provider, it may be reasonable to use separate groups for each customer's capacity provider accounts.

Use these APIs to create (POST), retrieve (GET) or delete (DELETE) capacity provider account groups.

Operations

Capacity Provider Account Management

Manage capacity provider accounts where a capacity provider is typically used to represent a carrier.

Capacity providers have capacity provider account definitions also known as capacity provider account types. Capacity provider accounts are arranged in sets where each set contains one or more accounts for the same capacity provider. Each capacity provider's service is compatible with one and only one of these capacity provider accounts. Because most capacity providers have only one capacity provider account definition, most sets will contain only one capacity provider account. For capacity providers with more then one account definition, the set of accounts may consist of one account per account definition.

For example, FedEx has a standard account to be used with LTL rating, LTL and Volume LTL dispatch, tracking, and imaging and a separate account for Volume LTL rating. A set of FedEx capacity provider accounts may have a single standard account, a single volume LTL rating account, or both. Providing the capacity provider account set code in the request resolves which capacity provider account to use.

Capacity provider specific credential information is available in the portal.

Use these APIs to create (POST), retrieve (GET), update (POST) or delete (DELETE) capacity provider accounts.

Operations

Capacity Provider Contact Management

Manage locations. Locations combine physical addresses with contact details and are used in configuring Capacity Provider Accounts and Stop Locations, for example to identify the Bill To party.

Use these APIs to create (POST), update (PUT) or retrieve (GET) locations.

These operations are also all available under the /locations endpoint for backward compatibility.

Operations

Order Visibility

API used for orders and inventory items

Operations

Shipment: Tracking

API used for Shipment Tracking.

Operations

Shipment: Loads

API used for tracking Loads.

Operations

Multi-Modal: Image Retrieval

Access shipment images.

Operations

Shipment Attributes

Create and fetch predefined custom attributes for shipments. You must be a organization admin to perform this operation.

Operations

Capacity Provider Metadata

Retrieve capacity provider information needed to set up capacity provider accounts.

Operations

LTL: Push Tracking

As a capacity provider, push project44 shipments and status updates.

Operations

LTL: Push Imaging

As a capacity provider, push project44 images related to shipments.

Operations

TL: Capacity Provider Push

As a capacity provider, push project44 shipment-related info and quotes.

Operations

Asset Tracking

Track the location of an enrolled asset.

Operations

Webhook

Register client webhooks.

Operations

Parcel: Tracking

Track parcel shipments. Before parcel shipments can be tracked, they must first be initialized with a shipment identifier. Shipments cannot be modified once initialized and tracking has begun. To stop tracking a shipment, delete it.

Use these APIs to initialize (POST), track (GET), or delete (DELETE) parcel shipments.

Operations

Parcel: Webhook

Receive updates for a tracked parcel by defining a parcel-tracking-webhook.

Operations

Carrier: Document

API for managing carrier documents.

Analytics: Port Intelligence

API for Port Intelligence.

Operations

Filter Suggestions

Operations

Multi-modal: Booking

API used for multi-modal Booking.

LTL: Electronic BOL

API used for creating Electronic BOL

Operations

Webhook Data

Operations to describe the payload expected from project44 when integrated with a webhook.

Operations

Postal Address Validation

Operations

Parcel: Push Tracking

Operations

location-controller

Operations

Ocean: Tracking

Operations

Stop Location Management

Operations

TL: Webhook

Operations

Push Updates

Operations

Multi-Modal: Booking

Operations

APIs

Operations

Invitations

Operations

Multi-Modal: Document

Operations