delivery

APIDescription
GET stock_services/delivery

This method provides a list of all delivery dockets in Centaman that are unprocessed and are not marked as quantity-confirmed.

GET stock_services/delivery/{id}/items

This method will provide an object containing a unique download ID and list of all items included in the specified delivery. Multiple item lists can be provided for a single delivery.

result

APIDescription
POST stock_services/result

Results of a stock count (either delivery or stocktake) may be posted to this endpoint to update quantities. Result files should specify the download ID that was provided with the initial item list and a set of item codes and quantities. After a result file has been uploaded for a specific download ID, subsequent result files with the same download ID will be ignored.

stocktake

APIDescription
GET stock_services/stocktake

This method provides a list of all stocktakes in Centaman that are unprocessed.

GET stock_services/stocktake/{id}/items

This method will provide an object containing a unique download ID and a list of all items included in the specified stocktake. Multiple item lists can be provided for a single stocktake.