Hi,
I connected Sello.io to Woocommerce from their webpage, no need for a plugin to do that, which means I don’t use CSV files neither.
Here is what Sello told me is sent from them to Woocommerce:
2021-09-05T17:25:58.863Z ab53151f-2b10-46f1-9498-134c7806d964 INFO Using group id as main product sku
2021-09-05T17:25:58.863Z ab53151f-2b10-46f1-9498-134c7806d964 INFO Creating product with data: {
"description": "<p>Flexibel konsol i hållbart stål. Justerbar till olika dimensioner, balkongräcke 3-14 cm, balkonglåda: 10,5 cm - 21 cm. Max vikt: 20 Kg. 1 par. </p><p>Varning! Montera alltid balkonglådan på insidan av balkongen.</p>",
"manage_stock": true,
"stock_quantity": 28,
"weight": "0.48",
"sale_price": "89.00",
"regular_price": "89.00",
"attributes": [
{
"id": "4",
"option": "Svart"
},
{
"id": "7",
"options": [
"Orthex"
],
"variation": false,
"visible": true
},
{
"id": "4",
"options": [
"Svart",
"Vit"
],
"variation": true,
"visible": true
}
],
"meta_data": [],
"categories": [
{
"id": 92
}
],
"images": [
{
"alt": "Orthex Konsol 1 par ",
"name": "Orthex Konsol 1 par ",
"position": 0,
"src": "https://images.sello.io/products/acc/32548/622050938029883e5e805cf9b8a5b8c214fe3066.jpg"
}
],
"name": "Orthex Konsol 1 par ",
"short_description": "",
"type": "variable"
}?
And this is the data that was saved to Sello's Woocommerce product database:
{
"integration_id": {
"N": "52164"
},
"group_id": {
"N": "42874168"
},
"woo_product_id": {
"N": "31055"
},
"image_ids": {
"M": {
"https://images.sello.io/products/acc/32548/622050938029883e5e805cf9b8a5b8c214fe3066.jpg": {
"N": "31054"
}
}
},
"variation_ids": {
"M": {
"62205093": {
"N": "31057"
},
"62205094": {
"N": "31059"
}
}
},
"permalink": {
"S": "https://koksgladje.se/produkt/orthex-konsol-1-par/"
}
}