Product Created Webhook
POST/api/webhooks/wc-webhook/:id/product.created
Inbound webhook endpoint called by WooCommerce when a product is created.
Route name: woocommerce.product_created
Request
Responses
- 200
- 404
- 422
- 429
Successful response
Not found — no record with the given identifier (or the route does not exist). Verify the ID before retrying.
Validation failed — the body is a field → messages map (Laravel shape) or the platform envelope with a stable machine-readable code. Fix the payload and resubmit.
Rate limited — platform limit is 1,000 requests/min; individual tokens may carry lower limits. Honor the Retry-After header before retrying. See the Rate Limits guide.