Dear Community,
We’re excited to announce the release of the new Msupply adaptor v1.0.3.
See full details here
Features
- Make a request to the GraphQL API
query(` query isCentralServer { isCentralServer }` )
- Get items in the catalog
getItemsWithStats({ "key": "name", "storeId": "DFE0F611AD84A0419D36F8FEFAD1894C", })
- Update an outbound shipment’s status
upsertOutboundShipment({ "storeId": "DFE0F611AD84A0419D36F8FEFAD1894C", "input": { "updateOutboundShipments": [ { "id": "01961fce-9ef6-7198-93c1-866395094e48", "status": "PICKED" } ] } })
Example Workflow
This workflow shows automated vaccine logistics for catch-up campaigns.
Try It Out.
Explore the adaptor now at app.openfn.org.
Need help? Book a free demo
You’re entitled to a 2-hour free session with our Solutions Engineer to help build your first integration.
Happy automating!
— The OpenFn Team