Integrate External Products using an API
-
We’ve implemented a shop using Woocommerce and it works great. Now we got a new requirement: We should include products from an external provider using their API. Those are “real” (e.g. no digital) products and are not listed in our WP backend. It should be possible for customers to buy “our” products from our shop as well as products from that other source that is just integrated via the API. So the “External Product” type does not help us.
We’ve experimented with adding a dummy product and tried to use “woocommerce_add_cart_item_data” and “woocommerce_before_calculate_totals” to update informations on-the-fly, but that doesn’t work either.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Integrate External Products using an API’ is closed to new replies.