You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-merchantapi/accounts_v1beta/2.0.0/com/google/api/services/merchantapi/accounts_v1beta/Merchant.java
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2805,7 +2805,9 @@ public GbpAccounts gbpAccounts() {
2805
2805
publicclassGbpAccounts {
2806
2806
2807
2807
/**
2808
-
* Link the specified merchant to a GBP account for all countries.
2808
+
* Link the specified merchant to a GBP account for all countries. To run this method, you must have
2809
+
* admin access to the Merchant Center account. If you don't have admin access, the request fails
2810
+
* with the error message `User is not an administrator of account {ACCOUNT_ID}`.
2809
2811
*
2810
2812
* Create a request for the method "gbpAccounts.linkGbpAccount".
2811
2813
*
@@ -2831,7 +2833,9 @@ public class LinkGbpAccount extends MerchantRequest<com.google.api.services.merc
0 commit comments