Hi,
I am having some difficulties getting the Products endpoint on the webapi to work as expected:
- I am using a Swift 1.14.1 site with Dynamicweb 9.13.11
https://dev-swiftrizzo.mydwsite1.com/
- I need to use the products endpoint being the only one as POST
/dwapi/ecommerce/product
- I looked into the ProductListViewModelSettings to submit the proper Parameters for the Query
There are 3 required ones and I submitted my important one MainProductID (which exists in the Products query of the SwiftProducts repository)
I can get a response, but it seems to disregard my parameters
Here are my settings
I am attaching the response I get from Swagger
Notice how the response does not care about PageSize, CurrentPage nor the Product Ids. It just gives me 10 product ids (when I'm expecting 1).
What am I doing wrong?
Best Regards,
Nuno Aguiar