woocommerce - Create product with variations in the same request -
i'm using rest api v2 woocommerce 3. i trying insert products variations in same request, can v2 rest api version ? this request: { "create": [ { "name": "9325400137", "type": "variable", "sku": "93254", "status": "pending", "id": "", "attributes": [ { "position": 0, "name": "color", "slug": "color", "options": [ "black", "red" ], "variation": true, "visible": true }, { "position": 0, "name": "size", "slug": "size", ...