CallbackOptions

  • 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.

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.