API Reference

Rekabet Özeti Servisi

getCompetitiveSummary servisi, belirli bir ASIN için Amazon pazaryerindeki rekabetçi tekliflerin özetini sunar. Bu özet, özellikle satıcıların kendi ürünlerini rakip fiyatlara göre konumlandırabilmesi açısından önemlidir.

getCompetitiveSummary Servisine İlişkin Notlar

  • Belirtilen bir ASIN için en düşük teklif, Buy Box teklifi ve diğer rekabetçi fiyatlar hakkında özet veri sağlar.
  • Satıcılar, bu servis sayesinde ürünlerinin fiyatlarını pazar koşullarına göre değerlendirebilir ve rekabet gücünü artırabilir.
  • POST methodu ile çalışır, Sadece ASIN üzerinden sorgulanır.
  • marketplaceId, uri, method, asin & includedData parametreleri zorunludur.
  • Başarılı Cevap 1 örneği üründe satın alma kutusu olan bir ASIN üzerinden oluşturulmuştur. Başarılı Cevap 2 örneği ise istek atılan satın alma kutusu olmayan bir ASIN durumuna örnek olması amacıyla oluşturulmuştur.
  • request & response parametreleri detayına buradan ulaşabilirsiniz.

Örnek İstek

curl --location 'https://sellingpartnerapi-eu.amazon.com/batches/products/pricing/2022-05-01/items/competitiveSummary' \
--header 'accept: application/json' \
--header 'Content-Type: application/json' \
--header 'x-amz-access-token: Atza|xxxxxxxxxxxxxxxxxxxx' \
--data '{
  "requests": [
    {
      "includedData": [
        "featuredBuyingOptions", 
        "referencePrices",       
        "lowestPricedOffers"     
      ],
      "method": "GET",
      "asin": "xxxxxxxxxxxxxx",
      "marketplaceId": "A33AVAJ2PDY3EV",
      "uri": "/products/pricing/2022-05-01/items/competitiveSummary"
    }
  ]
}


