# Get specific order **GET /V1/stock-hub/orders/{orderIncrementId}** Get specific order ## Servers - https://m2.winkelstraat.nl/rest/all: https://m2.winkelstraat.nl/rest/all () ## Parameters #### Path parameters - **orderIncrementId** (string) ## Responses ### 200: 200 Success. #### Body Parameters: (object) - **increment_id** (string) - **created_at** (string) - **updated_at** (string) - **items** (array[object]) - **shipping_address** (object) - **billing_address** (object) - **status** (string) - **shipping_price** (number) - **subtotal** (number) - **grand_total** (number) - **currency** (string) - **is_invoiced** (boolean) - **is_shipped** (boolean) - **po_number** (string) ### 401: 401 Unauthorized #### Body Parameters: (object) - **message** (string) Error message - **errors** (array[object]) Errors list - **code** (integer) Error code - **parameters** (array[object]) Error parameters list - **trace** (string) Stack trace ### default: Unexpected error #### Body Parameters: (object) - **message** (string) Error message - **errors** (array[object]) Errors list - **code** (integer) Error code - **parameters** (array[object]) Error parameters list - **trace** (string) Stack trace [Powered by Bump.sh](https://bump.sh)