Connect API

Posting history reports or reports using the REST API output posting reasons with an internal ID. The IDs include: 1: shipped item 2: Reservation cancelled 3: Reserved 4: Goods receipt 5: Returns 6: Stock transfer 7: Packed 8: Inventory input 9: Inventory output 10: Inventory stock transfer

Continue Reading  

The documentation for the interface wemalo connect REST API can be found here: connect-api.wemalo.com

Continue Reading  

Creation/editing of containers: http://connect-api.wemalo.com/#api-Product-addUnit Loading the available container units: http://connect-api.wemalo.com/#api-Product-getUnits In addition: when creating a GR order, the ID of the container unit can be entered in the position: http://connect-api.wemalo.com/#api-GoodsReceipt-addGoodsReceipt There is now the parameter “productUnitId”. Example: For one product a container unit “advantage pack 5 pieces” is created. This container unit contains 5 pieces […]

Continue Reading  

Is using wemalos rest api, at least the following calls might be used for interacting with wemalo. First of all, an account needs to be set up for you. You’ll get a rest api token that is being used for authorization. Please see header information: Authorization Product master data For transmitting product master data, we […]

Continue Reading