Update Delivery

Update the delivery registered under the license_number provided.

SecurityApiKeyAuth and CustomAuth
Request
path Parameters
id
required
string

Reference (entity_ID) for the delivery you are updating.

Example: 80d15c7713a74feeb4c1c5f533697644
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)
required
object

The action to be performed on the delivery.

order_id
string

The order ID associated with the action, required for certain actions like voiding an order.

payment_method
string

The payment method used for the delivery, required for completing a delivery.

accepted_packages
Array of strings

List of accepted Lot IDs for the delivery, required for completing a delivery.

update_date
required
string <date-time>

The date and time when the action is performed in ISO 8601 format.

Responses
200

OK

400

Bad Request

put/{state}/v1/deliveries/{id}
Request samples
application/json
{
  • "license": {
    },
  • "actions": {
    },
  • "update_date": "2025-09-12T09:09:50Z"
}
Response samples
application/json
{
  • "results": {
    },
  • "warnings": [ ]
}