Skip to main content
POST
Create transport

Body

application/json

Data to create a new resource at /transports

Request payload for creating a new transport record. Contains transport details including origin, destination, mode of transport, and shipment references.

shipTo
object
required

Address data structure

sellerId
integer<int64>
required

Seller ID.

shipFrom
object
required

Address data structure

positions
object[]
required

List of the positions for transportation.

pickupDate
string<date>

Optional estimated date of departure

deliveryDate
string<date>

Optional estimated date of arrival

Response

Returns the result of the transport record creation, including assigned identifier and status.

Result of creating a transport record. Contains transport identifier and processing status.

status
string

The current status of the item

transportId
integer<int64>

The unique identifier for the transport