제품 배송 시간은 주문 후 제품이 배송되기까지 걸리는 예상 시간을 나타냅니다. 배송 신호 파트너는 이 기능을 사용하여 파트너십을 맺은 판매자를 대신하여 특정 지역의 배송 기간을 설정할 수 있습니다.
배송 신호 파트너는 이 리소스를 사용하여 제품-지역 쌍의 배송 기간을 설정하고 연결된 판매자를 대신하여 기존 배송 기간을 보거나 삭제할 수 있습니다. 하나의 ProductDeliveryTime 리소스는 여러 전송 시간을 저장하며, 제품당 ProductDeliveryTime 인스턴스는 하나만 있을 수 있습니다.
ProductDeliveryTime 리소스를 사용하려면 업데이트하는 판매자 계정이 아닌 자체 판매자 센터 계정으로 인증합니다.
create
배송 신호 파트너는 업데이트할 판매자 계정의 merchantId 및 ProductDeliveryTime 인스턴스를 사용하여 create를 호출하여 제품 배송 시간을 생성하거나 업데이트할 수 있습니다. 기존 제품 배송 시간을 업데이트하려면 변경되지 않은 필드를 포함한 모든 ProductDeliveryTime 필드를 제공해야 합니다. 각 create 요청은 이전 인스턴스를 덮어쓰므로 포함하지 않은 필드는 손실됩니다. 이 메서드는 제출한 업데이트된 정보가 포함된 ProductDeliveryTime 인스턴스를 반환합니다.
각 ProductDeliveryTime에는 최대 100개의 areaDeliveryTimes 항목이 있을 수 있습니다.
POST https://shoppingcontent.googleapis.com/content/v2.1/merchantId/productdeliverytime
[[["이해하기 쉬움","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-07-25(UTC)"],[[["The Merchant API is the new version of the Content API for Shopping and enables shipping signals partners to manage product delivery times on behalf of merchants."],["Shipping signals partners can create, update, retrieve, and delete product delivery times using the `ProductDeliveryTime` resource."],["Merchants cannot directly edit product delivery times; only shipping signals partners have the authority to manage this information."],["When creating or updating delivery times, provide all `ProductDeliveryTime` fields, as each request overwrites the previous instance."],["A `ProductDeliveryTime` resource can contain up to 100 `areaDeliveryTimes` entries, allowing for delivery time specifications across various regions."]]],["The Merchant API's beta version is introduced, replacing the Content API for Shopping. Shipping signals partners can manage product delivery times for merchants using the `ProductDeliveryTime` resource. Partners can `create` or update delivery times, ensuring all fields are provided as each request overwrites previous data. Partners can also `get` delivery times using a product ID and `delete` them. Merchants cannot directly edit this information. Each `ProductDeliveryTime` can include up to 100 `areaDeliveryTimes`.\n"]]