Hi Everyone!
Corvid is an entirely new concept for me but learning has been quite a bit of fun (really only when my code works). What I’m working on now doesn’t seem to be mentioned much and I’m hoping that’s not simply because everyone noticed a logical and simple route that completely slipped past me. It’s regarding integrating current eBay listings with my Wix Store products via the eBay sales channel app and “linking” them. Right now the Wix Solution is to open the unlinked listings shown within the app and link each one (which takes more than 90 seconds per listing since it apparently needs to repopulate EVERYTHING before moving forward).
I’m looking for an API or some some way to access the channel connector information via code to make the process quicker; In particular the titles are an exact match between the listings and the store products so each product I select to “link” already has the appropriate product matched to the listing and I simply have to confirm it. My theory is there HAS to be a way to access this in the backend somehow and force all the matched listings/products to be approved and then I can switch back to the Wix UI and use the slow process to pair anything that is left behind without a match.
I’ve finally been able to use http-functions to get all the data from the “STORES/PRODUCTS” collection into Google Sheets and while there is a plethora of information there, I see no indication whatsoever of any differences between products solely listed in my store vs the products that sync between my store and eBay.
Does anyone have any ideas on how this might be accessed or any ideas on how it can be done in bulk or forced to approve the matches?