Create tracker batch
POST/v1/batches/trackers
Create tracker batch. Beta
Request
- application/json
Body
required
Array [
]
trackers
object[]
required
The list of tracking info to process.
The package tracking number
Possible values: [allied_express
, allied_express_local
, amazon_shipping
, aramex
, asendia_us
, australiapost
, boxknight
, bpost
, canadapost
, canpar
, chronopost
, colissimo
, dhl_express
, dhl_parcel_de
, dhl_poland
, dhl_universal
, dicom
, dpd
, dpdhl
, fedex
, fedex_ws
, generic
, geodis
, hay_post
, laposte
, locate2u
, nationex
, purolator
, roadie
, royalmail
, seko
, sendle
, tge
, tnt
, ups
, usps
, usps_international
, usps_wt
, usps_wt_international
, zoom2u
]
The tracking carrier
The shipper account number
The shipment reference
info
object
nullable
The carrier tracking link
The customer name
The expected delivery date
A tracking note
The package order date
The package order id or number
The package weight
The package weight unit
The package count
The shipment pickup date
The shipment delivery date
The shipment service
The shipment origin country
The shipment origin postal code
The shipment destination country
The shipment destination postal code
The shipping date
The person who signed for the package
The tracker source
metadata
object
The carrier user metadata.
Default value: [object Object]
The carrier user metadata.
Responses
- 200
- 404
- 500
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
A unique identifier
Possible values: [queued
, running
, failed
, completed
, completed_with_errors
]
Possible values: [orders
, shipments
, trackers
, billing
]
resources
object[]
required
A unique identifier
Possible values: [queued
, running
, failed
, completed
, completed_with_errors
]
The batch operation resource status
errors
object
nullable
Resource processing errors
Resource processing errors
{
"id": "string",
"status": "queued",
"resource_type": "orders",
"resources": [
{
"id": "string",
"status": "queued",
"errors": {}
}
],
"created_at": "2024-07-29T15:51:28.071Z",
"updated_at": "2024-07-29T15:51:28.071Z",
"test_mode": true
}
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
errors
object[]
The list of API errors
The error or warning message
The message code
details
object
any additional details
any additional details
{
"errors": [
{
"message": "string",
"code": "string",
"details": {}
}
]
}
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
errors
object[]
The list of API errors
The error or warning message
The message code
details
object
any additional details
any additional details
{
"errors": [
{
"message": "string",
"code": "string",
"details": {}
}
]
}