{
"name": "<string>",
"id": 123,
"tag": "<string>",
"price": 123,
"explosive": true
}Endpoint examples
Product Order Webhook
Receive real-time notifications when new products are added to the ACME catalog
WEBHOOK
/
product
/
webhook
{
"name": "<string>",
"id": 123,
"tag": "<string>",
"price": 123,
"explosive": true
}Receive real-time notifications when new products are added to the ACME catalog. Perfect for staying updated on our latest wacky inventions!
Authorizations
ACME Bearer token (obtained with product purchase)
Body
application/json
New product added to catalog
The name of the ACME product (e.g., 'Rocket-Powered Roller Skates')
Order identification number
Product category (e.g., 'explosive', 'transportation', 'invisibility')
Product price in USD
Whether this product is known to explode
Response
200
Webhook received successfully
Was this page helpful?