PATCH
/
items
/
{itemid}
/
alerts
/
price
Update Price Alerts
curl --request PATCH \
  --url https://api.blazemonitors.com/items/{itemid}/alerts/price \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: <api-key>' \
  --data '{
  "enable": true,
  "maxPrice": 450
}'
{
  "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": {}
}

Authorizations

X-Api-Key
string
header
required

API key for authentication

Path Parameters

itemid
string
required

Product SKU or identifier

Query Parameters

site
string
required

Body

application/json

Response

200
application/json

Price alerts updated successfully

The response is of type object.