Skip to main content
WEBHOOK
Receive real-time notifications when new products are added to the ACME catalog. Perfect for staying updated on our latest wacky inventions!

Authorizations

Authorization
string
header
required

ACME Bearer token (obtained with product purchase)

Body

application/json

New product added to catalog

name
string
required

The name of the ACME product (e.g., 'Rocket-Powered Roller Skates')

id
integer<int64>
required

Order identification number

tag
string

Product category (e.g., 'explosive', 'transportation', 'invisibility')

price
number<float>

Product price in USD

explosive
boolean

Whether this product is known to explode

Response

200

Webhook received successfully