Hi,
How can we request the products webapi to return a specific product field and not all? I tried with the following query parameters but with no luck:
- ProductSettings.ProductFieldSettings.FieldsToShow=IsNonOrderable
- ProductFieldSettings.FieldsToShow=IsNonOrderable
Sample URL:
https://dev-swiftrizzo.mydwsite1.com/dwapi/ecommerce/products/search?QueryName=Products&RepositoryName=Products&UserId=&LanguageId=LANG1&CurrencyCode=USD&CountryCode=US&ShopId=SHOP1&ProductSettings.FilledProperties=Id,Name,Number,VariantId,DefaultUnitId,StockLevel,NeverOutOfstock,Price,ProductFields&ProductSettings.PriceSettings.ShowPricesWithVat=True&ProductSettings.PriceSettings.FilledProperties=PriceFormatted,Price&&PageSize=7&eq=10046
BR, Mario