Zapier does not see/support the Woocommerce plugin for Brands on Products. The documentation mentions it is similar to how Zapier handles Categories, and is clearly available in the Woo REST API:
curl -X PUT https://example.com/wp-json/wc/v2/products/123
-u consumer_key:consumer_secret
-H ‘Content-Type: application/json’
-d ‘{“brands”: [48, 49]}’
Open
Last updated: January 25, 2023
0 comments
Log in to comment on this feature request.