ho-nl / BolCom_RetailerApi

Package that talks to the bol.com v8 API
10 stars 10 forks source link

required fields #46

Open atzeteppema opened 3 years ago

atzeteppema commented 3 years ago

https://github.com/ho-nl/BolCom_RetailerApi/blob/cecd2d44094a2f5d1502127eb089181ca7ca7272/src/Model/Offer/domain.fpp#L108-L111

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

atzeteppema commented 3 years ago

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.