Importing products with custom serialized data using WooCommerce REST API
-
I would like to import woocommerce products using WooCommerce REST API. So, given csv file with products data, i just POST them via the API according to documentation
The problem begins with custom tabs of a product. I use Custom Product Tabs for WooCommerce which stores the custom tab data in a serialized form in post_meta table . As custom tabs are meta data, i thought it’s possible to put in the csv information which will be placed in custom tabs and put it in meta data. Thus, manual adding of tabs and their content won’t be necessary, the same way, manually adding of products is not necessary if bulk import via REST API is used.
If it’s possible to import custom tabs, i don’t know what to put in meta data argument for custom tabs.
Is it possible?
- The topic ‘Importing products with custom serialized data using WooCommerce REST API’ is closed to new replies.