01. DADOS GERAIS


Produto:

Linha de Produto:

Segmento:

Módulo:8 - Ferramentas do sistema
Função:801 - Autorização de serviços WEB
Requisito/Story/Issue:DINTVENDAS-33

02. SITUAÇÃO/REQUISITO

 

03. SOLUÇÃO

         O campo cobAntecipada foi adicionado ao payload de resposta da API para indicar se o tipo de cobrança é antecipada.


Na rotina 801 atualizar serviço winthor-venda para uma das versões abaixo ou superior:

  • 0.38.27.12

Endpoint: /winthor/venda/v0/ifood/

Exemplo de response:

{
    "first": false,
    "items": [
        {
            "barcode": "7891025301516",
            "name": "COD.: 1 - SO ICMS 10%- ALTERADAA",
            "plu": "1",
            "active": true,
            "details": {
                "categorization": {
                    "department": "BEBIDAS EM GERAL",
                    "category": "COD. 1 - SECAO CODIGO 1",
                    "subCategory": "COD.: 1 - SO ICMS 10%- ALTERADAA"
                },
                "brand": "COD.: 1 - SO ICMS 10%- ALTERADAA",
                "volume": "1",
                "unit": "UN",
                "imageUrl": "C:\\TEMP\\FOTOPRODUTOIFOOD.JPG",
                "description": "PROTUDO TESTE IFOOD",
                "nearExpiration": false,
                "family": null
            },
            "prices": {
                "price": 166.505625,
                "promotionPrice": null
            },
            "scalePrices": [
                {
                    "price": null,
                    "quantity": 12
                }
            ],
            "inventory": {
                "stock": 628
            },
            "multiple": {
                "originalEan": "7891025301516",
                "quantity": 0
            },
            "channels": [
                "ifood-app"
            ],
            "codfilial": "1",
            "dataUltimaAlteracao": "2025-10-01T21:15:50"
        }
    ],
    "hasNext": false
}



04. ASSUNTOS RELACIONADOS

05. DEMAIS INFORMAÇÕES





<style>
div.theme-default .ia-splitter #main {
    margin-left: 0px;
}
.ia-fixed-sidebar, .ia-splitter-left {
    display: none;
}
#main {
    padding-left: 10px;
    padding-right: 10px;
    overflow-x: hidden;
}

.aui-header-primary .aui-nav,  .aui-page-panel {
    margin-left: 0px !important;
}
.aui-header-primary .aui-nav {
    margin-left: 0px !important;
}

.aui-tabs.horizontal-tabs>.tabs-menu>.menu-item.active-tab a::after { 
	background: #FF9900; !important 
}

.menu-item.active-tab { 
	border-bottom: none !important; 
}

</style>