Proper API json to add brands
-
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)
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.