메타데이터가 있는 판매자 피드

OrderOnlineMetadataaction_link의 일부로 지정하는 옵션은 두 가지가 있습니다.

  1. 사용자에게 처리 방법으로 배송 및 수령 옵션을 제공하는 단일 링크
  2. 배달 및 수령의 다른 링크

(1) '판매자 - 결합' 탭의 샘플을 사용하고, (2) '판매자 - 분리' 탭의 샘플을 사용합니다.

판매자 - 결합됨

{
  "metadata": {
    "generation_timestamp": "1467993600",
    "processing_instruction": "PROCESS_AS_COMPLETE",
    "total_shards": 1
  },
  "merchant": [
    {
      "merchant_id": "merch34",
      "name": "Sample Grocery Store",
      "telephone": "+1-650-123-4567",
      "url": "https://www.grocerystoresamplewebsite.com",
      "category": "store",
      "geo": {
        "address": {
          "street_address": "803 11th Avenue",
          "locality": "Sunnyvale",
          "region": "CA",
          "country": "USA",
          "postal_code": "94089"
        }
      },
      "action_link": [
        {
          "url": "https://www.rwgpartnerwebsite.com/shopping/merch34",
          "action_link_type": "ACTION_LINK_TYPE_SHOP_ONLINE",
          "language": "en",
          "platform": "ACTION_PLATFORM_WEB_APPLICATION"
        },
        {
          "url": "https://www.rwgpartnerwebsite.com/shopping/merch34",
          "action_link_type": "ACTION_LINK_TYPE_SHOP_ONLINE",
          "language": "en",
          "platform": "ACTION_PLATFORM_WEB_APPLICATION",
          "order_online_metadata": {
            "fulfillment_option": [
              {
                "fulfillment_type": "FULFILLMENT_TYPE_DELIVERY",
                "available_day": [
                  {
                    "fulfillment_date": {
                      "year": "2020",
                      "month": "10",
                      "day": "1"
                    },
                    "last_ordering_time":  {
                      "seconds": "1601614800"
                    }
                  },
                  {
                    "fulfillment_date": {
                      "year": "2020",
                      "month": "10",
                      "day": "2"
                    },
                    "last_ordering_time":  {
                      "seconds": "1601701200"
                    }
                  }
                ],
                "fee_details": {
                  "base_fee": {
                    "base_fee_amount" : {
                      "price_micros": "45000000",
                      "currency_code": "USD"
                    }
                  }
                },
                "minimum_order": {
                  "price_micros": "45000000",
                  "currency_code": "USD"
                }
              },
              {
                "fulfillment_type": "FULFILLMENT_TYPE_PICKUP",
                "available_day": [
                  {
                    "fulfillment_date": {
                      "year": "2020",
                      "month": "10",
                      "day": "1"
                    },
                    "last_ordering_time":  {
                      "seconds": "1601614800"
                    }
                  },
                  {
                    "fulfillment_date": {
                      "year": "2020",
                      "month": "10",
                      "day": "2"
                    },
                    "last_ordering_time":  {
                      "seconds": "1601701200"
                    }
                  }
                ],
                "fee_details": {
                  "base_fee": {
                    "base_fee_amount" : {
                      "price_micros": "0",
                      "currency_code": "USD"
                    }
                  }
                },
                "minimum_order": {
                  "price_micros": "30000000",
                  "currency_code": "USD"
                }
              }
            ]
          }
        }
      ]
    }
  ]
}

판매자 - 별도

{
  "metadata": {
    "generation_timestamp": "1467993600",
    "processing_instruction": "PROCESS_AS_COMPLETE",
    "total_shards": 1
  },
  "merchant": [
    {
      "merchant_id": "merch34",
      "name": "Sample Grocery Store",
      "telephone": "+1-650-123-4567",
      "url": "https://www.grocerystoresamplewebsite.com",
      "category": "store",
      "geo": {
        "address": {
          "street_address": "803 11th Avenue",
          "locality": "Sunnyvale",
          "region": "CA",
          "country": "USA",
          "postal_code": "94089"
        }
      },
      "action_link": [
        {
          "url": "https://www.rwgpartnerwebsite.com/shopping/merch34",
          "action_link_type": "ACTION_LINK_TYPE_SHOP_ONLINE",
          "language": "en",
          "platform": "ACTION_PLATFORM_WEB_APPLICATION"
        },
        {
          "url": "https://www.rwgpartnerwebsite.com/shopping/merch34/delivery",
          "action_link_type": "ACTION_LINK_TYPE_SHOP_ONLINE",
          "language": "en",
          "platform": "ACTION_PLATFORM_WEB_APPLICATION",
          "order_online_metadata": {
            "fulfillment_option": [
              {
                "fulfillment_type": "FULFILLMENT_TYPE_DELIVERY",
                "available_day": [
                  {
                    "fulfillment_date": {
                      "year": "2020",
                      "month": "10",
                      "day": "1"
                    },
                    "last_ordering_time":  {
                      "seconds": "1601614800"
                    }
                  },
                  {
                    "fulfillment_date": {
                      "year": "2020",
                      "month": "10",
                      "day": "2"
                    },
                    "last_ordering_time":  {
                      "seconds": "1601701200"
                    }
                  }
                ],
                "fee_details": {
                  "base_fee": {
                    "base_fee_amount" : {
                      "price_micros": "45000000",
                      "currency_code": "USD"
                    }
                  }
                },
                "minimum_order": {
                  "price_micros": "45000000",
                  "currency_code": "USD"
                }
              }
            ]
          }
        },
        {
          "url": "https://www.rwgpartnerwebsite.com/shopping/merch34/pickup",
          "action_link_type": "ACTION_LINK_TYPE_SHOP_ONLINE",
          "language": "en",
          "platform": "ACTION_PLATFORM_WEB_APPLICATION",
          "order_online_metadata": {
            "fulfillment_option": [
              {
                "fulfillment_type": "FULFILLMENT_TYPE_PICKUP",
                "available_day": [
                  {
                    "fulfillment_date": {
                      "year": "2020",
                      "month": "10",
                      "day": "1"
                    },
                    "last_ordering_time":  {
                      "seconds": "1601614800"
                    }
                  },
                  {
                    "fulfillment_date": {
                      "year": "2020",
                      "month": "10",
                      "day": "2"
                    },
                    "last_ordering_time":  {
                      "seconds": "1601701200"
                    }
                  }
                ],
                "fee_details": {
                  "base_fee": {
                    "base_fee_amount" : {
                      "price_micros": "0",
                      "currency_code": "USD"
                    }
                  }
                },
                "minimum_order": {
                  "price_micros": "30000000",
                  "currency_code": "USD"
                }
              }
            ]
          }
        }
      ]
    }
  ]
}