PRODUCT
PRODUCT_WAREHOUSE
INVENTORY
curl -L \ --request POST \ --url 'https://api.zydon.com.br/api/sales/stock/query' \ --header 'Authorization: Bearer JWT' \ --header 'Content-Type: application/json' \ --data '{ "type": "PRODUCT", "id": "text", "company_id": "text", "warehouse_id": "text", "product_ids": [ "text" ], "product_variation_id": "text", "only_active": true }'
[ { "id": "text", "product_id": "text", "product_variation_id": "text", "warehouse_id": "text", "company_id": "text", "active": true, "total": 1, "available": 1, "reserved": 1 } ]