promotions를 사용하여 Google에서 판매하는 제품의 특별 혜택을 선보일 수 있습니다. 프로모션은 Google 검색, 쇼핑, Chrome 등 다양한 Google 서비스에 표시됩니다. 제품에 프로모션을 추가하면 쇼핑객에게 15% 할인 또는 무료 배송과 같은 특별 이벤트 링크가 표시됩니다. 제품 링크를 사용하면 제품에 대한 관심을 끌어 쇼핑객이 구매하도록 유도할 수 있습니다.
promotions.create을 사용하여 프로모션을 만들거나 업데이트할 수 있습니다. promotions.create는 promotions 리소스를 가져와 성공하면 신규 또는 업데이트된 프로모션을 반환합니다. 이 요청으로 전체 promotions 리소스가 덮어쓰여지므로 정보가 손실되지 않도록 전체 promotions 세부정보를 포함해야 합니다.
Google에서는 프로모션을 검토하고 승인한 다음 배포합니다. 자세한 내용은 프로모션 승인 절차를 참고하세요.
POST https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/promotions
프로모션 보기
promotions.get를 사용하여 기존 프로모션을 볼 수 있습니다. get는 읽기 전용이며 merchantId 및 프로모션 ID가 필요합니다. get 메서드는 상응하는 promotions 리소스를 반환합니다.
GET https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/promotions/{id}
[[["이해하기 쉬움","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"]],["최종 업데이트: 2025-08-13(UTC)"],[],["The new Merchant API, the next version of the Content API for Shopping, is in beta. To use promotions and showcase special offers on Google, you need an active product feed in Google Merchant Center, a Google Ads account for Shopping campaigns, and enrollment in the Promotions program. You can create or update promotions via `promotions.create`, which requires complete promotion details. View existing promotions using `promotions.get`. End a promotion by updating its `timePeriod` to a past time using `promotions.create`.\n"]]