API Reference

Ürün Oluşturma Örnek İstek

Örnek İstek

Örnek istek; SHOES stok koduyla, 884802801818 barkoduyla, sıfır ürün (new_new) olarak, 890.90₺ fiyat ve 50 stok adediyle açılacak şekilde kurgulanmıştır.

curl -L -X PUT 'https://sellingpartnerapi-eu.amazon.com/listings/2021-08-01/items/AO0WPKWDI17JQ/SHOES?marketplaceIds=A33AVAJ2PDY3EV' \
-H 'x-amz-access-token: {{access-token}}' \
-H 'X-Amz-Security-Token: {{security-token}}' \
-H 'X-Amz-Date: {{request-date}}' \
-H 'Authorization: {{authorization}}' \
-H 'Content-Type: application/json' \
-d '{
    "productType": "SHOES",
    "requirements": "LISTING_PRODUCT_ONLY",
    "attributes": {
        "externally_assigned_product_identifier": [
            {
                "type": "upc",
                "value": "884802801818"
            }
        ],
        "brand": [
            {
                "value": "Genel"
            }
        ],
        "bullet_point": [
            {
                "value": "Belirli oranda geri dönüştürülmüş malzemelerle üretilen, konforlu koşu ayakkabısı."
            }
        ],
        "country_of_origin": [
            {
                "value": "TR"
            }
        ],
        "color": [
            {
                "standardized_values": {
                    "value": "Kırmızı"
                }
            }
        ],
        "product_description": [
            {
                "value": "Her zaman kullanabileceğin bu koşu ayakkabısı, bazı yenilikçi teknolojilerle donatılmıştır."
            }
        ],
        "supplier_declared_dg_hz_regulation": [
            {
                "value": "not_applicable"
            }
        ],
        "supplier_declared_material_regulation": [
            {
                "value": "not_applicable"
            }
        ],
        "purchasable_offer": [
            {
                "currency": "TRY",
                "our_price": [
                    {
                        "schedule": [
                            {
                                "value": "884802801818",
                                "value_with_tax": "890.90"
                            }
                        ]
                    }
                ]
            }
        ],
        "main_product_image_locator": [
            {
                "media_location": "https://amazon-seller-central-tr.s3.eu-central-1.amazonaws.com/shoe-1.jpg"
            }
        ],
        "other_product_image_locator_1": [
            {
                "media_location": "https://amazon-seller-central-tr.s3.eu-central-1.amazonaws.com/shoe-2.jpg"
            }
        ],
        "fulfillment_availability": [
            {
                "fulfillment_channel_code": "DEFAULT",
                "quantity": "50",
                "lead_time_to_ship_max_days": "3"
            }
        ],
        "recommended_browse_nodes": [
            {
                "value": "13546675031"
            }
        ],
        "condition_type": [
            {
                "value": "new_new"
            }
        ],
        "water_resistance_level": [
            {
                "value": "not_water_resistant"
            }
        ],
        "age_range_description": [
            {
                "value": "Genç Yetişkin"
            }
        ],
        "sole_material": [
            {
                "value": "Kauçuk"
            }
        ],
        "lifestyle": [
            {
                "value": "Günlük"
            }
        ],
        "manufacturer": [
            {
                "value": "Amazon"
            }
        ],
        "target_gender": [
            {
                "value": "male"
            }
        ],
        "leather_type": [
            {
                "value": "Süet"
            }
        ],
        "outer": [
            {
                "material": [
                    {
                        "value": "Süet"
                    }
                ]
            }
        ],
        "strap_type": [
            {
                "value": "Ayak Bileği Kayışı"
            }
        ],
        "height_map": [
            {
                "value": "Orta"
            }
        ],
        "model_number": [
            {
                "value": "AMZN-SHOES-1"
            }
        ],
        "footwear_size": [
            {
                "age_group": "adult",
                "size_system": "eu_footwear_size_system",
                "gender": "men",
                "size_class": "numeric",
                "size": "numeric_41",
                "width": "medium"
            }
        ],
        "heel": [
            {
                "height": [
                    {
                        "decimal_value": "2.5",
                        "unit": "centimeters"
                    }
                ],
                "type": [
                    {
                        "value": "Düz"
                    }
                ]
            }
        ],
        "department": [
            {
                "value": "Erkek"
            }
        ],
        "item_type_name": [
            {
                "value": "Spor Ayakkabı"
            }
        ],
        "shaft": [
            {
                "height": [
                    {
                        "value": "Diz Hizası"
                    }
                ]
            }
        ],
        "closure": [
            {
                "type": [
                    {
                        "value": "Bağcıklı"
                    }
                ]
            }
        ],
        "model_name": [
            {
                "value": "Runner"
            }
        ],
        "inner": [
            {
                "material": [
                    {
                        "value": "Polyester"
                    }
                ]
            }
        ],
        "color": [
            {
                "standardized_values": [
                    "Bronz"
                ],
                "value": "Bronz"
            }
        ],
        "item_name": [
            {
                "value": "Nika Runner XS Spor Ayakkabı White"
            }
        ],
        "style": [
            {
                "value": "Spor"
            }
        ]
    }
}'
curl -L -X PUT 'https://sellingpartnerapi-eu.amazon.com/listings/2021-08-01/items/AO0WPKWDI17JQ/SHOES?marketplaceIds=A33AVAJ2PDY3EV' \
-H 'x-amz-access-token: {{access-token}}' \
-H 'X-Amz-Security-Token: {{security-token}}' \
-H 'X-Amz-Date: {{request-date}}' \
-H 'Authorization: {{authorization}}' \
-H 'Content-Type: application/json' \
-d '{
    "productType": "SHOES",
    "requirements": "LISTING_PRODUCT_ONLY",
    "attributes": {
        "supplier_declared_has_product_identifier_exemption": [
            {
                "value": true
            }
        ],
        "brand": [
            {
                "value": "Genel"
            }
        ],
        "bullet_point": [
            {
                "value": "Belirli oranda geri dönüştürülmüş malzemelerle üretilen, konforlu koşu ayakkabısı."
            }
        ],
        "country_of_origin": [
            {
                "value": "TR"
            }
        ],
        "color": [
            {
                "standardized_values": {
                    "value": "Kırmızı"
                }
            }
        ],
        "product_description": [
            {
                "value": "Her zaman kullanabileceğin bu koşu ayakkabısı, bazı yenilikçi teknolojilerle donatılmıştır."
            }
        ],
        "supplier_declared_dg_hz_regulation": [
            {
                "value": "not_applicable"
            }
        ],
        "supplier_declared_material_regulation": [
            {
                "value": "not_applicable"
            }
        ],
        "purchasable_offer": [
            {
                "currency": "TRY",
                "our_price": [
                    {
                        "schedule": [
                            {
                                "value": "884802801818",
                                "value_with_tax": "890.90"
                            }
                        ]
                    }
                ]
            }
        ],
        "main_product_image_locator": [
            {
                "media_location": "https://amazon-seller-central-tr.s3.eu-central-1.amazonaws.com/shoe-1.jpg"
            }
        ],
        "other_product_image_locator_1": [
            {
                "media_location": "https://amazon-seller-central-tr.s3.eu-central-1.amazonaws.com/shoe-2.jpg"
            }
        ],
        "fulfillment_availability": [
            {
                "fulfillment_channel_code": "DEFAULT",
                "quantity": "50",
                "lead_time_to_ship_max_days": "3"
            }
        ],
        "recommended_browse_nodes": [
            {
                "value": "13546675031"
            }
        ],
        "condition_type": [
            {
                "value": "new_new"
            }
        ],
        "water_resistance_level": [
            {
                "value": "not_water_resistant"
            }
        ],
        "age_range_description": [
            {
                "value": "Genç Yetişkin"
            }
        ],
        "sole_material": [
            {
                "value": "Kauçuk"
            }
        ],
        "lifestyle": [
            {
                "value": "Günlük"
            }
        ],
        "manufacturer": [
            {
                "value": "Amazon"
            }
        ],
        "target_gender": [
            {
                "value": "male"
            }
        ],
        "leather_type": [
            {
                "value": "Süet"
            }
        ],
        "outer": [
            {
                "material": [
                    {
                        "value": "Süet"
                    }
                ]
            }
        ],
        "strap_type": [
            {
                "value": "Ayak Bileği Kayışı"
            }
        ],
        "height_map": [
            {
                "value": "Orta"
            }
        ],
        "model_number": [
            {
                "value": "AMZN-SHOES-1"
            }
        ],
        "footwear_size": [
            {
                "age_group": "adult",
                "size_system": "eu_footwear_size_system",
                "gender": "men",
                "size_class": "numeric",
                "size": "numeric_41",
                "width": "medium"
            }
        ],
        "heel": [
            {
                "height": [
                    {
                        "decimal_value": "2.5",
                        "unit": "centimeters"
                    }
                ],
                "type": [
                    {
                        "value": "Düz"
                    }
                ]
            }
        ],
        "department": [
            {
                "value": "Erkek"
            }
        ],
        "item_type_name": [
            {
                "value": "Spor Ayakkabı"
            }
        ],
        "shaft": [
            {
                "height": [
                    {
                        "value": "Diz Hizası"
                    }
                ]
            }
        ],
        "closure": [
            {
                "type": [
                    {
                        "value": "Bağcıklı"
                    }
                ]
            }
        ],
        "model_name": [
            {
                "value": "Runner"
            }
        ],
        "inner": [
            {
                "material": [
                    {
                        "value": "Polyester"
                    }
                ]
            }
        ],
        "color": [
            {
                "standardized_values": [
                    "Bronz"
                ],
                "value": "Bronz"
            }
        ],
        "item_name": [
            {
                "value": "Nika Runner XS Spor Ayakkabı White"
            }
        ],
        "style": [
            {
                "value": "Spor"
            }
        ]
    }
}'
{
    "sku": "SHOES",
    "status": "ACCEPTED",
    "submissionId": "ded67e4b395944be90c316f5781dcc90",
    "issues": []
}
{
    "sku": "YNG-WTR-3",
    "status": "INVALID",
    "submissionId": "a9d998e1934d4349b858f45599535c1e",
    "issues": [
        {
            "code": "90220",
            "message": "“item_name” özelliğinin sağlanması zorunlu ancak sağlanmadı.",
            "severity": "ERROR",
            "attributeNames": [
                "item_name"
            ]
        },
        {
            "code": "90220",
            "message": "“externally_assigned_product_identifier” özelliğinin sağlanması zorunlu ancak sağlanmadı.",
            "severity": "ERROR",
            "attributeNames": [
                "externally_assigned_product_identifier"
            ]
        },
        {
            "code": "90220",
            "message": "“water_resistance_level” özelliğinin sağlanması zorunlu ancak sağlanmadı.",
            "severity": "ERROR",
            "attributeNames": [
                "water_resistance_level"
            ]
        },
        {
            "code": "90220",
            "message": "“inner” özelliğinin sağlanması zorunlu ancak sağlanmadı.",
            "severity": "ERROR",
            "attributeNames": [
                "inner"
            ]
        },
        {
            "code": "90220",
            "message": "“sole_material” özelliğinin sağlanması zorunlu ancak sağlanmadı.",
            "severity": "ERROR",
            "attributeNames": [
                "sole_material"
            ]
        },
        {
            "code": "90220",
            "message": "“batteries_required” özelliğinin sağlanması zorunlu ancak sağlanmadı.",
            "severity": "ERROR",
            "attributeNames": [
                "batteries_required"
            ]
        },
        {
            "code": "90220",
            "message": "“leather_type” özelliğinin sağlanması zorunlu ancak sağlanmadı.",
            "severity": "ERROR",
            "attributeNames": [
                "leather_type"
            ]
        },
        {
            "code": "90220",
            "message": "“brand” özelliğinin sağlanması zorunlu ancak sağlanmadı.",
            "severity": "ERROR",
            "attributeNames": [
                "brand"
            ]
        },
        {
            "code": "90220",
            "message": "“item_package_dimensions” özelliğinin sağlanması zorunlu ancak sağlanmadı.",
            "severity": "ERROR",
            "attributeNames": [
                "item_package_dimensions"
            ]
        },
        {
            "code": "90220",
            "message": "“merchant_suggested_asin” özelliğinin sağlanması zorunlu ancak sağlanmadı.",
            "severity": "ERROR",
            "attributeNames": [
                "merchant_suggested_asin"
            ]
        },
        {
            "code": "90220",
            "message": "“target_gender” özelliğinin sağlanması zorunlu ancak sağlanmadı.",
            "severity": "ERROR",
            "attributeNames": [
                "target_gender"
            ]
        },
        {
            "code": "90220",
            "message": "“recommended_browse_nodes” özelliğinin sağlanması zorunlu ancak sağlanmadı.",
            "severity": "ERROR",
            "attributeNames": [
                "recommended_browse_nodes"
            ]
        },
        {
            "code": "90220",
            "message": "“product_description” özelliğinin sağlanması zorunlu ancak sağlanmadı.",
            "severity": "ERROR",
            "attributeNames": [
                "product_description"
            ]
        },
        {
            "code": "90220",
            "message": "“model_name” özelliğinin sağlanması zorunlu ancak sağlanmadı.",
            "severity": "ERROR",
            "attributeNames": [
                "model_name"
            ]
        },
        {
            "code": "90220",
            "message": "“strap_type” özelliğinin sağlanması zorunlu ancak sağlanmadı.",
            "severity": "ERROR",
            "attributeNames": [
                "strap_type"
            ]
        },
        {
            "code": "90220",
            "message": "“country_of_origin” özelliğinin sağlanması zorunlu ancak sağlanmadı.",
            "severity": "ERROR",
            "attributeNames": [
                "country_of_origin"
            ]
        },
        {
            "code": "90220",
            "message": "“item_package_weight” özelliğinin sağlanması zorunlu ancak sağlanmadı.",
            "severity": "ERROR",
            "attributeNames": [
                "item_package_weight"
            ]
        },
        {
            "code": "90220",
            "message": "“manufacturer” özelliğinin sağlanması zorunlu ancak sağlanmadı.",
            "severity": "ERROR",
            "attributeNames": [
                "manufacturer"
            ]
        },
        {
            "code": "90183",
            "message": "'footwear_size' özelliği beklenen değerlere sahip değil.",
            "severity": "ERROR",
            "attributeNames": [
                "footwear_size"
            ]
        },
        {
            "code": "90220",
            "message": "“style” özelliğinin sağlanması zorunlu ancak sağlanmadı.",
            "severity": "ERROR",
            "attributeNames": [
                "style"
            ]
        },
        {
            "code": "90220",
            "message": "“bullet_point” özelliğinin sağlanması zorunlu ancak sağlanmadı.",
            "severity": "ERROR",
            "attributeNames": [
                "bullet_point"
            ]
        },
        {
            "code": "90220",
            "message": "“lifestyle” özelliğinin sağlanması zorunlu ancak sağlanmadı.",
            "severity": "ERROR",
            "attributeNames": [
                "lifestyle"
            ]
        },
        {
            "code": "90220",
            "message": "“supplier_declared_material_regulation” özelliğinin sağlanması zorunlu ancak sağlanmadı.",
            "severity": "ERROR",
            "attributeNames": [
                "supplier_declared_material_regulation"
            ]
        },
        {
            "code": "90220",
            "message": "“model_number” özelliğinin sağlanması zorunlu ancak sağlanmadı.",
            "severity": "ERROR",
            "attributeNames": [
                "model_number"
            ]
        },
        {
            "code": "90220",
            "message": "“age_range_description” özelliğinin sağlanması zorunlu ancak sağlanmadı.",
            "severity": "ERROR",
            "attributeNames": [
                "age_range_description"
            ]
        },
        {
            "code": "90220",
            "message": "“supplier_declared_dg_hz_regulation” özelliğinin sağlanması zorunlu ancak sağlanmadı.",
            "severity": "ERROR",
            "attributeNames": [
                "supplier_declared_dg_hz_regulation"
            ]
        },
        {
            "code": "90220",
            "message": "“color” özelliğinin sağlanması zorunlu ancak sağlanmadı.",
            "severity": "ERROR",
            "attributeNames": [
                "color"
            ]
        },
        {
            "code": "90220",
            "message": "“height_map” özelliğinin sağlanması zorunlu ancak sağlanmadı.",
            "severity": "ERROR",
            "attributeNames": [
                "height_map"
            ]
        }
    ]
}
Doldurulması Gereken Güvenlik Parametreleri

Örnek isteği gönderip sonuç alabilmeniz için istek içerisinde bulunan ve aşağıda listesi verilen parametreleri doldurmanız gerekmektedir.

Güvenlik Parametreleri
{{access-token}}
{{security-token}}
{{request-date}}
{{authorization}}