Skip to main content
PUT
Acknowledge shipment receipt

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
integer
required

Shipment ID

retailer_pk
number
required

Retailer ID

Body

application/json
order_id
integer
required

Order ID

Example:

677

batch_number
integer | null

Batch number of shipment

Required range: -2147483648 <= x <= 2147483647
Example:

6

label_reference
string | null

Label reference

Maximum string length: 30
Example:

"Sample label 123"

shipping_method
object
shipping_account
object
tracking_number
string | null

Tracking number for shipment

Maximum string length: 128
Example:

"1Z9999999999999988"

tracking
object
has_commercial_invoice
boolean

true: Shipment has commercial invoice
Shipment does not have commercial invoice

Example:

true

canceled_at
string<date-time> | null

Time of cancellation (UTC format)

Example:

null

sold_to
object
ship_to
object
ship_from
object
ship_weight
number | null

Shipment weight

Example:

10

ship_width
number | null

Shipment width

Example:

1

ship_length
number | null

Shipment length

Example:

1

ship_height
number | null

Shipment height

Example:

1

shipping_provider_identifier
string | null

Identifier of the shipping provider

Maximum string length: 64
Example:

"shp_3a61e10243da49ab92f0e3861d5d256b"

error_logs
object
acknowledged_at
string<date-time> | null

Time of acknowledgement (UTC format)

Example:

"2022-08-10T15:24:56Z"

closed_at
string<date-time> | null

Time of shipment closure (UTC format)

Example:

null

delivered_at
string<date-time> | null

Time of delivery (UTC format)

Example:

"2022-09-10T15:24:56Z"

shipped_at
string<date-time> | null

Time of shipping (UTC format)

Example:

"2022-09-10T15:24:56Z"

signature
enum<string> | null

Signature criteria

Available options:
required,
not_required,
adult
Example:

null

brand
object

Response

OK

order_id
integer
required

Order ID

Example:

677

id
integer
read-only

Shipment ID

Example:

767

batch_number
integer | null

Batch number of shipment

Required range: -2147483648 <= x <= 2147483647
Example:

6

label_reference
string | null

Label reference

Maximum string length: 30
Example:

"Sample label 123"

ordered_at
string<date-time>
read-only

Time of shipment creation (UTC format)

Example:

"2021-09-10T15:24:56Z"

customer_order_number
string
read-only

Customer order number

Minimum string length: 1
Example:

"765637"

retailer_order_number
string
read-only

Retailer order number

Minimum string length: 1
Example:

"66367"

purchase_order_number
string
read-only

Purchase order number

Minimum string length: 1
Example:

"PO-576"

shipping_method
object
shipping_account
object
tracking_number
string | null

Tracking number for shipment

Maximum string length: 128
Example:

"1Z9999999999999988"

tracking_url
string
read-only

URL for tracking shipment

Example:

"https://wwwapps.demo.com/WebTracking/track?track=yes&trackNums=1Z9999999999999988"

tracking
object
status
string
read-only

Status of shipment

Minimum string length: 1
Example:

"Shipped"

is_acknowledged
boolean
read-only

true: Shipment is acknowledged
false: Shipment is not acknowledged

Example:

true

has_commercial_invoice
boolean

true: Shipment has commercial invoice
Shipment does not have commercial invoice

Example:

true

canceled_at
string<date-time> | null

Time of cancellation (UTC format)

Example:

null

sold_to
object
ship_to
object
ship_from
object
ship_weight
number | null

Shipment weight

Example:

10

ship_width
number | null

Shipment width

Example:

1

ship_length
number | null

Shipment length

Example:

1

ship_height
number | null

Shipment height

Example:

1

ship_girth
string
read-only

Shipment girth

ship_volume
string
read-only

Shipment volume

Example:

4

valid_packing_slip
boolean
read-only

true: Shipment has valid packing slip
false: Shipment does not valid packing slip

Example:

true

valid_shipping_label
boolean
read-only

true: Shipment has valid shipping label
false: Shipment does not valid valid shipping label

Example:

true

shipping_provider_identifier
string | null

Identifier of the shipping provider

Maximum string length: 64
Example:

"shp_3a61e10243da49ab92f0e3861d5d256b"

error_logs
object
acknowledged_at
string<date-time> | null

Time of acknowledgement (UTC format)

Example:

"2022-08-10T15:24:56Z"

closed_at
string<date-time> | null

Time of shipment closure (UTC format)

Example:

null

delivered_at
string<date-time> | null

Time of delivery (UTC format)

Example:

"2022-09-10T15:24:56Z"

shipped_at
string<date-time> | null

Time of shipping (UTC format)

Example:

"2022-09-10T15:24:56Z"

updated_at
string<date-time>
read-only

Time of shipment update (UTC format)

Example:

"2022-09-10T15:25:56Z"

created_at
string<date-time>
read-only

Time of shipment creation (UTC format)

Example:

"2022-09-10T15:24:56Z"

shipment_lines
object[]
read-only
signature
enum<string> | null

Signature criteria

Available options:
required,
not_required,
adult
Example:

null

brand
object
invoice_number
string
read-only

Invoice number

Example:

"RC123456"