Skip to main content
GET
/
v1
/
availability
/
{id}
Get product availability
curl --request GET \
  --url http://localhost:3000/v1/availability/{id}
{
  "product_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "product_name": "<string>",
  "scraped_product_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "score": 123,
  "tier": "<string>",
  "confidence": {
    "level": "<string>",
    "lower": 123,
    "upper": 123
  },
  "total_events": 123,
  "events_by_type": {},
  "events_by_location": {}
}

Path Parameters

id
string<uuid>
required

Response

200 - application/json

Product availability data

product_id
string<uuid>
required
product_name
string
required
scraped_product_id
string<uuid>
required
score
number | null
tier
string
confidence
object
total_events
number
events_by_type
object
events_by_location
object