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

required fields #46

Open
atzeteppema opened this issue Oct 6, 2021 · 1 comment
Open

required fields #46

atzeteppema opened this issue Oct 6, 2021 · 1 comment

Comments

@atzeteppema
Copy link

data Store = Store {
Title $productTitle,
?CountryCode[] $visible
} deriving (FromArray, ToArray);

According to ReDoc the productTitle is optional and visible is required;
https://api.bol.com/retailer/public/redoc/v4#operation/get-offer

@atzeteppema
Copy link
Author

I contacted the Bol.com support desk and they confirm that the documentation is incorrect on this point.
Both the productTitle and visible fields are not required. The documentation will be changed soon.

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