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
Resolve a barcode to a product via Google web search, then return its Google Shopping seller offers (source + price per merchant).
2455
+
Google Shopping seller offers (source + price + link per merchant) for a product identified either by ``barcode`` (resolved via Google web search) or by its Google Shopping ``catalog_id`` (read straight off Google's product page, all seller pages fetched in parallel).
varcatalogId="catalogId_example"; // string | Google Shopping catalogid (the `catalog_id` on /shopping/search tiles, or `prds=catalogid:<id>` in a Google Shopping URL). Alternative to `barcode`; exactly one of the two is required (optional)
2484
2485
vargl="gl_example"; // string | Country code (ISO 3166 alpha-2) (optional)
2485
2486
varhl="\"en\""; // string | Language code (optional) (default to "en")
2487
+
vardomain="\"google.com\""; // string | Google domain (optional) (default to "google.com")
|**catalogId**|**string**| Google Shopping catalogid (the `catalog_id` on /shopping/search tiles, or `prds=catalogid:<id>` in a Google Shopping URL). Alternative to `barcode`; exactly one of the two is required |[optional]|
2529
2532
|**gl**|**string**| Country code (ISO 3166 alpha-2) |[optional]|
2530
2533
|**hl**|**string**| Language code |[optional][default to "en"]|
2534
+
|**domain**|**string**| Google domain |[optional][default to "google.com"]|
0 commit comments