샘플 피드

파트너는 판매자가 지원하는 처리 방법에 따라 action_link의 일부로 FoodOrderingMetadata 피드를 업로드할 수 있습니다.

  1. 테이크아웃만 지원하는 판매자
  2. 배송만 지원하는 판매자
  3. 테이크아웃 및 배달을 지원하는 판매자
  4. 수수료 없이 테이크아웃 및 배달을 지원하고 최소 예상 처리 시간을 표시하는 판매자

테이크아웃만 가능

{
  "metadata": {
    "generation_timestamp": "1467993600",
    "processing_instruction": "PROCESS_AS_COMPLETE",
    "total_shards": 1
  },
  "merchant": [
    {
      "merchant_id": "merchant_foepa_2",
      "name": "Sample Food Ordering Restaurant",
      "telephone": "+1-650-123-4567",
      "url": "https://www.restaurantwebsite.com",
      "category": "restaurant",
      "geo": {
        "address": {
          "street_address": "803 11th Avenue",
          "locality": "Sunnyvale",
          "region": "CA",
          "country": "USA",
          "postal_code": "94089"
        }
      },
      "action_link": [
        {
          "url": "https://www.rwgpartnerwebsite.com/foodorderpickup/merchant_foepa_2",
          "action_link_type": "ACTION_LINK_TYPE_ORDER_FOOD_TAKEOUT",
          "language": "en",
          "platform": "ACTION_PLATFORM_WEB_APPLICATION",
          "food_ordering_metadata": {
            "fee_details": [
              {
                "type": "SERVICE",
                "fee_amount": {
                  "amount": {
                    "currency_code": "USD",
                    "units": 1,
                    "nanos": 750000000
                  }
                }
              }
            ],
            "fulfillment_lead_time_duration": {
              "seconds": 1800
            },
            "advance_order_details": {
              "is_supported": true
            }
          }
        }
      ]
    }
  ]
}

배달 전용

{
  "metadata": {
    "generation_timestamp": "1467993600",
    "processing_instruction": "PROCESS_AS_COMPLETE",
    "total_shards": 1
  },
  "merchant": [
    {
      "merchant_id": "merchant_foepa_1",
      "name": "Sample Food Ordering Restaurant",
      "telephone": "+1-650-123-4567",
      "url": "https://www.restaurantwebsite.com",
      "category": "restaurant",
      "geo": {
        "address": {
          "street_address": "803 11th Avenue",
          "locality": "Sunnyvale",
          "region": "CA",
          "country": "USA",
          "postal_code": "94089"
        }
      },
      "action_link": [
        {
          "url": "https://www.rwgpartnerwebsite.com/foodorderdelivery/merchant_foepa_1",
          "action_link_type": "ACTION_LINK_TYPE_ORDER_FOOD_DELIVERY",
          "language": "en",
          "platform": "ACTION_PLATFORM_WEB_APPLICATION",
          "food_ordering_metadata": {
            "fee_details": [
              {
                "type": "DELIVERY",
                "fee_amount": {
                  "amount_range": {
                    "min_amount": {
                      "currency_code": "USD",
                      "units": 1,
                      "nanos": 750000000
                    },
                    "max_amount": {
                      "currency_code": "USD",
                      "units": 3,
                      "nanos": 750000000
                    }
                  }
                }
              }, 
              {
                "type": "SERVICE",
                "fee_amount": {
                  "cart_percentage": {
                    "value": 5.6
                  }
                }
              }
            ],
            "fulfillment_lead_time_duration": {
              "seconds": 1800
            },
            "advance_order_details": {
              "is_supported": true
            }
          }
        }
      ]
    }
  ]
}

테이크아웃 및 배달

