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": "982a2aac-b9af-44e3-a3e0-51d2faa6b7c2",
"available_quantity": 3,
"is_infinite": false
}curl --location --request POST '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": "982a2aac-b9af-44e3-a3e0-51d2faa6b7c2",
"available_quantity": 3,
"is_infinite": false
}'{
"id": "0abacb3a-6a43-474d-b1c9-097e95824117",
"location": "982a2aac-b9af-44e3-a3e0-51d2faa6b7c2",
"available_quantity": 3,
"is_infinite": false
}