# List of stocks Returns the list of stocks. There are usually not many stocks, therefore the endpoint returns all of them without Paging. Endpoint: GET /api/stocks Version: 1.0.0 Security: shoptetAccessToken, shoptetPrivateApiToken ## Header parameters: - `Content-Type` (string, required) ## Response 200 fields (application/json): - `data` (object, required) - `data.stocks` (array, required) - `data.stocks.id` (integer, required) stock unique ID - `data.stocks.title` (string, required) stock name - `data.stocks.isDeliveryPoint` (boolean, required) flag, whether the stock is also a distribution point - `data.stocks.deliveryPointTitle` (string,null, required) name of the distribution point (can be ) - `data.stocks.deliveryPointAddress` (string,null, required) address of the distribution point (can be ) - `data.defaultStockId` (integer, required) - `errors` (array,null, required) - `errors.errorCode` (string, required) Short text error identification - `errors.message` (string, required) Descriptive error message - `errors.instance` (string, required) Identification of the entity referenced