Product Management
This section contains information about the Product Management API.
Permissions required: products:read
, products:write
, products:delete
Retrieve list of products
Returns a list of products.
GET /api/v3/admin/catalog/products
params : {
"page": 1,
"limit": 10,
"sort": "created_at",
"filter[sku]": "123456",
}
Available filters:
- id: Filter by product id.
- name : Filter by product name.
- barcode : Filter by product barcode.
- wsProductCode : Filter by product code.
- brandId : Filter by brand id.
- mainCategoryId : Filter by main category id.
- rangeBetween.stock : Filter by stock.
filter[rangeBetween.stock]=100,200
. - rangeBetween.priceSale : Filter by price.
filter[rangeBetween.price]=100,200
.