- Welcome 👋
- Get Started
- Create Your First App
- Authorization
- Webhooks
- Conditional Webhooks
- Security Considerations
- Multi-Language Support
- Responses
- Pagination
- Rate Limiting
- Versioning
- Change Log
- Support
- APIs
- Orders
- Order Status
- Order Histories
- Order Tags
- Order Invoice
- Order Reservations
- Order Items
- Products
- Product Options
- Product Quantity
- Product Variants
- Product Tags
- Product Images
- Product Option Values
- Abandoned Carts
- Customer Groups
- Customers
- Digitals Product
- Categories
- Exports
- Shipments
- Shipping Companies
- Shipping Zones
- Shipping Rules
- Countries
- Product Option Templates
- Taxes
- Coupons
- Affiliates
- Order Assignment
- Special Offers
- Transactions
- Payments
- Settlements
- Settings
- Merchant
- Brands
- Reviews
- Branches
- Currencies
- SEO
- Cities
- DNS Records
- Languages
- Employees
- Advertisements
- Webhooks
- Custom URLs
- Loyalty Points
- Webhooks - Store Events
List Quantity Audit
Production
Production
GET
https://api.salla.dev/admin/v2/products/quantities/audit
Product Quantity
Last modified:2025-01-20 07:25:03
Scopes
products.read
- Products Read OnlyRequest
Authorization
Add the parameter
Authorization
to Headers,whose value is to concatenate the Token after the Bearer.Example:
Authorization: Bearer ********************
Query Params
keyword
string
optional
Example:
phones
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
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://api.salla.dev/admin/v2/products/quantities/audit?keyword=phones&categories=categories[]=43957834&brands=brands[]=43957834&tags=tags[]=43957834&branch=branch=43957834'
Responses
🟢200Success
application/json
Body
status
number
required
success
boolean
required
data
array[object (QuantityAudit) {10}]
required
id
integer
required
name
string
required
image
string
required
sku
string | null
required
created_at
string
required
old_quantity
integer
required
new_quantity
integer
required
unlimited_quantity
boolean
required
reason
string
required
user
object
required
pagination
object (Pagination)
required
count
number
required
total
number
required
perPage
number
required
<= 65
currentPage
number
required
totalPages
number
required
links
object
required
Example
{
"status": 200,
"success": true,
"data": [
{
"id": 2015276628,
"name": "كتاب الخوارزميات",
"image": "https://img.youtube.com/vi/42-k6YQLa_I/mqdefault.jpg",
"sku": "23-TD23-32",
"created_at": "2024-08-22",
"old_quantity": 27,
"new_quantity": 29,
"variant": "blue-small",
"unlimited_quantity": false,
"reason": "تصحيح",
"user": {
"id": 525144736,
"type": "user",
"first_name": "Joseph"
}
},
{
"id": 1724121935,
"name": "كتاب الخوارزميات",
"image": "https://img.youtube.com/vi/42-k6YQLa_I/mqdefault.jpg",
"sku": "23-TD23-32",
"created_at": "2024-08-20",
"old_quantity": 115,
"new_quantity": 65,
"variant": "arabic",
"unlimited_quantity": false,
"reason": "إعادة تخزين",
"user": {
"id": 525144736,
"type": "user",
"first_name": "Joseph"
}
},
{
"id": 1809389117,
"name": "Product",
"image": "https://salla-dev.s3.eu-central-1.amazonaws.com/Mvyk/3d2b9bb2-528c-406e-8eb6-5b1c87038317-500x333.33333333333-pSTnvE7jS8iI4V4wjxutnULFvjVoLydQxueIR5qc.jpg",
"sku": "SKKR",
"created_at": "2024-06-27",
"old_quantity": 16,
"new_quantity": 14,
"variant": "red-L",
"unlimited_quantity": false,
"reason": "",
"user": {
"id": 525144736,
"type": "user",
"first_name": "Joseph"
}
},
{
"id": 436008764,
"name": "Product",
"image": "https://salla-dev.s3.eu-central-1.amazonaws.com/Mvyk/3d2b9bb2-528c-406e-8eb6-5b1c87038317-500x333.33333333333-pSTnvE7jS8iI4V4wjxutnULFvjVoLydQxueIR5qc.jpg",
"sku": "SKKR",
"created_at": "2024-06-27",
"old_quantity": 21,
"new_quantity": 19,
"variant": "blue-small",
"unlimited_quantity": false,
"reason": "منتجات تالفة",
"user": {
"id": 525144736,
"type": "user",
"first_name": "Joseph"
}
},
{
"id": 79326263,
"name": "Product",
"image": "https://salla-dev.s3.eu-central-1.amazonaws.com/Mvyk/3d2b9bb2-528c-406e-8eb6-5b1c87038317-500x333.33333333333-pSTnvE7jS8iI4V4wjxutnULFvjVoLydQxueIR5qc.jpg",
"sku": "SKKR",
"created_at": "2024-06-27",
"old_quantity": 16,
"new_quantity": 22,
"variant": "blue-small",
"unlimited_quantity": false,
"reason": "زيادة في المخزن",
"user": {
"id": 525144736,
"type": "user",
"first_name": "Joseph"
}
},
{
"id": 719146294,
"name": "Product",
"image": "https://salla-dev.s3.eu-central-1.amazonaws.com/Mvyk/3d2b9bb2-528c-406e-8eb6-5b1c87038317-500x333.33333333333-pSTnvE7jS8iI4V4wjxutnULFvjVoLydQxueIR5qc.jpg",
"sku": "SKKR",
"created_at": "2024-06-27",
"old_quantity": 21,
"new_quantity": 19,
"variant": "red-L",
"unlimited_quantity": false,
"reason": "",
"user": {
"id": 525144736,
"type": "user",
"first_name": "Joseph"
}
},
{
"id": 1729697987,
"name": "Product",
"image": "https://salla-dev.s3.eu-central-1.amazonaws.com/Mvyk/3d2b9bb2-528c-406e-8eb6-5b1c87038317-500x333.33333333333-pSTnvE7jS8iI4V4wjxutnULFvjVoLydQxueIR5qc.jpg",
"sku": "SKKR",
"created_at": "2024-06-18",
"old_quantity": 1,
"new_quantity": 3,
"variant": "black-Xlarge",
"unlimited_quantity": false,
"reason": "",
"user": {
"id": 525144736,
"type": "user",
"first_name": "Joseph"
}
},
{
"id": 356317634,
"name": "Product",
"image": "https://salla-dev.s3.eu-central-1.amazonaws.com/Mvyk/3d2b9bb2-528c-406e-8eb6-5b1c87038317-500x333.33333333333-pSTnvE7jS8iI4V4wjxutnULFvjVoLydQxueIR5qc.jpg",
"sku": "SKKR",
"created_at": "2024-06-18",
"old_quantity": 6,
"new_quantity": 8,
"variant": "red-L",
"unlimited_quantity": false,
"reason": "",
"user": {
"id": 525144736,
"type": "user",
"first_name": "Joseph"
}
},
{
"id": 995613377,
"name": "Product",
"image": "https://salla-dev.s3.eu-central-1.amazonaws.com/Mvyk/3d2b9bb2-528c-406e-8eb6-5b1c87038317-500x333.33333333333-pSTnvE7jS8iI4V4wjxutnULFvjVoLydQxueIR5qc.jpg",
"sku": "SKKR",
"created_at": "2024-06-18",
"old_quantity": 3,
"new_quantity": 1,
"variant": "red-medium",
"unlimited_quantity": false,
"reason": "",
"user": {
"id": 525144736,
"type": "user",
"first_name": "Joseph"
}
},
{
"id": 1770699712,
"name": "Product",
"image": "https://salla-dev.s3.eu-central-1.amazonaws.com/Mvyk/3d2b9bb2-528c-406e-8eb6-5b1c87038317-500x333.33333333333-pSTnvE7jS8iI4V4wjxutnULFvjVoLydQxueIR5qc.jpg",
"sku": "23-TD23-32",
"created_at": "2024-06-18",
"old_quantity": 8,
"new_quantity": 6,
"variant": "red-L",
"unlimited_quantity": false,
"reason": "",
"user": {
"id": 525144736,
"type": "user",
"first_name": "Joseph"
}
},
{
"id": 531471559,
"name": "Product",
"image": "https://salla-dev.s3.eu-central-1.amazonaws.com/Mvyk/3d2b9bb2-528c-406e-8eb6-5b1c87038317-500x333.33333333333-pSTnvE7jS8iI4V4wjxutnULFvjVoLydQxueIR5qc.jpg",
"sku": "SKKR",
"created_at": "2024-06-18",
"old_quantity": 2,
"new_quantity": 3,
"variant": "red-small",
"unlimited_quantity": false,
"reason": "",
"user": {
"id": 525144736,
"type": "user",
"first_name": "Joseph"
}
},
{
"id": 1304919494,
"name": "Product",
"image": "https://salla-dev.s3.eu-central-1.amazonaws.com/Mvyk/3d2b9bb2-528c-406e-8eb6-5b1c87038317-500x333.33333333333-pSTnvE7jS8iI4V4wjxutnULFvjVoLydQxueIR5qc.jpg",
"sku": "SKKR",
"created_at": "2024-06-18",
"old_quantity": 7,
"new_quantity": 8,
"variant": "red-L",
"unlimited_quantity": false,
"reason": "",
"user": {
"id": 525144736,
"type": "user",
"first_name": "Joseph"
}
},
{
"id": 1164912883,
"name": "Product",
"image": "https://salla-dev.s3.eu-central-1.amazonaws.com/Mvyk/3d2b9bb2-528c-406e-8eb6-5b1c87038317-500x333.33333333333-pSTnvE7jS8iI4V4wjxutnULFvjVoLydQxueIR5qc.jpg",
"sku": "SKKR",
"created_at": "2024-06-18",
"old_quantity": 4,
"new_quantity": 3,
"variant": "red-large",
"unlimited_quantity": false,
"reason": "",
"user": {
"id": 525144736,
"type": "user",
"first_name": "Joseph"
}
},
{
"id": 1803684338,
"name": "Product",
"image": "https://salla-dev.s3.eu-central-1.amazonaws.com/Mvyk/3d2b9bb2-528c-406e-8eb6-5b1c87038317-500x333.33333333333-pSTnvE7jS8iI4V4wjxutnULFvjVoLydQxueIR5qc.jpg",
"sku": "23-TD23-32",
"created_at": "2024-06-18",
"old_quantity": 9,
"new_quantity": 8,
"variant": "blue-small",
"unlimited_quantity": false,
"reason": "",
"user": {
"id": 525144736,
"type": "user",
"first_name": "Joseph"
}
}
],
"cursor": {
"current": 1,
"previous": 0,
"next": 1,
"count": 14
}
}
🟠401unauthorized
Modified at 2025-01-20 07:25:03