# Winkelstraat/stock hub/v1/shipment **POST winkelstraat/stock-hub/v1/shipment** The shipment 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) - **order_increment_id** (string) - **origin_address** (object) - **track** (object) - **collected_at** (string | null) - **delivered_at** (string | null) - **status** (string | null) - **currency** (string) - **po_number** (string | null) The PO (Purchase order) number is the reference number to pay for approved purchases. The PO number is used to link the shipment to the order of the purchasing company. ## Responses ### 200 Ok ### 202 Accepted ### 406 Not accepted [Powered by Bump.sh](https://bump.sh)