skroutz / developer.skroutz.gr

The Skroutz developer platform
https://developer.skroutz.gr
Other
33 stars 18 forks source link

Retrieve an SKU's products endpoint returns 404 #161

Open giannoug opened 2 years ago

giannoug commented 2 years ago

Using GET /skus/:id/products to get an SKU's products, I always get 404 even though the SKU has products :(

This was a working call (last time I checked was almost a year ago) and now it seems that it stopped working.

Example call:

curl \
  --verbose \
  --request GET \
  --header 'Accept: application/vnd.skroutz+json; version=3.2' \
  --header 'Authorization: Bearer redacted' \
  'https://api.skroutz.gr/skus/25549852/products'