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 PUT \ --url https://api.tiny.com.br/public-api/v3/produtos/{idProduto}/preco \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "preco": 123, "precoPromocional": 123 } '
{ "preco": 123, "precoPromocional": 123 }
Identificador do produto
OK