Ir para o conteúdo

Webhooks

Os webhooks permitem que você obtenha notificações programáticas em tempo real sobre alterações em seus dados à medida que elas acontecem. Em vez de extrair informações por meio de nossa API, os webhooks enviarão informações ao seu endpoint.

Produto

Filtros

Campo Descrição
tenant_id Identificação do owner da informação

Resposta:

{
  "data": {
    "id": "477617d3-afdc-425d-adf7-2d0db6981138",
    "created_at": "2023-07-13T14:34:58.444709",
    "extras": {},
    "code": "123-abcd-4",
    "title": {
      "pt_BR": "O que a vida me ensinou"
    },
    "variation_key": "123-abcd-4",
    "condition": "new",
    "medias": [
      {
        "name": "book_cover_1",
        "type": "image/jpeg",
        "reference": "https://api.magalu.com/livro-o-que-a-vida/8cb51075ef9143001982f2914180fc0b.jpg"
      },
      {
        "name": "book_cover_2",
        "type": "image/jpeg",
        "reference": "https://api.magalu.com/livro-o-que-a-vida/8cb51075ef9143001982f2914180fc0b.jpg"
      },
      {
        "name": "book_cover_3",
        "type": "image/jpeg",
        "reference": "https://api.magalu.com/livro-o-que-a-vida/8cb51075ef9143001982f2914180fc0b.jpg"
      },
      {
        "name": "author_interview",
        "type": "embedded",
        "reference": "https://youtube.com/watch?v=deadbeef"
      }
    ],
    "datasheet": {
      "reference": "https://api.magalu.com/datasheets/97885021802085cb3e35b-a497-3d6e-a8a7-4fa34b024c45"
    },
    "description": {
      "pt_BR": {
        "verbose_value": "No sexto livro da Coleção O que a vida me ensinou",
        "simplified_value": "No sexto livro da Coleção O que a vida me ensinou..."
      }
    },
    "tags": [
      "auto-ajuda",
      "negocios"
    ],
    "dimensions": [
      {
        "name": "package",
        "height": {
          "value": 120,
          "unit": "cm"
        },
        "width": {
          "value": 100,
          "unit": "cm"
        },
        "length": {
          "value": 110,
          "unit": "cm"
        },
        "weight": {
          "value": 170,
          "unit": "g"
        }
      },
      {
        "name": "item",
        "height": {
          "value": 120,
          "unit": "cm"
        },
        "width": {
          "value": 100,
          "unit": "cm"
        },
        "length": {
          "value": 110,
          "unit": "cm"
        },
        "weight": {
          "value": 170,
          "unit": "g"
        }
      }
    ],
    "identifiers": [
      {
        "type": "isbn",
        "value": "9788502180208"
      },
      {
        "type": "isbn_10",
        "value": "8502180207"
      },
      {
        "type": "isbn_13",
        "value": "9788502180208"
      },
      {
        "type": "gtin_13",
        "value": "9788502180208"
      },
      {
        "type": "moid",
        "value": "089099300"
      }
    ],
    "attributes": {
      "variant": [
        {
          "name": "color",
          "value": "white",
          "display": {
            "pt_BR": {
              "name": "Cor",
              "value": "Branco",
              "simplified_value": "Branco"
            }
          }
        },
        {
          "name": "internal_memory",
          "value": "256gb",
          "display": {
            "pt_BR": {
              "name": "Memória interna",
              "value": "256GB",
              "simplified_value": "Memória interna"
            }
          }
        }
      ],
      "optional": [
        {
          "name": "brand",
          "value": "apple",
          "display": {
            "pt_BR": {
              "name": "Marca",
              "value": "Apple",
              "simplified_value": "Marca"
            }
          }
        },
        {
          "name": "processor",
          "value": "a14",
          "display": {
            "pt_BR": {
              "name": "Processador",
              "value": "A14",
              "simplified_value": "Processador"
            }
          }
        },
        {
          "name": "operational_system",
          "value": "ios",
          "display": {
            "pt_BR": {
              "name": "Sistema operacional",
              "value": "iOS",
              "simplified_value": "Sistema operacional"
            }
          }
        }
      ]
    },
    "available": true,
    "tenant_id": "37ee157d-0d57-49e7-a51d-8f82c3d1e260",
    "type": "created_sku"
  }
}

Inventário

Filtros

Campo Descrição
tenant_id Identificação do owner da informação
channel Canal de publicação

Resposta:

{
  "data": {
    "id": "7ec3b99f-be56-4678-8d23-d4210817c7fe",
    "created_at": "2023-07-13T17:06:40.938898",
    "extras": {},
    "quantity": 1.5,
    "unit": "unit",
    "sku": "5ea06660-f15c-460b-8c0f-d044a65f8f7a",
    "channel": {
      "id": "7bd4facb-3b44-8d65-bb64-44c5a30a7e3b",
      "extras": {}
    },
    "tenant_id": "37ee157d-0d57-49e7-a51d-8f82c3d1e260",
    "type": "created_inventory"
  }
}

Preço

Filtros

Campo Descrição
tenant_id Identificação do owner da informação
channel Canal de publicação

Resposta:

{
  "data": {
    "id": "e6fb10a3-cf3d-4e5b-9874-088a9f7a919d",
    "created_at": "2023-07-13T17:05:58.684500",
    "extras": {},
    "type": "created_price",
    "value": 26339252,
    "currency": "BRL",
    "normalizer": 100,
    "sku": "abc",
    "channel": {
      "id": "7126031a-2c71-f20a-9f18-719a7bccece8",
      "extras": {}
    },
    "tenant_id": "37ee157d-0d57-49e7-a51d-8f82c3d1e260"
  }
}