---
title: "POST /webhooks"
method: POST
path: "/webhooks"
tags: ["Webhooks"]
---

# POST /webhooks

`POST /webhooks`

## Request body

- CreateWebhookRequest
  - `name` string, required
  - `client` integer, required
  - `url` string, required
  - `type` 1 | 2 | 3 | 4 | 5 | 6 | 7, required — 1 - Create Basket 2 - Create Product 3 - Edit Product 4 - Delete Product 5 - Inventory Status Below 0 6 - Inventory Status Changed 7 - End Of Day Created

## Response `200`

OK

## Other responses

- `201` — Created

---

[API](https://skmtc.dev/shopbox/apis/shopbox-api.md) · [All operations](https://skmtc.dev/shopbox/apis/shopbox-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/shopbox/shopbox-api/revisions/f1847469718c/schema)
