Hello!
I reeeealy love your last update with wixStores API. I wish to start to use it to create my custom “option choices” dialog. But the problem that I have different price for every option for the product. They are all configured in the Wix Store. So, logically thay have to be in productOptions column of “Products” collection too.
In real life, I can’t find them in “Product” Collection, nor in StoreProductChoices structure. Can you please help me find them?
Thanks a lot
Nick
Hey
If you look in the API at http://www.wix.com/code/reference/$w.ProductPage.html#StoreProduct there you can see all you can get out from a StoreProduct. Hope it helps.
Thank you for your response, but it didn’help very mychy 
The problem I talking about is that structure StoreProductOption contains array choices (of
StoreProductOptionsChoice ). Logically, this structure has to contain custom price for every ‘choice’, but it’s not. Is it just not implemented?
Hey
Pricing os not released and there is no ETA on when that would be available. I just got that from the team in a meeting today. I have also asked to be able to change / modify pricing and that is really important for us is many projects. But for some reason this is not done yet and I know it won’t get released to any frontend code because then hackers could change prices but it might be in backend.
Hope you have patience.
Ok, then
Thanks a lot, Andreas, for all your answers!