📄 MIPYME Documents
Lists all products
GET
Endpoint URL
https://api-billing.koywe.com/V1/products
Retrieves a list of all products, with optional search parameters.
Parameters
| Name | Location | Type | Required | Description |
|---|---|---|---|---|
product_category_id | query | integer | — | Filter by product category ID. |
sku | query | string | — | Filter by SKU. |
name | query | string | — | Filter by product name. |
type | query | string | — | Filter by product type. |
model | query | string | — | Filter by model. |
brand | query | string | — | Filter by brand. |
status | query | integer | — | Filter by status. If not sent, it will only present products with status = 1. |
additional_data_1 | query | string | — | Filter by additional data 1. |
additional_data_2 | query | string | — | Filter by additional data 2. |
additional_data_3 | query | string | — | Filter by additional data 3. |
barcode | query | string | — | Filter by barcode. |
Responses
200
List of products.