⚡List Products
This endpoint retrieves a list of products based on specified criteria such as product name, SKU, barcode, category, stock status, and expiration status.
Endpoint
GET
https://api.keepup.store/v2.0/products
Headers
Authorization: Bearer API_KEY
Query Parameters
optional | Name of the product to filter by. Example: "Widget A" | |
optional | Stock Keeping Unit to filter by. Example: "SKU12345" | |
optional | Barcode to filter by. Example: "0123456789012" | |
optional | Category of the products. Example: "Electronics" | |
optional | Stock status to filter by, options are 'in_stock', 'out_of_stock', 'low_stock', 'all'. Example: "in_stock" | |
optional | Filter for products based on expiration, options are 'yes', 'no'. Example: "no" | |
optional | Limits the number of products returned. Use 'all' for no limit. Example: "10" | |
optional | Specifies the page number for pagination. Example: "1" |
Sample Requests
Sample Response
Last updated