Produkty
Pobierz listę produktów (Bulk)
Zwraca informację o stanach magazynowych
get/products_bulk
Query parameters
offsetinteger
Offset
limitinteger
Limit
Response
Sukces
Example response
{
"archived": true,
"as_set": 1,
"availability_id": 3,
"catalog_number": "Tow000017",
"ean": 5902135057247,
"location": "PS-32",
"price": 12.34,
"price_buy": 9.99,
"price_promo": 2.34,
"product_id": 1,
"promotion": true,
"quantity": 1,
"storages": [
{
"product_variant_id": 199,
"quantity": 3,
"rack_id": 232,
"shelf_id": 232,
"storage_id": 14
}
],
"symbol": "L-5883",
"title": "Produkt testowy",
"variants": [
{
"catalog_number": "Tow000017",
"ean": 5902135057247,
"id": 945,
"manufacturer_id": 666,
"price": 12.34,
"price_promo": 2.34,
"promotion": true,
"quantity": 24,
"symbol": "L-5883"
}
],
"vat": 23,
"volume": 2
}Changes
No recorded changes to this endpoint across all 1 revision of this API.