We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: