List Product Quantities
Production
https://api.salla.dev/admin/v2
Production
https://api.salla.dev/admin/v2
GET
https://api.salla.dev/admin/v2
Product Quantity
Last modified:2025-01-20 07:25:03
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://api.salla.dev/admin/v2/products/quantities?keyword&categories=categories[]=43957834&brands=brands[]=43957834&tags=tags[]=43957834&branch=branch=43957834'
Response Response Example
200 - Success
{
"status": 200,
"success": true,
"data": [
{
"id": 1541523973,
"name": "فستان",
"image": "https://salla-dev.s3.eu-central-1.amazonaws.com/nWzD/ACknxzEIkcTdaFr1DETbQlXo5UwupBedJ9ZGyR8v.jpg",
"sku_id": 1804462637,
"sku": "23-TD23-32",
"quantity": 0,
"price": "299.00",
"unlimited_quantity": true,
"variant": "44 - XL"
},
{
"id": 761810984,
"name": "Variant product",
"image": "https://salla-dev.s3.eu-central-1.amazonaws.com/nWzD/2E0Z2t6Q8FG3ca620rwqcTY2CC2j2PAGrqqeDROY.jpg",
"sku_id": 822792308,
"sku": "23-TD23-32",
"quantity": 0,
"price": 0,
"unlimited_quantity": true,
"variant": "White - Medium - 12 PCs"
},
{
"id": 761810984,
"name": "Variant product",
"image": "https://salla-dev.s3.eu-central-1.amazonaws.com/nWzD/2E0Z2t6Q8FG3ca620rwqcTY2CC2j2PAGrqqeDROY.jpg",
"sku_id": 47710069,
"sku": "23-TD23-32",
"quantity": 0,
"price": 0,
"unlimited_quantity": true,
"variant": "White - Medium - 24 PCs"
},
{
"id": 761810984,
"name": "Variant product",
"image": "https://salla-dev.s3.eu-central-1.amazonaws.com/nWzD/2E0Z2t6Q8FG3ca620rwqcTY2CC2j2PAGrqqeDROY.jpg",
"sku_id": 1555832438,
"sku": "23-TD23-32",
"quantity": 0,
"price": 0,
"unlimited_quantity": true,
"variant": "White - Large - 1 PCs"
},
{
"id": 761810984,
"name": "Variant product",
"image": "https://salla-dev.s3.eu-central-1.amazonaws.com/nWzD/2E0Z2t6Q8FG3ca620rwqcTY2CC2j2PAGrqqeDROY.jpg",
"sku_id": 781794679,
"sku": "23-TD23-32",
"quantity": 0,
"price": 0,
"unlimited_quantity": true,
"variant": "White - Large - 12 PCs"
},
{
"id": 761810984,
"name": "T-Shirt",
"image": "https://salla-dev.s3.eu-central-1.amazonaws.com/nWzD/2E0Z2t6QDfgdca620rwqcTY2CC2j2PAGrqqeDROY.jpg",
"sku_id": 2019974256,
"sku": "23-TD23-32",
"quantity": 0,
"price": 0,
"unlimited_quantity": true,
"variant": "White - Large - 24 PCs"
},
{
"id": 1969594838,
"name": "BenQ Monitor",
"image": "",
"sku_id": "23-TD23-32",
"sku": "23-TD23-32",
"quantity": 100,
"price": 3200,
"unlimited_quantity": false,
"variant": "White - Medium - 24 PCs"
},
{
"id": 578835251,
"name": "Mouse",
"image": "https://cdn.salla.sa/VXWrx/cNX0O1TGlm9pMqGFLEpjLRsoDoHyqPhiRJw7rNhL.png",
"sku_id": 2101189545,
"sku": "23-TD23-32",
"quantity": 0,
"price": 0,
"unlimited_quantity": false,
"variant": "black - small"
},
{
"id": 578835251,
"name": "test cinfig",
"image": "https://cdn.salla.sa/VXWrx/cNX0O1TGlm9pMfgEfejLRsoDoHyqPhiRJw7rNhL.png",
"sku_id": 1327151786,
"sku": "23-TD23-32",
"quantity": 0,
"price": 0,
"unlimited_quantity": false,
"variant": "yellow - small"
},
{
"id": 1835408106,
"name": "test variable",
"image": "",
"sku_id": 624931309,
"sku": "23-TD23-32",
"quantity": 4,
"price": "500.00",
"unlimited_quantity": false,
"variant": "XL - black"
},
{
"id": 1835408106,
"name": "test variable",
"image": "",
"sku_id": 1876700541,
"sku": "23-TD23-32",
"quantity": 5,
"price": "250.00",
"unlimited_quantity": false,
"variant": "XL - red"
},
{
"id": 365113875,
"name": "Samsung Charger",
"image": "",
"sku_id": "23-TD23-32",
"sku": "23-TD23-32",
"quantity": 0,
"price": 120,
"unlimited_quantity": false,
"variant": "White - 2 PCs"
},
{
"id": 2086964817,
"name": "iPhone case",
"image": "",
"sku_id": "23-TD23-32",
"sku": "23-TD23-32",
"quantity": 12,
"price": 0,
"unlimited_quantity": false,
"variant": "black Iphone14 pro"
}
],
"pagination": {
"count": 15,
"total": 45,
"perPage": 15,
"currentPage": 2,
"totalPages": 3,
"links": {
"next": "http://api.salla.dev/admin/v2/products/quantities?page=3",
"previous": "http://api.salla.dev/admin/v2/products/quantities?page=1"
}
}
}
Request
Query Params
keyword
string
optional
categories
array[string]
optional
Example:
["categories[]=43957834"]
brands
array[string]
optional
Example:
["brands[]=43957834"]
tags
array[string]
optional
Example:
["tags[]=43957834"]
branch
integer
optional
Example:
branch=43957834
Responses
Modified at 2025-01-20 07:25:03