Item Search with Pricing Matrix #104
Unanswered
crichardson9
asked this question in
Q&A
Replies: 1 comment
-
I'm not sure if this is possible using web services directly. I know there are some things that their API just doesn't support and the solution to those from what I've seen is to use a custom search and then use the ID of that search in your web services calls. Perhaps that could be used to accomplish your desired outcome? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The following code returns 50 items:
And since
$bodyFieldsOnly
isfalse
all item data is returned (including apricingMatrix
property):However, with
$bodyFieldsOnly
set tofalse
the query takes a long time to complete (since all data is being retrieved).Is there a way to return all items, their
internal ID
and theirpricing matrix
?I've managed to retrieve the
internal ID
but no pricing data:Any help or advice would be much appreciated as I've been banging my head on the desk for a while now!
Beta Was this translation helpful? Give feedback.
All reactions