Selamlar,
ürün aktarırken varyant kısmında sorun yaşıyorum. Örneğin bir ürün gönderirken, Ürüne ait 3 renk olabilir (Beyaz, siyah ve mavi) aynı zamanda 2 beden olabilir (S ve M) ve cinsiyet olarak Erkek.
Bunu bizden şu şekilde göndermemizi istiyor:
{
"attributeId": "Renk",
"attributeValueId": "Beyaz"
},
{
"attributeId": "Beden",
"attributeValueId": "S"
},
{
"attributeId": "Cinsiyet",
"attributeValueId": "Erkek"
}
]
"attributes": [
{
"attributeId": "Renk",
"attributeValueId": "Siyah"
},
{
"attributeId": "Beden",
"attributeValueId": "S"
},
{
"attributeId": "Cinsiyet",
"attributeValueId": "Erkek"
}
]
"attributes": [
{
"attributeId": "Renk",
"attributeValueId": "Mavi"
},
{
"attributeId": "Beden",
"attributeValueId": "S"
},
{
"attributeId": "Cinsiyet",
"attributeValueId": "Erkek"
}
]
"attributes": [
{
"attributeId": "Renk",
"attributeValueId": "Beyaz"
},
{
"attributeId": "Beden",
"attributeValueId": "M"
},
{
"attributeId": "Cinsiyet",
"attributeValueId": "Erkek"
}
]
"attributes": [
{
"attributeId": "Renk",
"attributeValueId": "Beyaz"
},
{
"attributeId": "Beden",
"attributeValueId": "M"
},
{
"attributeId": "Cinsiyet",
"attributeValueId": "Erkek"
}
]
....
İlgili Geliştirici sayfası: https://developers.trendyol.com/tr/marketplace-entegrasyonu/urun-entegrasyonu/v2/urun-aktarma-2
Elimdeki veriler:
Sorunum şu: Elimdeki verileri nasıl trendyolun istediği hale getirebilirim?