Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
Ajouter des conditions spécifiques au marchand
Les conditions spécifiques au marchand vous permettent de spécifier du texte et/ou une URL pour les conditions spécifiques du marchand. Le texte s'affiche dans l'onglet "Vue d'ensemble" du marchand, ainsi que dans la fenêtre modale de réservation. Voici un exemple de fenêtre modale de réservation:
L'URL sera associée au bas de la fenêtre modale de création de réservation et utilisera toujours le texte "Conditions d'utilisation" (ce texte ne peut pas être modifié).
"merchant":[{"terms":{"url":"https://www.google.com","text":"This is a note from the merchant"}}]
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/07/26 (UTC).
[null,null,["Dernière mise à jour le 2025/07/26 (UTC)."],[[["\u003cp\u003eMerchant specific terms allow you to display custom text and link to your Terms of Service in the merchant overview and booking modal.\u003c/p\u003e\n"],["\u003cp\u003eYou can add these terms by specifying the \u003ccode\u003emerchant.terms.text\u003c/code\u003e and/or the \u003ccode\u003emerchant.terms.url\u003c/code\u003e fields in your merchant feed.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003emerchant.terms.text\u003c/code\u003e displays your custom message, while \u003ccode\u003emerchant.terms.url\u003c/code\u003e links to your Terms of Service, labeled as "Terms of Service".\u003c/p\u003e\n"]]],["Merchants can add specific terms by using the `merchant.terms.text` and `merchant.terms.url` fields. The text will display in the merchant's overview and booking modal. The URL, linked as \"Terms of Service,\" will be at the bottom of the booking modal. This JSON example shows how to define both fields, including a sample URL and text. The terms of service text is fixed and not configurable.\n"],null,["# Add Merchant-Specific Terms\n\nHow to add merchant specific terms\n----------------------------------\n\nMerchant specific terms allow you to specify text and/or a url for the\nmerchant's specific terms. The text will be shown in the merchant's overview\ntab as well as in the booking modal. An example of the booking modal can be\nseen here:\n\nThe url will be linked to from the bottom of the create booking modal and\nwill always use the text Terms of Service (this text can not be changed).\n\nThese features can be added by specifying the\n[`merchant.terms.text`](/actions-center/verticals/reservations/e2e/reference/feeds/merchants-feed) and/or the\n[`merchant.terms.url`](/actions-center/verticals/reservations/e2e/reference/feeds/merchants-feed) fields. \n\n### JSON\n\n```json\n \"merchant\": [\n {\n \"terms\": {\n \"url\": \"https://www.google.com\",\n \"text\": \"This is a note from the merchant\"\n }\n }\n ]\n \n```"]]