Warehouse
Products create.
Uwaga: Pole groupName jest deprecated i zostanie usunięte w przyszłości, Zamiast niego należy używać pola name, ponieważ obecnie obsługuje ono oba wymagania dotyczące nazewnictwa produktów.
post/rest/api/warehouse/product/
Request body
Example request
[
{
"originalCode": "46",
"name": "Samsung Galaxy S20 G980F Dual SIM Blue",
"sku": "IT-005/C",
"quantity": 350,
"tax": "23",
"status": 1,
"categories": [
33,
44,
55
],
"ean": "0400638133393",
"weight": 0.45,
"unit": "KG",
"description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum dignissim, eros quis consectetur tincidunt, diam leo convallis ligula."
}
]Response
No products was created
Example response
{
"products": []
}Changes
No recorded changes to this endpoint across all 1 revision of this API.