# Get Stock Trigger **GET /v2/api/stocktriggers/{ID}** Get a single sku_warehouse_setting by ID. ## Servers - https://api.maddenanalytics.com: https://api.maddenanalytics.com () ## Parameters ### Path parameters - **ID** (integer) SkuWarehouseSetting ID ## Responses ### 200 OK #### Body: application/json (object) - **allowMaxAuto** (boolean) - **allowMinAuto** (boolean) - **id** (integer) - **key** (string) - **lastRestockDate** (string) - **lowerLimit** (integer) - **max** (integer) - **min** (integer) - **minMaxSource** (string) - **minMaxUpdatedAt** (string) - **preventRestock** (boolean) - **season** (string) - **sku** (string) - **skuID** (integer) - **startDate** (string) - **upperLimit** (integer) - **warehouseExternalId** (string) - **warehouseID** (string) ### default All errors will return the same object with a describing code & message #### Body: application/json (object) - **error** (string) - **message** (string) - **statusCode** (integer) [Powered by Bump.sh](https://bump.sh)