Themes built on the Twig templating engine are now deprecated and require migration to Vitrin to ensure continued support and compatibility with Zid.
products.read_write - Products Read & Write[
{
"location": "8ee590fe-d02d-4c50-9184-f628bb8b115a",
"available_quantity": 10,
"is_infinite": false
},
{
"location": "982a2aac-b9af-44e3-a3e0-51d2faa6b7c2",
"available_quantity": 20,
"is_infinite": false
}
]curl --location --request PATCH 'https://api.zid.sa/v1/products/96d0f5c3-1958-4a31-8b03-7014c2070630/stocks/' \
--header 'Access-Token: {{Access-Token}}' \
--header 'Store-Id: {{StoreId}}' \
--header 'Accept-Language: en' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"location": "8ee590fe-d02d-4c50-9184-f628bb8b115a",
"available_quantity": 10,
"is_infinite": false
},
{
"location": "982a2aac-b9af-44e3-a3e0-51d2faa6b7c2",
"available_quantity": 20,
"is_infinite": false
}
]'