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:
-
UAT: https://api-uat.nxtport.com/bulkchain-api[API endpoint]
-
Example: POST https://api-uat.nxtport.com/bulkchain-api/v1/tdos
-
-
PRD: will be added later
|
Category |
Feature |
API endpoint |
|
Terminal Delivery Order |
Create terminal delivery order |
POST |
|
Get terminal delivery order(s) |
GET |
|
|
Update general TDO info |
PUT |
|
|
Deletion of the terminal delivery order |
DELETE |
|
|
Stock Keeping Unit |
Add new SKU |
POST |
|
Get stock keeping unit(s) |
GET |
|
|
Delete SKU |
DELETE |
|
|
Update SKU info |
PUT |
|
|
Add goods condition to SKU |
POST |
|
|
Visit |
Add new visit in the terminal delivery order |
POST |
|
Get visit(s) |
GET |
|
|
Delete visit |
DELETE |
|
|
Update visit info |
PUT |
|
|
(Un)assign SKU to visit |
PUT |
|
|
Vessel Load Order |
Create vessel load order |
POST |
|
Get vessel load order(s) |
GET |
|
|
Update general VLO info |
PUT |
|
|
(Un)assign SKU’s |
PUT |
|
|
Share VLO with Ship Agent |
PUT |
|
|
Delete vessel load order |
DELETE |