Método de consulta que retorna informações de produto específico.
GET [URLAPI]/SimplusAPI/api/v1/Importacao/consulta-produto-especifico
Nome (Name) | Descrição (Description) | Tipo (Type) | Informações Adicionais (Adittional Information) |
---|---|---|---|
Gtin | Identificador de produto | String | Não há. |
Não há.
CODE 200 - SUCCESS
{ "gtin": "string", "produto": "string", "marca": "string", "ncm": "string", "cest": "string", "embalagem": [ "string" ], "dataUltimaAlteracao": "2023-12-29T13:33:02.902Z", "urlImagem": [ "string" ], "caixa": [ "string" ], "caixaQuantidade": [ 0 ], "fornecedor": { "nome": "string", "nomeFantasia": "string", "cnpj": "string" } }
application/json, text/json
CODE 400 - BAD
{ "code": "string", "message": "string", "detailedMessage": "string", "helpUrl": "string", "details": [ { "guid": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "notificationType": 0, "code": "string", "message": "string", "detailedMessage": "string", "status": 0 } ] }