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
<pclass="firstline">Requests a review for Free Listings program in the provided region. Important: This method is only whitelisted for selected merchants.</p>
85
+
<pclass="firstline">Requests a review of free listings in a specific region Important: This method is only whitelisted for selected merchants.</p>
86
86
<h3>Method Details</h3>
87
87
<divclass="method">
88
88
<codeclass="details" id="close">close()</code>
@@ -104,24 +104,24 @@ <h3>Method Details</h3>
104
104
An object of the form:
105
105
106
106
{ # Response message for GetFreeListingsProgramStatus.
107
-
"globalState": "A String", # State of the program, It is set to enabled if there are offers for at least one region.
107
+
"globalState": "A String", # State of the program. `ENABLED` if there are offers for at least one region.
108
108
"regionStatuses": [ # Status of the program in each region. Regions with the same status and review eligibility are grouped together in `regionCodes`.
109
109
{ # Status of program and region.
110
-
"disapprovalDate": "A String", # Date by which `eligibility_status` will go from `WARNING` to `DISAPPROVED`. It will be present when `eligibility_status` is `WARNING`. Date will be provided in ISO 8601 format: YYYY-MM-DD
110
+
"disapprovalDate": "A String", # Date by which eligibilityStatus will go from `WARNING` to `DISAPPROVED`. Only visible when your eligibilityStatus is WARNING. In [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DD`.
111
111
"eligibilityStatus": "A String", # Eligibility status of the standard free listing program.
112
-
"onboardingIssues": [ # These issues must be fixed to become eligible for the review.
112
+
"onboardingIssues": [ # Issues that must be fixed to be eligible for review.
113
113
"A String",
114
114
],
115
115
"regionCodes": [ # The two-letter [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) codes for all the regions with the same `eligibilityStatus` and `reviewEligibility`.
116
116
"A String",
117
117
],
118
-
"reviewEligibilityStatus": "A String", # If a program in a given country is eligible for review. It will be present only if eligibility status is `DISAPPROVED`.
118
+
"reviewEligibilityStatus": "A String", # If a program is eligible for review in a specific region. Only visible if `eligibilityStatus` is `DISAPPROVED`.
119
119
"reviewIneligibilityReason": "A String", # Review ineligibility reason if account is not eligible for review.
120
-
"reviewIneligibilityReasonDescription": "A String", # Reason if a program in a given country is not eligible for review. Populated only if `review_eligibility_status` is `INELIGIBLE`.
121
-
"reviewIneligibilityReasonDetails": { # Additional details for review ineligibility reasons. # This contains additional information specific to review ineligibility reasons. If review is ineligible because of `IN_COOLDOWN_PERIOD`, it will contain timestamp for cooldown period.
120
+
"reviewIneligibilityReasonDescription": "A String", # Reason a program in a specific region isn’t eligible for review. Only visible if `reviewEligibilityStatus` is `INELIGIBLE`.
121
+
"reviewIneligibilityReasonDetails": { # Additional details for review ineligibility reasons. # Additional information for ineligibility. If `reviewIneligibilityReason` is `IN_COOLDOWN_PERIOD`, a timestamp for the end of the cooldown period is provided.
122
122
"cooldownTime": "A String", # This timestamp represents end of cooldown period for review ineligbility reason `IN_COOLDOWN_PERIOD`.
123
123
},
124
-
"reviewIssues": [ # These issues will be evaluated in review process. Fix all the issues before requesting the review.
124
+
"reviewIssues": [ # Issues evaluated in the review process. Fix all issues before requesting a review.
Copy file name to clipboardExpand all lines: docs/dyn/content_v2_1.products.html
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -170,6 +170,7 @@ <h3>Method Details</h3>
170
170
"A String",
171
171
],
172
172
"expirationDate": "A String", # Date on which the item should expire, as specified upon insertion, in ISO 8601 format. The actual expiration date in Google Shopping is exposed in `productstatuses` as `googleExpirationDate` and might be earlier if `expirationDate` is too far in the future.
173
+
"externalSellerId": "A String", # Required for multi-seller accounts. Use this attribute if you're a marketplace uploading products for various sellers to your multi-seller account.
173
174
"gender": "A String", # Target gender of the item.
174
175
"googleProductCategory": "A String", # Google's category of the item (see [Google product taxonomy](https://support.google.com/merchants/answer/1705911)). When querying products, this field will contain the user provided value. There is currently no way to get back the auto assigned google product categories through the API.
175
176
"gtin": "A String", # Global Trade Item Number (GTIN) of the item.
@@ -407,6 +408,7 @@ <h3>Method Details</h3>
407
408
"A String",
408
409
],
409
410
"expirationDate": "A String", # Date on which the item should expire, as specified upon insertion, in ISO 8601 format. The actual expiration date in Google Shopping is exposed in `productstatuses` as `googleExpirationDate` and might be earlier if `expirationDate` is too far in the future.
411
+
"externalSellerId": "A String", # Required for multi-seller accounts. Use this attribute if you're a marketplace uploading products for various sellers to your multi-seller account.
410
412
"gender": "A String", # Target gender of the item.
411
413
"googleProductCategory": "A String", # Google's category of the item (see [Google product taxonomy](https://support.google.com/merchants/answer/1705911)). When querying products, this field will contain the user provided value. There is currently no way to get back the auto assigned google product categories through the API.
412
414
"gtin": "A String", # Global Trade Item Number (GTIN) of the item.
@@ -650,6 +652,7 @@ <h3>Method Details</h3>
650
652
"A String",
651
653
],
652
654
"expirationDate": "A String", # Date on which the item should expire, as specified upon insertion, in ISO 8601 format. The actual expiration date in Google Shopping is exposed in `productstatuses` as `googleExpirationDate` and might be earlier if `expirationDate` is too far in the future.
655
+
"externalSellerId": "A String", # Required for multi-seller accounts. Use this attribute if you're a marketplace uploading products for various sellers to your multi-seller account.
653
656
"gender": "A String", # Target gender of the item.
654
657
"googleProductCategory": "A String", # Google's category of the item (see [Google product taxonomy](https://support.google.com/merchants/answer/1705911)). When querying products, this field will contain the user provided value. There is currently no way to get back the auto assigned google product categories through the API.
655
658
"gtin": "A String", # Global Trade Item Number (GTIN) of the item.
@@ -868,6 +871,7 @@ <h3>Method Details</h3>
868
871
"A String",
869
872
],
870
873
"expirationDate": "A String", # Date on which the item should expire, as specified upon insertion, in ISO 8601 format. The actual expiration date in Google Shopping is exposed in `productstatuses` as `googleExpirationDate` and might be earlier if `expirationDate` is too far in the future.
874
+
"externalSellerId": "A String", # Required for multi-seller accounts. Use this attribute if you're a marketplace uploading products for various sellers to your multi-seller account.
871
875
"gender": "A String", # Target gender of the item.
872
876
"googleProductCategory": "A String", # Google's category of the item (see [Google product taxonomy](https://support.google.com/merchants/answer/1705911)). When querying products, this field will contain the user provided value. There is currently no way to get back the auto assigned google product categories through the API.
873
877
"gtin": "A String", # Global Trade Item Number (GTIN) of the item.
@@ -1085,6 +1089,7 @@ <h3>Method Details</h3>
1085
1089
"A String",
1086
1090
],
1087
1091
"expirationDate": "A String", # Date on which the item should expire, as specified upon insertion, in ISO 8601 format. The actual expiration date in Google Shopping is exposed in `productstatuses` as `googleExpirationDate` and might be earlier if `expirationDate` is too far in the future.
1092
+
"externalSellerId": "A String", # Required for multi-seller accounts. Use this attribute if you're a marketplace uploading products for various sellers to your multi-seller account.
1088
1093
"gender": "A String", # Target gender of the item.
1089
1094
"googleProductCategory": "A String", # Google's category of the item (see [Google product taxonomy](https://support.google.com/merchants/answer/1705911)). When querying products, this field will contain the user provided value. There is currently no way to get back the auto assigned google product categories through the API.
1090
1095
"gtin": "A String", # Global Trade Item Number (GTIN) of the item.
@@ -1314,6 +1319,7 @@ <h3>Method Details</h3>
1314
1319
"A String",
1315
1320
],
1316
1321
"expirationDate": "A String", # Date on which the item should expire, as specified upon insertion, in ISO 8601 format. The actual expiration date in Google Shopping is exposed in `productstatuses` as `googleExpirationDate` and might be earlier if `expirationDate` is too far in the future.
1322
+
"externalSellerId": "A String", # Required for multi-seller accounts. Use this attribute if you're a marketplace uploading products for various sellers to your multi-seller account.
1317
1323
"gender": "A String", # Target gender of the item.
1318
1324
"googleProductCategory": "A String", # Google's category of the item (see [Google product taxonomy](https://support.google.com/merchants/answer/1705911)). When querying products, this field will contain the user provided value. There is currently no way to get back the auto assigned google product categories through the API.
1319
1325
"gtin": "A String", # Global Trade Item Number (GTIN) of the item.
@@ -1549,6 +1555,7 @@ <h3>Method Details</h3>
1549
1555
"A String",
1550
1556
],
1551
1557
"expirationDate": "A String", # Date on which the item should expire, as specified upon insertion, in ISO 8601 format. The actual expiration date in Google Shopping is exposed in `productstatuses` as `googleExpirationDate` and might be earlier if `expirationDate` is too far in the future.
1558
+
"externalSellerId": "A String", # Required for multi-seller accounts. Use this attribute if you're a marketplace uploading products for various sellers to your multi-seller account.
1552
1559
"gender": "A String", # Target gender of the item.
1553
1560
"googleProductCategory": "A String", # Google's category of the item (see [Google product taxonomy](https://support.google.com/merchants/answer/1705911)). When querying products, this field will contain the user provided value. There is currently no way to get back the auto assigned google product categories through the API.
1554
1561
"gtin": "A String", # Global Trade Item Number (GTIN) of the item.
@@ -1766,6 +1773,7 @@ <h3>Method Details</h3>
1766
1773
"A String",
1767
1774
],
1768
1775
"expirationDate": "A String", # Date on which the item should expire, as specified upon insertion, in ISO 8601 format. The actual expiration date in Google Shopping is exposed in `productstatuses` as `googleExpirationDate` and might be earlier if `expirationDate` is too far in the future.
1776
+
"externalSellerId": "A String", # Required for multi-seller accounts. Use this attribute if you're a marketplace uploading products for various sellers to your multi-seller account.
1769
1777
"gender": "A String", # Target gender of the item.
1770
1778
"googleProductCategory": "A String", # Google's category of the item (see [Google product taxonomy](https://support.google.com/merchants/answer/1705911)). When querying products, this field will contain the user provided value. There is currently no way to get back the auto assigned google product categories through the API.
1771
1779
"gtin": "A String", # Global Trade Item Number (GTIN) of the item.
Copy file name to clipboardExpand all lines: docs/dyn/content_v2_1.promotions.html
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -105,7 +105,7 @@ <h3>Method Details</h3>
105
105
"brandExclusion": [ # Product filter by brand exclusion for the promotion.
106
106
"A String",
107
107
],
108
-
"contentLanguage": "A String", # Required. The content language used as part of the unique identifier.
108
+
"contentLanguage": "A String", # Required. The content language used as part of the unique identifier. Currently only en value is supported.
109
109
"couponValueType": "A String", # Required. Coupon value type for the promotion.
110
110
"freeGiftDescription": "A String", # Free gift description for the promotion.
111
111
"freeGiftItemId": "A String", # Free gift item id for the promotion.
@@ -177,7 +177,7 @@ <h3>Method Details</h3>
177
177
"shippingServiceNames": [ # Shipping service names for thse promotion.
178
178
"A String",
179
179
],
180
-
"targetCountry": "A String", # Required. The target country used as part of the unique identifier.
180
+
"targetCountry": "A String", # Required. The target country used as part of the unique identifier. Currently only US and CA are supported.
181
181
}
182
182
183
183
x__xgafv: string, V1 error format.
@@ -195,7 +195,7 @@ <h3>Method Details</h3>
195
195
"brandExclusion": [ # Product filter by brand exclusion for the promotion.
196
196
"A String",
197
197
],
198
-
"contentLanguage": "A String", # Required. The content language used as part of the unique identifier.
198
+
"contentLanguage": "A String", # Required. The content language used as part of the unique identifier. Currently only en value is supported.
199
199
"couponValueType": "A String", # Required. Coupon value type for the promotion.
200
200
"freeGiftDescription": "A String", # Free gift description for the promotion.
201
201
"freeGiftItemId": "A String", # Free gift item id for the promotion.
@@ -267,7 +267,7 @@ <h3>Method Details</h3>
267
267
"shippingServiceNames": [ # Shipping service names for thse promotion.
268
268
"A String",
269
269
],
270
-
"targetCountry": "A String", # Required. The target country used as part of the unique identifier.
270
+
"targetCountry": "A String", # Required. The target country used as part of the unique identifier. Currently only US and CA are supported.
271
271
}</pre>
272
272
</div>
273
273
@@ -293,7 +293,7 @@ <h3>Method Details</h3>
293
293
"brandExclusion": [ # Product filter by brand exclusion for the promotion.
294
294
"A String",
295
295
],
296
-
"contentLanguage": "A String", # Required. The content language used as part of the unique identifier.
296
+
"contentLanguage": "A String", # Required. The content language used as part of the unique identifier. Currently only en value is supported.
297
297
"couponValueType": "A String", # Required. Coupon value type for the promotion.
298
298
"freeGiftDescription": "A String", # Free gift description for the promotion.
299
299
"freeGiftItemId": "A String", # Free gift item id for the promotion.
@@ -365,7 +365,7 @@ <h3>Method Details</h3>
365
365
"shippingServiceNames": [ # Shipping service names for thse promotion.
366
366
"A String",
367
367
],
368
-
"targetCountry": "A String", # Required. The target country used as part of the unique identifier.
368
+
"targetCountry": "A String", # Required. The target country used as part of the unique identifier. Currently only US and CA are supported.
0 commit comments