GET /api/Home/produto/{nome}

Obtenha informações detalhadas sobre um produto a partir do seu nome, fornecendo uma visão completa das suas características.

Headers

  • ebbesenviroment string Required

Path parameters

  • nome string Required

Responses

  • 200

    OK

GET /api/Home/produto/{nome}
curl \
 -X GET https://api.e-bees.com.br/api/Home/produto/<string> \
 -H "ebbesenviroment: https://sandbox.e-bees.com.br"
Response examples (200)
{
  "id": 3143,
  "nome": "CHAVEIRO",
  "chaveIndiceTextual": "chaveiro",
  "descricao": "CHAVEIRO",
  "fornecedor": "SUPERREPARO",
  "informacoesGerais": "",
  "referencia": "R0201",
  "categoria": "CHAVEIRO",
  "idCategoria": 51,
  "valorProduto": 30.0,
  "tempoExecucaoSegundos": 9000,
  "enabled": true,
  "createdAt": "2023-05-21T00:00:00",
  "updatedAt": "2023-05-21T00:00:00",
  "valorServico": 30.0,
  "status": 2,
  "idVarejista": "5b7e6985-6427-4965-bcea-4d067410d045",
  "nomeVarejista": "ACME Reparos US",
  "imagens": [
    {
      "id": 1,
      "idProduto": 3143,
      "urlImagem": "https://picsum.photos/536/354?blur=2&randon=3143",
      "legenda": "..",
      "ordem": 1,
      "_links": {}
    }
  ],
  "partes": [],
  "dicas": [],
  "idServico": 11,
  "_links": {
    "self": {
      "rel": "Home/HomeGetProdutoNome",
      "href": "http://api.e-bees.com.br/api/Home/produto/chaveiro",
      "method": "GET"
    }
  }
}