{
"success": true,
"code": 200,
"request_id": "550e8400-e29b-41d4-a716-446655440000",
"message": "Field mappings retrieved",
"data": {
"product_fields": {
"name": ["name", "title", "product_name"],
"description": ["description", "desc"],
"brand": ["brand", "manufacturer"],
"model": ["model"],
"ean": ["ean", "ean13", "barcode"],
"sku": ["sku", "code", "id"],
"xml_id": ["id", "xml_id", "external_id"],
"image_url": ["image", "image_url", "picture"],
"external_url": ["url", "link", "product_url"],
"weight": ["weight"],
"color": ["color"],
"size": ["size"]
},
"offer_fields": {
"price": ["price", "regular_price"],
"discounted_price": ["discounted_price", "sale_price", "loyalty_program_item_price"],
"currency": ["currency"],
"availability": ["availability", "in_stock"],
"stock_quantity": ["stock", "quantity"],
"delivery_info": ["delivery", "shipping"],
"warranty_info": ["warranty"],
"external_url": ["url", "link", "product_url"],
"external_id": ["id", "external_id"],
"featured": ["featured"]
},
"category_fields": {
"categories": ["categories/category", "category"]
}
}
}