• Resolved bernardoveras

    (@bernardoveras)


    In the ERP where I work, we have integration with Woocommerce and synchronize the products.
    A customer wants only the stock and price of the product to be updated and not to change the name, etc…

    Is it possible to do that? Some PATCH route for example.

Viewing 1 replies (of 1 total)
  • Hi @

    Thanks for reaching out!

    A customer wants only the stock and price of the product to be updated and not to change the name, etc…

    Yes, it is possible to update only certain fields of a product such as the stock and price without changing the name or other fields. You can do this using the WooCommerce REST API and specifically the ‘Update a product’ endpoint.

    Hope this helps!

Viewing 1 replies (of 1 total)
  • The topic ‘Update product specific fields with PATCH’ is closed to new replies.