v2 인벤토리 서비스에서 보조 피드로 이전
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
Content API 버전 2.1에 도입된 보조 피드 기능은 기존 (v2) 인벤토리 서비스와 유사한 기능을 제공합니다.
두 서비스 모두 모든 제품 데이터를 대체하지 않고 온라인 (오프라인 아님) 제품을 부분적으로 업데이트할 수 있습니다. 추가 피드로 이전할 때는 다음 사항에 유의하세요.
보조 피드를 사용하면 feedId을 쿼리 매개변수로 사용하여 Products.insert를 호출하는 것은 기존 인벤토리 서비스를 사용하여 제품에 부분 업데이트를 실행하는 Inventory.set를 사용하는 것과 같습니다.
오프라인 판매점 인벤토리 관련 필드를 제외한 모든 제품 데이터 필드를 보조 피드로 업데이트할 수 있습니다.
Content API v2.1로 매장 수준 제품 데이터를 추가하고 업데이트하려면 보조 피드 대신 오프라인 판매점 인벤토리 서비스를 사용하세요.
별도의 제품 데이터 업데이트를 위해 별도의 보조 피드를 만들 수 있습니다.
예를 들어 가격 업데이트용 보조 피드와 재고 업데이트용 별도의 보조 피드를 만들 수 있습니다. 이렇게 하면 속성을 업데이트하는 피드를 더 쉽게 추적하여 제품 데이터 문제를 디버깅하는 데 도움이 됩니다.
요청 할당량
또한 보조 피드와 기존 인벤토리 서비스의 주요 차이점 중 하나는 보조 피드의 요청 할당량이 더 낮다는 것입니다. 인벤토리 서비스와 달리 보조 피드를 통해 이루어진 요청은 제품 리소스와 동일한 할당량에 포함됩니다.
더 높은 요청 할당량이 필요한 경우 Google에 문의하여 다음 정보를 포함하세요.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2026-07-06(UTC)"],[],["The Merchant API beta, a new version of the Content API for Shopping, is introduced. Supplemental feeds in Content API v2.1 allow partial updates to online product data, similar to the legacy inventory service, using `Products.insert` with `feedId`. Supplemental feeds can update any non-local inventory field and allow for creating multiple feeds for different attributes. Unlike the legacy system, requests using these feeds count against the Products resource quota. Increased quota requests require providing the Merchant Center ID, quota details, and a business justification.\n"]]