Cadastrar Interesse no Produto
POST
/publics/products/interests
Registra interesse de cliente em produto específico para notificação
Parâmetros do Body
| Campo | Tipo | Obrigatório | Descrição |
|---|---|---|---|
| productId | integer | Sim | ID do produto de interesse |
| origin | string | Sim | Origem do interesse (notify-me, on-request) |
| name | string | Sim | Nome do interessado (máximo 50 caracteres) |
| string | Sim | Email do interessado (máximo 50 caracteres) | |
| phone | string | Não | Telefone do interessado |
| message | string | Não | Mensagem adicional (máximo 300 caracteres) |
Estrutura do Response
1{2 "id": 567,3 "productId": 1234,4 "origin": "notify-me",5 "name": "João Silva",6 "email": "joao.silva@email.com",7 "phone": "(11) 99999-9999",8 "message": "Gostaria de ser notificado quando este produto estiver disponível novamente.",9 "repliedAt": null,10 "createdAt":00",11 "simpleProduct": {12 "id": 1234,13 "brandId": 1234,14 "brandName": "TopPhone,15 "mainCategoryId": 1,16 "mainCategoryName": "smartphone",17 "type": "product",18 "name": "Smartphone XYZ Pro 128GB",19 "sku": "SMPH001",20 "url": "/smartphone-xyz-pro-128gb",21 "comparisonPrice":2199.99,22 "stock":20,23 "medias":[24 {25 "id": 123,26 "type": "image",27 "title": "",28 "alternativeText": null,29 "file": "\/upload\/media\/produto-media.webp",30 "originalFile": "\/upload\/media\/produto-media.png",31 "size": null,32 "originalSize": null,33 "width": null,34 "height": null,35 "url": null36 }37 ],38 "combination":[1, 2, 3],39 "currentAttributes":[40 {41 "id":123,42 "name":"cor",43 "value":{44 "id":123,45 "label":"azul-escuro",46 "image":null,47 "originalImage":null,48 "color":"#00008B",49 "order":150 }51 }52 ],53 "active": true54 },55 "createdAt":00Z",56 "updatedAt":00Z"57}