Bulkchain User Documentation

API endpoint per feature for SA

This section describes the different API endpoints made available by Bulkchain. To facilitate development of the integration with Bulkchain, a set of OpenAPI specifications are available for each API endpoint: https://documentation.nxtport.com/bulkchain/open-api-specification-swagger.

Depending on the environment you would like to access, please add following prefix to the URL:

Category

Feature

API endpoint

Vessel Load Order

Get vessel load order(s)

GET /v1/vlos

Update general VLO info

PUT /v1/vlos/{vloKey}

Share VLO with Terminal Operator

PUT /v1/vlos/{vloKey}/state

Reject VLO to Logistics Service Provider

PUT /v1/vlos/{vloKey}/state

Stock Keeping Unit

Get stock keeping unit(s)

GET /v1/skus

Update SKU info

PUT /v1/skus/{skuKey}