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{
"available_quantity": 5,
"is_infinite": false
}curl --location --request PATCH 'https://api.zid.sa/v1/products/96d0f5c3-1958-4a31-8b03-7014c2070630/stocks/0abacb3a-6a43-474d-b1c9-097e95824117/' \
--header 'Access-Token: {{Access-Token}}' \
--header 'Store-Id: {{StoreId}}' \
--header 'Accept-Language: en' \
--header 'Content-Type: application/json' \
--data-raw '{
"available_quantity": 5,
"is_infinite": false
}'{
"product_id": "string",
"location": "string",
"quantity": 0,
"is_infinite": true
}