CallbackOptions
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
JSON 표현 |
{
"url": string,
"updateRequestUrl": string
} |
필드 |
url |
string
판매자가 구성한 HTTPS URL입니다. URL은 HTTPS에서 호스팅되어야 하며, robots.txt에서 UserAgent:Googlebot이 URL 경로에 액세스할 수 있도록 허용해야 합니다.
|
updateRequestUrl (deprecated) |
string
업데이트를 요청하기 위해 호출될 판매자 엔드포인트의 URL입니다. URL은 HTTPS에서 호스팅되어야 하며, robots.txt에서 UserAgent:Googlebot이 URL 경로에 액세스할 수 있도록 허용해야 합니다. 지원 중단되었습니다.
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-25(UTC)
[null,null,["최종 업데이트: 2025-07-25(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."]]],["The JSON structure contains two string fields: `url` and `updateRequestUrl`. The `url` field is an HTTPS URL provided by the merchant, accessible to Googlebot. The `updateRequestUrl` field, also a merchant-provided HTTPS URL, is now deprecated. Both URLs must be hosted on HTTPS and accessible to Googlebot according to the robots.txt file.\n"]]