Skip to content

Create customs declaration

POST
/bookings/v4/{id}/custom_declaration

Creates a customs declaration for an international booking. Required for all shipments leaving Australia.

id
required
integer
Example
12345678

Booking ID

object
contents_type

Type of contents (e.g. merchandise, gift, documents, sample)

string
Example
merchandise
contents_explanation

Detailed explanation of contents

string
Example
Electronic components for retail sale

Customs declaration created

Validation error

object
error

Error code or type

string
Example
validation_error
message

Human-readable error message

string
Example
The sender postcode field is required.

Unauthorized

object
error

Error code or type

string
Example
validation_error
message

Human-readable error message

string
Example
The sender postcode field is required.

Booking not found

object
error

Error code or type

string
Example
validation_error
message

Human-readable error message

string
Example
The sender postcode field is required.