Get all shipment
GET /{owner}/v1/shipment
Parameters
Path Parameters
Responses
200
object
A meta object that contains non-standard meta-information
object
The document’s ‘primary data’.
object
Unique ID of the Entity
Type of entity
This contains a data blob of the entity, this is where the main payload of data is
object
Consumer’s reference for this shipment
Delivery address for the shipment
object
House name or number in the address
Street address of the delivery address
City of the address
State or region of the address
Country code of the address in ISO 3166-1 alpha-2 format
Postal code of the address
Customer details for the shipment
object
Email address of the customer
Phone number of the customer
Citizen ID or identification number of the customer
Duties information for the shipment
object
Incoterms for the shipment
Description of the contents in the shipment
List of possible delivery types for the shipment
List of items in the shipment
object
The quantity of this item being shipped
Condition of the stock being shipped
Customs value of the item
Date when the shipment is expected to be dispatched
Behaviour settings for the shipment
object
Indicates if serial numbers should be captured
Indicates if batch numbers should be captured
Indicates if expiry dates should be captured
Minimum number of days before expiry that a product is allowed to ship
Type of shipment
Links to any relevant information or entities
object
Link to the current resource.
Link of a related resource.
Link to API documentation for that resource.
Additional information about the entity which isn’t provided in the main data blob
object
A links object related to the primary data
object
Link to the current resource.
Link of a related resource.
Link of the next page.
Link of the previous page.
Link of the first page.
Link to API documentation for that resource.
401
Unauthorized access, credentials are invalid.
403
Forbidden access, this is returned when you do not have sufficient permissions to access the resource
404
Not found
429
Rate limit exceeded; once an API quota is reached a 429 is returned, wait 60 seconds and try again.
500
Unexpected internal error, could not process request
object
A meta object that contains non-standard meta-information
object
An array of error objects
object
A unique identifier for this particular occurrence of the problem
Links explaining the error
object
A link that leads to further details about this particular occurrence of the problem.
A link that identifies the type of error that this particular error is an instance of.
The HTTP status code applicable to this problem
An application-specific error code
A summary of the problem
Explanation specific to this occurrence of the problem
A meta object that contains non-standard meta-information
object
503
The API is currently unavailable, please try again later
504
A request timed out while processing, please try again; if it persists try reducing the payload size.