Método de consulta que retorna informações de produtos.
GET [URLAPI]/SimplusAPI/api/v1/Importacao/consulta-produtos
Nome (Name) | Descrição (Description) | Tipo (Type) | Informações Adicionais (Adittional Information) |
---|---|---|---|
DataUltimaAtualizacao | Data da última atualização | String | Não há. |
LastProduct | Ultimo produto listado | String | Não há. |
Page | Número da página | integer | Não há. |
PageSize | Tamanho da página | integer | Não há. |
Não há.
CODE 200 - SUCCESS
{ "hasNext": true, "currentPage": 0, "lastProduct": "string", "items": [ { "gtin": "string", "produto": "string", "marca": "string", "fornecedor": "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 } ] }