list and create products in a vendsoft vending operator's product catalog via the vendsoft api
domain: vendsoft.com · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗
Steps
Authenticate to the VendSoft API using your account's API key (api_key or basic_auth scheme)
Call GET https://secure.vendsoft.com/api/v2/products to retrieve the full catalog with fields like productCode, productName, productType, barcode, unitsPerCase
Call POST https://secure.vendsoft.com/api/v2/products with a JSON body defining productCode, productName, productType, and optional barcode/unitsPerCase/lastCost/averageCost to add a new product
Call PUT https://secure.vendsoft.com/api/v2/products/{productCode} to update an existing product's fields
Treat productCode as the unique key used across create, update, and planogram calls
Known gotchas
productCode must be unique per catalog entry; reusing an existing code on POST returns a 400
PUT requires the productCode in the path to match an existing product or you get a 404
lastCost/averageCost are informational cost fields, not the vend price — vend price lives on the machine's planogram, not the product record
Give your agent this knowledge — and 15,500+ more routes
One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus:
claude mcp add --transport http waymark https://mcp.waymark.network/mcp
Need this verified for your stack — or a route we don't have yet?