'
{
    "responses": [
        {
            "body": {
                "asin": "xxxxxxxxxxx",
                "featuredBuyingOptions": [],
                "lowestPricedOffers": [
                    {
                        "lowestPricedOffersInput": {
                            "itemCondition": "New",
                            "offerType": "Consumer"
                        },
                        "offers": [
                            {
                                "condition": "New",
                                "fulfillmentType": "MFN",
                                "listingPrice": {
                                    "amount": 100.0,
                                    "currencyCode": "TRY"
                                },
                                "primeDetails": {
                                    "eligibility": "NONE"
                                },
                                "sellerId": "xxxxxxxxxxx",
                                "shippingOptions": [
                                    {
                                        "price": {
                                            "amount": 0.0,
                                            "currencyCode": "TRY"
                                        },
                                        "shippingOptionType": "DEFAULT"
                                    }
                                ],
                                "subCondition": "New"
                            },
                            {
                                "condition": "New",
                                "fulfillmentType": "AFN",
                                "listingPrice": {
                                    "amount": 115.0,
                                    "currencyCode": "TRY"
                                },
                                "primeDetails": {
                                    "eligibility": "NATIONAL"
                                },
                                "sellerId": "xxxxxxxxxxx",
                                "shippingOptions": [
                                    {
                                        "price": {
                                            "amount": 0.0,
                                            "currencyCode": "TRY"
                                        },
                                        "shippingOptionType": "DEFAULT"
                                    }
                                ],
                                "subCondition": "New"
                            },
                            {
                                "condition": "New",
                                "fulfillmentType": "AFN",
                                "listingPrice": {
                                    "amount": 150.0,
                                    "currencyCode": "TRY"
                                },
                                "primeDetails": {
                                    "eligibility": "NATIONAL"
                                },
                                "sellerId": "xxxxxxxxxxx",
                                "shippingOptions": [
                                    {
                                        "price": {
                                            "amount": 0.0,
                                            "currencyCode": "TRY"
                                        },
                                        "shippingOptionType": "DEFAULT"
                                    }
                                ],
                                "subCondition": "New"
                            }
                        ]
                    }
                ],
                "marketplaceId": "A33AVAJ2PDY3EV",
                "referencePrices": []
            },
            "status": {
                "reasonPhrase": "Success",
                "statusCode": 200
            }
        }
    ]
}
{
    "responses": [
        {
            "body": {
                "asin": "xxxxxxxxxxx",
                "featuredBuyingOptions": [],
                "lowestPricedOffers": [
                    {
                        "lowestPricedOffersInput": {
                            "itemCondition": "New",
                            "offerType": "Consumer"
                        },
                        "offers": [
                            {
                                "condition": "New",
                                "fulfillmentType": "AFN",
                                "listingPrice": {
                                    "amount": 24.96,
                                    "currencyCode": "TRY"
                                },
                                "primeDetails": {
                                    "eligibility": "NATIONAL"
                                },
                                "sellerId": "xxxxxxxxxxx",
                                "shippingOptions": [
                                    {
                                        "price": {
                                            "amount": 0.0,
                                            "currencyCode": "TRY"
                                        },
                                        "shippingOptionType": "DEFAULT"
                                    }
                                ],
                                "subCondition": "New"
                            },
                            {
                                "condition": "New",
                                "fulfillmentType": "AFN",
                                "listingPrice": {
                                    "amount": 50.0,
                                    "currencyCode": "TRY"
                                },
                                "primeDetails": {
                                    "eligibility": "NATIONAL"
                                },
                                "sellerId": "xxxxxxxxxxx",
                                "shippingOptions": [
                                    {
                                        "price": {
                                            "amount": 0.0,
                                            "currencyCode": "TRY"
                                        },
                                        "shippingOptionType": "DEFAULT"
                                    }
                                ],
                                "subCondition": "New"
                            },
                            {
                                "condition": "New",
                                "fulfillmentType": "MFN",
                                "listingPrice": {
                                    "amount": 50.0,
                                    "currencyCode": "TRY"
                                },
                                "primeDetails": {
                                    "eligibility": "NONE"
                                },
                                "sellerId": "xxxxxxxxxxx",
                                "shippingOptions": [
                                    {
                                        "price": {
                                            "amount": 0.0,
                                            "currencyCode": "TRY"
                                        },
                                        "shippingOptionType": "DEFAULT"
                                    }
                                ],
                                "subCondition": "New"
                            },
                            {
                                "condition": "New",
                                "fulfillmentType": "MFN",
                                "listingPrice": {
                                    "amount": 89.4,
                                    "currencyCode": "TRY"
                                },
                                "primeDetails": {
                                    "eligibility": "NONE"
                                },
                                "sellerId": "xxxxxxxxxxx",
                                "shippingOptions": [
                                    {
                                        "price": {
                                            "amount": 0.0,
                                            "currencyCode": "TRY"
                                        },
                                        "shippingOptionType": "DEFAULT"
                                    }
                                ],
                                "subCondition": "New"
                            },
                            {
                                "condition": "New",
                                "fulfillmentType": "AFN",
                                "listingPrice": {
                                    "amount": 102.0,
                                    "currencyCode": "TRY"
                                },
                                "primeDetails": {
                                    "eligibility": "NATIONAL"
                                },
                                "sellerId": "xxxxxxxxxxx",
                                "shippingOptions": [
                                    {
                                        "price": {
                                            "amount": 0.0,
                                            "currencyCode": "TRY"
                                        },
                                        "shippingOptionType": "DEFAULT"
                                    }
                                ],
                                "subCondition": "New"
                            },
                            {
                                "condition": "New",
                                "fulfillmentType": "MFN",
                                "listingPrice": {
                                    "amount": 125.7,
                                    "currencyCode": "TRY"
                                },
                                "primeDetails": {
                                    "eligibility": "NONE"
                                },
                                "sellerId": "xxxxxxxxxxx",
                                "shippingOptions": [
                                    {
                                        "price": {
                                            "amount": 0.0,
                                            "currencyCode": "TRY"
                                        },
                                        "shippingOptionType": "DEFAULT"
                                    }
                                ],
                                "subCondition": "New"
                            },
                            {
                                "condition": "New",
                                "fulfillmentType": "MFN",
                                "listingPrice": {
                                    "amount": 125.9,
                                    "currencyCode": "TRY"
                                },
                                "primeDetails": {
                                    "eligibility": "NONE"
                                },
                                "sellerId": "xxxxxxxxxxx",
                                "shippingOptions": [
                                    {
                                        "price": {
                                            "amount": 0.0,
                                            "currencyCode": "TRY"
                                        },
                                        "shippingOptionType": "DEFAULT"
                                    }
                                ],
                                "subCondition": "New"
                            },
                            {
                                "condition": "New",
                                "fulfillmentType": "MFN",
                                "listingPrice": {
                                    "amount": 141.0,
                                    "currencyCode": "TRY"
                                },
                                "primeDetails": {
                                    "eligibility": "NONE"
                                },
                                "sellerId": "A2UML9HQUUTH6V",
                                "shippingOptions": [
                                    {
                                        "price": {
                                            "amount": 0.0,
                                            "currencyCode": "TRY"
                                        },
                                        "shippingOptionType": "DEFAULT"
                                    }
                                ],
                                "subCondition": "New"
                            },
                            {
                                "condition": "New",
                                "fulfillmentType": "AFN",
                                "listingPrice": {
                                    "amount": 150.0,
                                    "currencyCode": "TRY"
                                },
                                "primeDetails": {
                                    "eligibility": "NATIONAL"
                                },
                                "sellerId": "xxxxxxxxxxx",
                                "shippingOptions": [
                                    {
                                        "price": {
                                            "amount": 0.0,
                                            "currencyCode": "TRY"
                                        },
                                        "shippingOptionType": "DEFAULT"
                                    }
                                ],
                                "subCondition": "New"
                            }
                        ]
                    }
                ],
                "marketplaceId": "A33AVAJ2PDY3EV",
                "referencePrices": [
                    {
                        "name": "CompetitivePriceThreshold",
                        "price": {
                            "amount": 42.9,
                            "currencyCode": "TRY"
                        }
                    }
                ]
            },
            "status": {
                "reasonPhrase": "Success",
                "statusCode": 200
            }
        }
    ]
}
{
    "errors": [
        {
            "code": "QuotaExceeded",
            "message": "You exceeded your quota for the requested resource.",
            "details": ""
        }
    ]
}

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}}