Support for woocommerce api create products
-
Hey there,
It appears that when I create a product with the api and add this to the meta_data array.
"meta_data": [ { "key": "wpru_enable", "value": "1" }, { "key": "wpru_users", "value": [ ${steps.create_user_in_woocommerce.$return_value.user.ID} ] }, { "key": "wpru_mode", "value": "view" } ]
It does not show up for that specific user.
${steps.create_user_in_woocommerce.$return_value.user.ID}
gets turned into a value and I confirmed this by going into the product manually. If I then save this product, the product shows for that client.Can you suggest a way I can do this with an api instead of having to go into each created product manually and saving them?
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Support for woocommerce api create products’ is closed to new replies.