Home Forums WoodMart support forum API Endpoint Frequently bought together

API Endpoint Frequently bought together

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #453715

    johannes.radl
    Participant

    Hello,

    https://xtemos.com/docs-topic/frequently-bought-together/

    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?

    Thanks in advance!

    #453797

    Artem Temos
    Keymaster

    Hello,

    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.

    Kind Regards

Viewing 2 posts - 1 through 2 (of 2 total)