{
  "metadata": {
    "generation_timestamp": "1467993600",
    "processing_instruction": "PROCESS_AS_COMPLETE",
    "total_shards": 1
  },
  "merchant": [
    {
      "merchant_id": "merchant_foepa_3",
      "name": "Sample Food Ordering Restaurant",
      "telephone": "+1-650-123-4567",
      "url": "https://www.restaurantwebsite.com",
      "category": "restaurant",
      "geo": {
        "address": {
          "street_address": "803 11th Avenue",
          "locality": "Sunnyvale",
          "region": "CA",
          "country": "USA",
          "postal_code": "94089"
        }
      },
      "action_link": [
        {
          "url": "https://www.rwgpartnerwebsite.com/foodorderpickup/merchant_foepa_3",
          "action_link_type": "ACTION_LINK_TYPE_ORDER_FOOD_TAKEOUT",
          "language": "en",
          "platform": "ACTION_PLATFORM_WEB_APPLICATION",
          "food_ordering_metadata": {
            "fee_details": [
              {
                "type": "SERVICE",
                "fee_amount": {
                  "amount": {
                    "currency_code": "USD",
                    "units": 1,
                    "nanos": 750000000
                  }
                }
              }
            ],
            "fulfillment_lead_time_duration": {
              "seconds": 1800
            },
            "advance_order_details": {
              "is_supported": true
            }
          }
        },
        {
          "url": "https://www.rwgpartnerwebsite.com/foodorderdelivery/merchant_foepa_3",
          "action_link_type": "ACTION_LINK_TYPE_ORDER_FOOD_DELIVERY",
          "language": "en",
          "platform": "ACTION_PLATFORM_WEB_APPLICATION",
          "food_ordering_metadata": {
            "fee_details": [
              {
                "type": "DELIVERY",
                "fee_amount": {
                  "amount_range": {
                    "min_amount": {
                      "currency_code": "USD",
                      "units": 1,
                      "nanos": 750000000
                    },
                    "max_amount": {
                      "currency_code": "USD",
                      "units": 3,
                      "nanos": 750000000
                    }
                  }
                }
              }, 
              {
                "type": "SERVICE",
                "fee_amount": {
                  "cart_percentage": {
                    "value": 5.6
                  }
                }
              }
            ],
            "fulfillment_lead_time_duration_range": {
              "min_duration": {
                "seconds": 1850
              },
              "max_duration": {
                "seconds": 2400
              }
            },
            "advance_order_details": {
              "is_supported": true
            }
          }
        }
      ]
    }
  ]
}

수수료 무료 및 최소 기간

이 판매자는 테이크아웃 및 배달 서비스 수수료 없이 배송 및 서비스를 제공합니다. 이 판매자는 테이크아웃 주문은 10분 이상, 배달 주문은 30분 이상 걸릴 것으로 예상합니다. 파트너는 방문 페이지에 더 정확한 최신 시간을 표시할 수 있습니다.

{
  "metadata": {
    "generation_timestamp": "1467993600",
    "processing_instruction": "PROCESS_AS_COMPLETE",
    "total_shards": 1
  },
  "merchant": [
    {
      "merchant_id": "merchant_foepa_4",
      "name": "Sample Food Ordering Restaurant",
      "telephone": "+1-650-123-4567",
      "url": "https://www.restaurantwebsite.com",
      "category": "restaurant",
      "geo": {
        "address": {
          "street_address": "803 11th Avenue",
          "locality": "Sunnyvale",
          "region": "CA",
          "country": "USA",
          "postal_code": "94089"
        }
      },
      "action_link": [
        {
          "url": "https://www.rwgpartnerwebsite.com/foodorderpickup/merchant_foepa_4",
          "action_link_type": "ACTION_LINK_TYPE_ORDER_FOOD_TAKEOUT",
          "language": "en",
          "platform": "ACTION_PLATFORM_WEB_APPLICATION",
          "food_ordering_metadata": {
            "fee_details": [
              {
                "type": "SERVICE",
                "fee_amount": {
                  "amount": {
                    "currencyCode": "USD",
                    "units": 0,
                    "nanos": 0
                  }
                }
              }
            ],
            "fulfillment_lead_time_duration_range": {
              "min_duration": {
                "seconds": 600
              }
            }
          }
        },
        {
          "url": "https://www.rwgpartnerwebsite.com/foodorderdelivery/merchant_foepa_4",
          "action_link_type": "ACTION_LINK_TYPE_ORDER_FOOD_DELIVERY",
          "language": "en",
          "platform": "ACTION_PLATFORM_WEB_APPLICATION",
          "food_ordering_metadata": {
            "fee_details": [
              {
                "type": "SERVICE",
                "fee_amount": {
                  "amount": {
                    "currencyCode": "USD",
                    "units": 0,
                    "nanos": 0
                  }
                }
              },
              {
                "type": "DELIVERY",
                "fee_amount": {
                  "amount": {
                    "currencyCode": "USD",
                    "units": 0,
                    "nanos": 0
                  }
                }
              }
            ],
            "fulfillment_lead_time_duration_range": {
              "min_duration": {
                "seconds": 1800
              }
            }
          }
        }
      ]
    }
  ]
}