Codexshaper / laravel-woocommerce

WooCommerce Rest API for Laravel
MIT License
195 stars 57 forks source link

Status of products created in WP from Laravel #20

Closed invaders-xx closed 4 years ago

invaders-xx commented 4 years ago

I have implement creation of product in WP from Laravel and it works great !! But, the status of the product created in WP seems to be "readonly" even if the status is published and visibility public. Which means that it does not appear in the shop until I edit it and simply click on "Update".

Do you have any feedback on that ?

Many thanks for your feedback.

FYI I use WP 5.4 with WOO 4.0.1

invaders-xx commented 4 years ago

My fault : I forgot to set a parameter.

Thanks