Hesabınızın Merchant API ile bağlantısını doğrulayın
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Mevcut bir Merchant Center hesabınız varsa hesabınızın Merchant API ile kullanıma hazır olduğunu doğrulamak için referans dokümanlarında bulunan Google API'ler Gezgini'ni kullanabilirsiniz.
accounts/ ile merchantId'inizi birleştirerek hesabınızın kaynak adını bulun. merchantId kimliğinizi Google Merchant Center'ın üst kısmında bulabilirsiniz.
Kimlik bilgileri bölümünde Google OAuth 2.0 ve API anahtarı'nı seçin.
Yürüt'ü tıklayın.
İstenirse Google Merchant Center hesabınızla ilişkili Google Hesabı ile oturum açın.
Merchant Center hesabınız doğru şekilde ayarlanmışsa istek başarılı olur ve 200 HTTP yanıt kodu döndürülür. Yeni bir hesap oluşturduysanız accounts.products.list yöntemi hiçbir ürün döndürmez.
Ardından, diğer Merchant Center hesaplarına erişim isteğinde bulunmak için bir istemci kitaplığı kullanmayı deneyin. İstemci kitaplıkları, Merchant Center hesap verilerine erişip bu verileri yönetme izni veren kullanıcı yetkilendirmesini destekler.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2025-05-30 UTC."],[[["Existing merchant account holders can use the API explorer to verify their account's compatibility with the Merchant API."],["Account verification involves locating your `merchantId`, constructing the resource name, and executing the `accounts.products.list` method within the API Explorer using your credentials."],["Successful verification is indicated by an HTTP response code `200`, although new accounts may not return any product data."],["After verification, users can proceed to utilize client libraries for accessing other merchant accounts or employ service accounts for authorizing API access to their own account."]]],["To verify a merchant account for API use, locate your `merchantId` in Google Merchant Center and construct the account's resource name. In the API Explorer, use the `accounts.products.list` method, input the resource name in the `parent` field, and select Google OAuth 2.0 and API key credentials. Executing the request should return an HTTP 200 code, confirming successful setup. For new accounts, the product list will be empty. Further access can be configured via client libraries or service accounts.\n"]]