[null,null,["最后更新时间 (UTC):2025-07-26。"],[[["\u003cp\u003eWaitlist merchants can display custom terms and conditions on their "Join Waitlist" modal.\u003c/p\u003e\n"],["\u003cp\u003eThese custom messages are added using the \u003ccode\u003emerchant.waitlist_advisement\u003c/code\u003e field in the Merchants Feed.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003etext.value\u003c/code\u003e property within \u003ccode\u003ewaitlist_advisement\u003c/code\u003e holds the specific message to be displayed.\u003c/p\u003e\n"]]],["Merchants can add unique terms to the \"Join Waitlist\" modal using the `merchant.waitlist_advisement` field. This is done by specifying text within the field. The content of the text is then shown as part of the terms and conditions. For example, a merchant might input a text value stating, \"We can only hold your table for 15 minutes once it is ready,\" to inform customers of their specific waitlist policy.\n"],null,["# Add Merchant-Specific Terms\n\nEach waitlist merchant can choose to specify any unique terms or conditions on the \"Join Waitlist\"\nmodal.\n\nThese features can be added by specifying the\n[`merchant.waitlist_advisement`](/actions-center/verticals/reservations/waitlists/reference/feeds/merchants-feed) field. \n\n### JSON\n\n```json\n \"merchant\": [\n {\n \"waitlist_advisement\": {\n \"text\":{\n \"value\": \"We can only hold your table for 15 minutes once it is ready.\"\n }\n }\n }\n ]\n \n```"]]