curl --request POST \
--url https://api.blazemonitors.com/items/force-add \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--data '{
"items": [
{
"itemId": "B09DFHJTF5",
"config": {
"stockAlertMaxPrice": 500,
"priceAlertMaxPrice": 450,
"monitorPrice": true,
"mutedVariants": {}
}
}
]
}'
{
"site": {
"platformName": "amazon",
"siteName": "AmazonUS",
"siteUrl": "https://amazon.com",
"siteCurrency": "USD",
"siteImg": "https://drive.google.com/uc?id=1AoYw0yB47Kh8RQFXDDBUKRIhH1U3bxVC",
"hasLists": true,
"hasProducts": true,
"hasReleases": false,
"hasForceAdd": true,
"queryType": "productSku",
"restockTypes": [
"Restock"
],
"altNames": [
"amazon",
"amz",
"amzus"
]
},
"results": {}
}
Force add items to monitor, bypassing certain validations
curl --request POST \
--url https://api.blazemonitors.com/items/force-add \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--data '{
"items": [
{
"itemId": "B09DFHJTF5",
"config": {
"stockAlertMaxPrice": 500,
"priceAlertMaxPrice": 450,
"monitorPrice": true,
"mutedVariants": {}
}
}
]
}'
{
"site": {
"platformName": "amazon",
"siteName": "AmazonUS",
"siteUrl": "https://amazon.com",
"siteCurrency": "USD",
"siteImg": "https://drive.google.com/uc?id=1AoYw0yB47Kh8RQFXDDBUKRIhH1U3bxVC",
"hasLists": true,
"hasProducts": true,
"hasReleases": false,
"hasForceAdd": true,
"queryType": "productSku",
"restockTypes": [
"Restock"
],
"altNames": [
"amazon",
"amz",
"amzus"
]
},
"results": {}
}
API key for authentication
Items force-added successfully
The response is of type object
.