Skip to content

Cadastrar Interesse no Produto

POST /publics/products/interests

Registra interesse de cliente em produto específico para notificação

Parâmetros do Body

CampoTipoObrigatórioDescrição
productIdintegerSimID do produto de interesse
originstringSimOrigem do interesse (notify-me, on-request)
namestringSimNome do interessado (máximo 50 caracteres)
emailstringSimEmail do interessado (máximo 50 caracteres)
phonestringNãoTelefone do interessado
messagestringNãoMensagem 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": null
36 }
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":1
50 }
51 }
52 ],
53 "active": true
54 },
55 "createdAt":00Z",
56 "updatedAt":00Z"
57}

Uappi is the most productive way to
build, deploy, and monitor software.

;