post
https://connect.agendapro.com/v3/products
This endpoint creates a new product in the company catalog.
Important Notes
nameandpriceare required.- New products are created active, with stock 0 at every company location. Use the AgendaPro app to set initial stock.
- Internal pricing and commission fields cannot be set through the public API; they take their upstream defaults.
product_category_id,product_brand_idandproduct_display_idmust belong to the same company, otherwise the request fails.
Errors Dictionary
| Status | Error | Detail | Description |
|---|---|---|---|
| 401 | unauthorized | invalid_api_key | Missing or invalid Bearer token. |
| 401 | unauthorized | api_config_inactive | API access is inactive for this company. |
| 403 | forbidden | scope_denied | API key lacks products:write scope. |
| 422 | cross_company | product_category_id | Category does not belong to the company. |
| 422 | cross_company | product_brand_id | Brand does not belong to the company. |
| 422 | cross_company | product_display_id | Display does not belong to the company. |
| 429 | rate_limited | burst_limit_exceeded | Per-minute request limit exceeded. |
| 429 | rate_limited | daily_quota_exceeded | Daily request quota exceeded. |
| 502 | upstream_unavailable | The upstream service is unavailable. |
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
