curl --request GET \
--url http://localhost:3000/v1/availability/{id}/events{
"events": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"event_type": "<string>",
"event_source": "<string>",
"event_date": "<string>",
"quantity": 123,
"retailer_location": {
"name": "<string>",
"retailer_name": "<string>"
}
}
]
}Returns availability events for a product over the last 60 days.
curl --request GET \
--url http://localhost:3000/v1/availability/{id}/events{
"events": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"event_type": "<string>",
"event_source": "<string>",
"event_date": "<string>",
"quantity": 123,
"retailer_location": {
"name": "<string>",
"retailer_name": "<string>"
}
}
]
}