Create Delivery

Create a delivery under the delivery capable license_number provided.

SecurityApiKeyAuth and CustomAuth
Request
path Parameters
state
required
string

Lower case ANSI standard 38:2009 USPS codes of the US state where licensee is operating.

Enum: "ca" "or" "nv" "mt" "co" "mi" "il" "ma" "ri" "nj" "md" "de" "va" "oh" "ky" "al" "ms" "mn" "la" "ok" "sd" "me"
header Parameters
x-api-key
required
string

Trace API key header

Example: b123x21wbHlkYXBpa2V5
Authorization
required
string

Company and user credentials authentication

Example: KMP-JSON token=dmVuZG9yLWFwaS1rZXk6dX12312sdfs2V5
Request Body schema: application/json
required
object (license_base)
estimated_departure
required
string <date-time>

The estimated departure date and time of the delivery.

required
object

The type of delivery.

required
object

The transporter details for the delivery.

required
Array of objects

The orders included in the delivery.

Responses
200

OK

400

Bad Request

post/{state}/v1/deliveries
Request samples
application/json
[
  • {
    },
  • {
    }
]
Response samples
application/json
{
  • "results": {
    },
  • "warnings": [ ]
}