• Resolved acheniki

    (@acheniki)


    Hello,
    I would like to add the 3 fields of this add-on to the CSV template to upload the variations, i have like 2000 variations.
    Hopefully someone already did this and can guide me through this.
    Thanks guys

Viewing 1 replies (of 1 total)
  • Plugin Author KevinMcCall

    (@kevinmccall)

    Hi,

    You can add stock dependency settings when you import products/variations using the WooCommerce import feature.

    Create a column in your spreadsheet with ‘Meta: _stock_dependency’ in the header row and then add the dependencies for each item like this:

    {“enabled”:true,”stock_dependency”:[{“sku”:”DEPENDENCY-SKU”,”qty”:”1″}]}

    Note that you can import multiple dependencies with a value like this:

    {“enabled”:true,”stock_dependency”:[{“sku”:”DEPENDENCY-SKU1″,”qty”:”1″},{“sku”:”DEPENDENCY-SKU2″,”qty”:”1″}]}

Viewing 1 replies (of 1 total)
  • The topic ‘Stock dependencies csv import’ is closed to new replies.