cURL
curl --request POST \ --url https://api.unicornify.com.br/api/public/v1/products/{hash}/offers \ --header 'Content-Type: application/json' \ --data ' { "data": { "title": "Oferta Especial de Verão", "cover": "https://example.com/imagem.jpg", "amount": 9999 } } '
Cria uma nova oferta para um produto existente com base no hash fornecido.
Documentation IndexFetch the complete documentation index at: https://docs.unicornify.com.br/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.unicornify.com.br/llms.txt
Use this file to discover all available pages before exploring further.
Hash do produto a ser buscado.
Token da API para autenticação.
Show child attributes