For Sellers
Supplier API Guide
If you manage inventory programmatically or at high volume, the accfarm Supplier API lets you keep your store in sync automatically instead of manually editing listings.
What you can do
- Update a product's stock quantity, or append new auto-delivery stock lines, via a simple API call.
- Automatically benefit from the same duplicate-stock detection used on the website, so you never accidentally list the same account twice.
- Subscribe to webhooks for
order.created,order.completed, and other events, so your own system knows the moment something sells.
Getting started
- Generate an API key from API Keys while logged into your seller account.
- Follow the
PUT /api/v1/stock.phpreference in our API Documentation. - Optionally configure a webhook URL to get notified of stock and order changes in real time.
Security
Every request is scoped strictly to your own products - there is no way for an API key to affect another seller's listings, even if a request tried to.