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