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? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
The following code returns 50 items:
And since
$bodyFieldsOnlyisfalseall item data is returned (including apricingMatrixproperty):However, with
$bodyFieldsOnlyset tofalsethe query takes a long time to complete (since all data is being retrieved).Is there a way to return all items, their
internal IDand theirpricing matrix?I've managed to retrieve the
internal IDbut 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!
All reactions