rocket
Meet
Merchant API
- the official successor to the Content API for Shopping.
update
Merchant API'nin yeni özellikleri, hata düzeltmeleri ve sürüm güncellemeleri hakkında
en son bilgileri edinin.
point_of_sale
İşletmenizi ve ürünlerinizi Google'da nasıl yöneteceğinizi ve veriler, analizler ve benzersiz özelliklere büyük ölçekte programatik erişim elde etmeyi öğrenin.
Merchant API'yi bugün kullanmaya başlayın.
Mevcut bir hesabı yönetme
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Özet
Mevcut bir satıcı hesabını yönetmek için aşağıdaki adımları kullanabilirsiniz. Bu, kendi satıcı hesabınız veya bir müşterinin satıcı hesabı olabilir.
Manuel adımlar
Alt hesapları yönetebileceğiniz yöntemler:
- Yönetici kullanıcı (önerilir)
- Merchant Center kullanıcı arayüzünü kullanmanız gerekiyorsa satıcı, Google hesabınızı Merchant Center hesabının yönetici kullanıcısı olarak ekleyebilir.
- Hizmet hesabı (önerilir)
- Merchant Center kullanıcı arayüzüne ihtiyacınız yoksa bir hizmet hesabı üzerinden kimlik doğrulaması yapabilir, ardından hizmet hesabı kimliğini satıcının hesabına kullanıcı olarak ekleyebilirsiniz.
- Tam yönetim (önerilmez)
Tek bir alt hesap yönetmeniz gerekmiyorsa yukarıdaki seçeneklerden birini öneririz.
Satıcı, Merchant Center hesabını tamamen yönetmenizi istiyorsa ve bir MCA'nız varsa aşağıdakileri yapabilirsiniz:
- MCA'nız ve satıcı hesabı için kimlikleri toplayın.
- Sağ üst menü çubuğunda ? soru işareti > Yardım merkezi ve destek > Bize ulaşın'ı tıklayın.
Satıcının hesabını MCA'nızın alt hesabına dönüştürmeyi isteyin ve MCA hesabınızın kimliği ile satıcı hesabının kimliğini sağlayın.
Bu işlemi geri almak için Google ile tekrar iletişime geçebilirsiniz.
Otomatik adımlar
MCA hesabınız ile diğer Satıcı hesaplarınız arasında bağlantı isteğinde bulunmak, mevcut bağlantıları onaylamak ve kaldırmak için Content API for Shopping'i kullanabilirsiniz. İzleyeceğiniz adımlar aşağıda açıklanmıştır:
- Content API for Shopping'i kullanın ve OAuth2 istemcisi olarak kimlik doğrulaması yapın.
- Başka bir Satıcı hesabı için bağlantı isteğinde bulunun.
- Satıcıdan bağlantıyı onaylamasını isteyin.
Mevcut bağlantıları listelemek ve kaldırmak için Content API for Shopping'i de kullanabilirsiniz.
Alışveriş çözümünüz, OAuth2 uygulamanızın satıcı hesabına erişmesine izin vermek için satıcıya bir izin ekranı gösterebilir.
Bu işlem hâlâ Google API Konsolu kullanıcı arayüzünün kullanılmasını gerektirir.
Daha fazla ayrıntı ve örnek kod için OAuth'u kullanma başlıklı makaleye bakın.
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-08-31 UTC.
[null,null,["Son güncelleme tarihi: 2025-08-31 UTC."],[[["\u003cp\u003eManage existing merchant accounts through administrative user or service account access for utilizing the Merchant Center UI or API respectively.\u003c/p\u003e\n"],["\u003cp\u003eFull management is discouraged; if necessary, contact Google support to convert the merchant's account to a sub-account.\u003c/p\u003e\n"],["\u003cp\u003eAutomate account linking using the Content API for Shopping to request, approve, and remove connections.\u003c/p\u003e\n"],["\u003cp\u003eObtain merchant consent via a screen within your Shopping solution for your application's access to their account.\u003c/p\u003e\n"]]],[],null,["# Administer an existing account\n\nSummary\n-------\n\nYou can use the following steps to manage an existing merchant account. This\nmight be your own merchant account, or a client's merchant account.\n\nManual steps\n------------\n\nHere are the ways you can administer a sub-account:\n\nAdministrative user (recommended)\n: If you need to use the [Merchant Center UI](https://merchants.google.com), the\n merchant can add your Google account as an administrative user for their\n Merchant Center account.\n\nService account (recommended)\n: If you don't need the Merchant Center UI, you can authenticate through\n [a service account](/shopping-content/guides/how-tos/service-accounts), then add the service account ID\n as a user on the merchant's account.\n\nFull management (not recommended)\n\n: We recommend one of the preceding options unless you only need to manage one\n sub-account.\n\n If the merchant wants you to fully manage their Merchant Center account and\n you have an MCA, you can do the following:\n\n 1. Gather the IDs for your MCA and for the merchant's account.\n 2. In the top right menu bar, click the **?** question mark **\\\u003e Help center\n and support \\\u003e Contact us**.\n 3. Request to convert the merchant's account to a sub-account of your MCA,\n and provide the ID of your MCA account and the ID of the merchant's\n account.\n\n You can contact Google again to undo this process.\n\nAutomatic steps\n---------------\n\nYou can use the Content API for Shopping to request, approve, and remove links\nbetween your MCA and other Merchant accounts. Here are the steps:\n\n1. Use the Content API for Shopping and [authenticate as an OAuth2 client](/shopping-content/guides/how-tos/authorizing).\n2. [Request a link](/shopping-content/guides/flagging/request) to another Merchant account.\n3. Ask the merchant to [approve the link](/shopping-content/guides/flagging/approve).\n\nYou can also use the Content API for Shopping to\n[list](/shopping-content/guides/flagging/list) and\n[remove](/shopping-content/guides/flagging/remove) existing links.\n\nYour Shopping solution can present the merchant with a consent screen to give\nyour OAuth2 application access to their merchant account.\n\nThis process still requires use of the [Google API Console](//console.developers.google.com/) UI.\n\nSee [Using OAuth](/shopping-content/guides/how-tos/authorizing#OAuth2Authorizing) for more details and sample code."]]