• Resolved n0th

    (@n0th)


    Dear all

    I would like to update products brands using standard woocommerce update products API call.

    Can you let me know the proper json format to update products brands? Im not able to find the proper format so far the only that its not giving errors is this one but no change on products.

    {
    “pwb-brand”: [
    {
    “id”: “xxxx”,
    “name”: “xxxx”,
    “slug”: “xxxx”
    }
    ]
    }

    Can you let me know the proper fields to update a products for brands?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support jmatiasmastro

    (@jmatiasmastro)

    @n0th Hi mate,

    Our plugin currently doesn’t support setting PWB Brand values via the WooCommerce API REST. This functionality isn’t available at the moment. If you have any other questions or need further assistance, please let us know.

    Best regards, QuadLayers Support Team.

    Thread Starter n0th

    (@n0th)

    so the only available thing is to read it.is there any way to update products via Bulk?

    Plugin Support jmatiasmastro

    (@jmatiasmastro)

    @n0th Hi mate, yes, that’s correct; that’s how it currently works

    Best regards, Quadlayers Support Team.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.