GET
/v2/api/stocktriggers/{ID}
curl \
--request GET 'https://api.maddenanalytics.com/v2/api/stocktriggers/{ID}'
Response examples (200)
{
"allowMaxAuto": true,
"allowMinAuto": true,
"id": 42,
"key": "string",
"lastRestockDate": "string",
"lowerLimit": 42,
"max": 42,
"min": 42,
"minMaxSource": "string",
"minMaxUpdatedAt": "string",
"preventRestock": true,
"season": "string",
"sku": "string",
"skuID": 42,
"startDate": "string",
"upperLimit": 42,
"warehouseExternalId": "string",
"warehouseID": "string"
}
Response examples (default)
{
"error": "Error Type (if any)",
"message": "Message describing the error",
"statusCode": 400
}