CallbackOptions
JSON representation |
{
"url": string,
"updateRequestUrl": string
} |
Fields |
url |
string
The HTTPS url configured by the merchant. The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Googlebot.
|
updateRequestUrl (deprecated) |
string
URL for the merchant endpoint that would be called to request updates. The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Googlebot. Deprecated.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-23 UTC.
[null,null,["Last updated 2024-10-23 UTC."],[[["The schema utilizes JSON to represent data with `url` and `updateRequestUrl` fields."],["`url` is a required string specifying the merchant's HTTPS URL, accessible by Googlebot."],["`updateRequestUrl`, now deprecated, was a string indicating the merchant's endpoint for update requests, also accessible by Googlebot."]]],[]]