- Want to sort a /Inventory Details call by the product family element.
- As the product family element is part of the summary element, a ".sort=productFamily" or "sort=summary.productFamily" does not work.
Could this be a typo? It looks like you don't have the preceding dot in front of sort. "summary.productFamily" is the correct way to reference the product family parameter of InventoryDetails. The API query should look something like "InventoryDetails?.sort=summary.productFamily".
Comments
0 comments
Please sign in to leave a comment.