# Get a specific Stock Hub quote **GET /V1/stock-hub/quotes/{quoteId}** Get a specific Stock Hub quote. This method should be used to validate a quote, before submitting it to an order. ## Servers - https://m2.winkelstraat.nl/rest/all: https://m2.winkelstraat.nl/rest/all () ## Parameters #### Path parameters - **quoteId** (integer) ## Responses ### 200: 200 Success. #### Body Parameters: (object) - **id** (integer) . - **created_at** (string) Timestamp when quote is created - **updated_at** (string) Timestamp when quote is updated - **items** (array[object]) Quote items - **billing_address** (object) - **shipping_address** (object) - **payment** (object) - **grand_total** (number) Grand total (inc. VAT) - **shipping_price** (number) Shipping & handling costs (incl. VAT) - **currency** (string) - **locale** (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)