Hi all,
I'm doing some development using the GP web service and am having trouble figuring out how to retrieve BaseBook pricing for an Item. I tried using the GetPricingByKey method but it only seems to return standard pricing, or the pricing from that items Price List.
So for example. When I create a new order in GP with extended pricing enabled using AARONFIT0001 and add a specific item for $5.00, that $5.00 is coming from the base book price sheet. When I try to retrieve that $5 price for the item through the GP web service i get what ever is set up in that items price list (under Cards->Inventory->Price List).
I'm working with the sample code from msdn.microsoft.com/.../cc508506.aspx
Anybody know if I need to pass in some extra information within the PricingKey object, or if there is a different method I should be using?
Thanks in advance!
javascript:void(0)