API endpoint per feature for LSP
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.
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 |