Order Created Webhook
POST/api/webhooks/bc-webhook/:id/order-created
Inbound webhook endpoint called by BigCommerce when a new order is created.
Requires BigCommerce webhook signature verification (VerifyBigCommerceWebhook middleware). Dispatches a background job for async processing.
Route name: bigcommerce.order_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.