because we have a lot of products, we want to generate “Frequently Bought together” Products with a phython script and want to automatically deposit it there and update it.
In the product, it saves the id of the bundle.
“id”: 3584058,
“key”: “woodmart_fbt_bundles_id”,
“value”: [
“67166”
]
How can we edit the bundle or create new bundles by API?
Our frequently bought together bundles are based on WordPress Custom Post Type. So you can use WordPress API to manage this post type. Unfortunately, we don’t have an instruction for this since it is out of our theme support scope. But you can find more information in WordPress documentation on this.