Clarification on working of Parameterized Saved Queries
Summary:
Hello team,
I was exploring option to use the Parameterized Saved Queries, and wanted to confirm on internal working of it and results returned in JSON object.
I've created a saved query which will return only shipment_gid once ran, but if I try to add fields in Params to get other attributes for eg. transport mode and carrier, the results are showing the mode and carrier as well. Is it an intended behavior? Goal is to restrict the data from saved query, ie even after fetching data from REST API using this fields param, it should return only shipment gid, mentioned in the SQ
0