# Winkelstraat/stock hub/v1/order **POST winkelstraat/stock-hub/v1/order** The order webhook performs a POST in JSON format to a designated endpoint of the reseller. ## 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) - **increment_id** (string) - **created_at** (string(date-time)) - **updated_at** (string(date-time)) - **items** (array[object]) - **shipping_address** (object) - **billing_address** (object) - **status** (string | null) - **shipping_price** (number | null) - **grand_total** (number | null) - **subtotal** (number | null) - **currency** (string | null) - **po_number** (string | null) The PO number is the reference number to pay for approved purchases. The PO number is used to link the order to the order of the purchasing company. ## Responses ### 200 Ok ### 202 Accepted ### 406 Not accepted [Powered by Bump.sh](https://bump.sh)