Hi!
The FmtOptions property on eg BrowseRequest is a Dictionary<string, string>. But the API seems to expect fmt_options.fields to be an array and the format of ?fmt_options[fields][0]=field1&fmt_options[fields][1]=field2 in the url. From what I can tell by looking how the SDK handles the FmtOptions property it can't format the fields in the way that the API expects, it only supports scalar values in string format to append to the API request url. How can we pass along a field name? We're only interested in getting item id and variation id back and not all of the item and variation metadata.
Hi!
The
FmtOptionsproperty on eg BrowseRequest is a Dictionary<string, string>. But the API seems to expectfmt_options.fieldsto be an array and the format of?fmt_options[fields][0]=field1&fmt_options[fields][1]=field2in the url. From what I can tell by looking how the SDK handles theFmtOptionsproperty it can't format the fields in the way that the API expects, it only supports scalar values in string format to append to the API request url. How can we pass along a field name? We're only interested in getting item id and variation id back and not all of the item and variation metadata.