Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

End Point

Description

POST /shipment

This endpoint is used to create new shipment by passing JSON request payload.

GET /shipment

Get a paginated list of shipments. It can be filtered by specific fields.

POST /manifest

This endpoint is used to create new manifest by passing JSON request payload.

GET /manifest

Get a paginated list of manifests. It can be filtered by specific fields.

PUT /manifest/approve

Approve manifest by it’s identifier.

PUT /shipment/label

Get multiple shipment labels by it’s identifier.

...