Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.tiny.com.br/public-api/v3/estoque/{idProduto} \ --header 'Authorization: Bearer <token>'
{ "id": 123, "nome": "<string>", "codigo": "<string>", "unidade": "<string>", "saldo": 123, "reservado": 123, "disponivel": 123, "localizacao": "<string>", "depositos": [ { "id": 123, "nome": "<string>", "desconsiderar": true, "saldo": 123, "reservado": 123, "disponivel": 123, "empresa": "<string>" } ] }
Identificador do produto
OK
Show child attributes