Discussions
PHP: Retrieving pricing of items
Hello,
I'm able to get the correct lists of items returned, but so far unable to join the result with the pricing of the respective items retrieved. I've tried joining the ItemSearchBasic with PricingSearchBasic, it returns the correct items but still missing the pricing field. There is a saved search saved up which adds the basePrice to the retrieved item, but it won't cover all the cases I'm looking to implement.
So with the PHP toolkit 2015_1, how can I retrieve the pricing information of an item?
Thanks for any help!