# List items viable for return for a specific order **GET /V1/stock-hub/rma/order/{orderIncrementId}** List items viable for return for a specific order ## Servers - https://magento2.winkelstraat.mac/rest/all: https://magento2.winkelstraat.mac/rest/all () ## Parameters ### Path parameters - **orderIncrementId** (string) ## Responses ### 200 200 Success. #### Body: (array[object]) - **item_id** (integer) - **reasons** (array[string]) - **resolutions** (array[string]) - **sizes** (array[string]) - **sku** (string) - **parent_sku** (string) - **qty** (integer) - **item_price_inc_tax** (number) - **row_total_inc_tax** (number) - **manufacturer** (string) - **size** (string) - **mpn** (string) ### 401 401 Unauthorized #### Body: (object) - **message** (string) Error message - **errors** (array[object]) Error details - **code** (integer) Error code - **parameters** (array[object]) Error parameters item - **trace** (string) Stack trace ### default Unexpected error #### Body: (object) - **message** (string) Error message - **errors** (array[object]) Error details - **code** (integer) Error code - **parameters** (array[object]) Error parameters item - **trace** (string) Stack trace [Powered by Bump.sh](https://bump.sh)