Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retrieve an SKU's products endpoint returns 404 #161

Open
giannoug opened this issue Dec 19, 2021 · 0 comments
Open

Retrieve an SKU's products endpoint returns 404 #161

giannoug opened this issue Dec 19, 2021 · 0 comments

Comments

@giannoug
Copy link

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'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant