woocommerce / wc-api-php

WooCommerce REST API PHP Library
https://packagist.org/packages/automattic/woocommerce
MIT License
528 stars 160 forks source link

Custom Tab Title and Custom Tab Content #337

Open cgaeking opened 1 year ago

cgaeking commented 1 year ago

While creating or updating a product with this api it seems not to be possible to add data to Custom Tab Title and Custom Tab Content. Visible at Extras-Tab of a product.

I tried to set it unter meta_data with: key=> "wc_productdata_options", value => [ "_custom_tab" : "My tab content", "_custom_tab_title": "My Tab" ]

But that did not work.