get
https://api.gobeeping.com/api/v1/client/products
What is it for?
Returns the product catalogue with stock information.
Conditions
- Requires authentication.
Parameters
Fill in the fields in Query Params and/or Path Params as applicable.
Quick parameter guide
product_ids: Filter by specific product IDs (Instructions: The IDs you got when creating them. Separate with commas: 1,2,3)search: Free text search (Instructions: Type what you want to search (name, code, etc.))name: Filter by exact name (Instructions: Type the product name)cost: Filter by cost (Instructions: Type the number. E.g.: 9.99)category_ids: Filter by category (Instructions: Call GET /api/v1/client/categories → copy the "id". Separate with commas)page: Which page to view (Instructions: Starts at 1)perPage: How many products per page (Instructions: An integer)order_by: Field to sort by (Instructions: Valores: id, name, cost, created_at, code, status, length, heigth, width, weight)order_direction: Ascending or descending order (Instructions: Write: asc or desc)
Expected response
HTTP 200 → Paginated list of products with their current stock
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
400Malformed request
404No products found
422Data validation or business rule error
