We add new products frequently (multiple per day) and would like a way to set the default weight for new products so that we don’t inadvertently forget to set it. I’m trying to use Flow, and can setup the trigger, check the item weight (if weight = 0), then…but can’t figure out where to find Weight under the Actions options. Can anyone help?
Hello @Carver_Junk_Com ,
If you’re trying to use Microsoft Power Automate (previously called Microsoft Flow), the “Weight” option may not be available as an action in the list of available actions. This is because the Weight property is not a built-in property for all types of actions.
However, you can still set the weight of a product using Power Automate by using the “Update a product” action. Here’s how:
- Add the “Update a product” action as the next step after the trigger.
- Select the correct connection and Shopify store in the action.
- In the “Product ID” field, select the appropriate dynamic content from the trigger to identify the product you want to update.
- Under the “Advanced options” section, click on “Edit in advanced mode.”
- In the advanced editor, add the following code under “Properties” to set the weight of the product:
{
"weight": {{your_weight_value_here}},
}
- Save and test
Hope this will work.
Have a nice day,
OneCommerce.
Thanks, we are using Shopify Flow, not MS.
Carver, did you find any solution for setting the weight using Shopify Flow? We are also looking for a solution for this… ![]()
Also looking to do this, did you or @Carver_Junk_Com find a solution to this?
No, I still haven’t found a solution to it… ![]()
unfortunately shopify support confirmed:
after taking a look, it seems like this won’t be possible using the default workflow actions. It just seems like flow dosen’t have actions to make adjustments to products in general. That being said, I do see why it would be handy to have this feature so I can share your feedback with our team! They take feedback into consideration when making updates on Shopify and post any changes they make to the Shopify Changelog and/or Developer Changelog.