Request Overview
Type
Description
URL
Token
GET
Request token with credentials.
/v1/auth/accesstoken
GET
Retrieve token info.
/v1/auth/accesstoken/info
GET
Revoke a token.
/v1/auth/accesstoken/revoke
Order
POST
Create order.
/dpi/shipping/v1/orders
GET
Find an order by it's id.
/dpi/shipping/v1/orders/orderId
POST
Finalize an open order.
/dpi/shipping/v1/orders/orderId/finalization
POST
Add items to an order.
/dpi/shipping/v1/orders/orderId/items
GET
Retrieve an order's shipments.
/dpi/shipping/v1/orders/orderId/shipments
Item
GET
Find an item by it's id.
/dpi/shipping/v1/items/itemId
PUT
Update an items information.
/dpi/shipping/v1/items/itemId
DELETE
Delete an item.
/dpi/shipping/v1/items/itemId
GET
Retrieve an item's label.
/dpi/shipping/v1/items/itemId/label
Shipment
GET
Retrieve data for the given AWB id.
/dpi/shipping/v1/shipments/awb
GET
Retrive labels for the given AWB id.
/dpi/shipping/v1/shipments/awb/awblabels
GET
Retrive items for the given AWB id.
/dpi/shipping/v1/shipments/awb/itemlabels
AWB
POST
Create an air waybill.
/dpi/shipping/v1/awbs
Tracking
GET
Retrieve tracking data for the given barcode.
/dpi/tracking/v1/trackings/barcode
GET
Retrieve tracking data for the given shipment.
/dpi/tracking/v1/trackings/awb/awb
Validation
POST
Validate order items.
/dpi/shipping/v1/validation
Customer
POST
Create an item for a customer.
/dpi/shipping/v1/customers/customerEkp/items
GET
Find a customsers items.
/dpi/shipping/v1/customers/customerEkp/items
GET
Retrieve data for a customer's item.
/customers/customerEkp/items/barcode
GET
Retrieve the label for a customer's item.
/dpi/shipping/v1/customers/customerEkp/items/barcode/label
POST
Create an order from a customers items.
/dpi/shipping/v1/customers/customerEkp/orders
POST
Create a refund item for a customer.
/dpi/shipping/v1/customers/customerEkp/returnitems
GET
Create a label for a to be refunded item.
/dpi/shipping/v1/customers/customerEkp/returnitems/barcode/label