Sync parts inventory and serialized ('Product Instances') stock in RepairShopr via the Products endpoint.
domain: api-docs.repairshopr.com · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗
Steps
Authenticate with subdomain + API key.
Use GET /products?category_id=ID to pull a specific inventory category (e.g. a parts category) for syncing to an external system.
For serialized parts/devices, use GET /products/:id/product_serials to list existing serial numbers.
Use PUT /products/:id/product_serials/:serial_id with a serial_number parameter to add or update a serial record.
Reconcile stock counts after a ticket consumes a part, if not automatically decremented.
Known gotchas
Product photo add/delete and two-way catalog sync (e.g. with an e-commerce cart) use separate documented calls — don't assume the base Products endpoint covers image management.
Serial/instance tracking only applies to inventory items configured as serialized in the shop's settings; non-serialized parts won't expose product_serials data.
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?