# Webhook/winkelstraat/push api/v1/order item **POST winkelstraat/push-api/v1/order-item** The order-item webhook executes a POST in JSON format to a designated endpoint of the merchant. The order-item webhook event is send when key attributes of an order item change value. Currently, we only send these update events when items are items are refunded to a customer. The use of this webhook has been deprecated. Please use a new webhook for the new version of the API. The new webhook is called `winkelstraat/push-api/v2/order-item`. ## Servers - http://api.example.com: http://api.example.com () ## Parameters ### Headers - **x-version** (string) Version of the webhook. - **x-api-key** (string) The API-key is a shared secret that can be used to authenticate the incomming request. ### Body: application/json (object) - **order** (object) - **order_item** (object) - **update** (object) The update describes the change relative to the order item. Currently, we have only specified a creditmemo item update. ## Responses ### 200 Ok ### 202 Accepted ### 406 Not accepted [Powered by Bump.sh](https://bump.sh)