# Get specific order **GET /V1/stock-hub/orders/{orderIncrementId}** Get 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: (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) ### 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)