v1

latestOpenAPI 3.0.32026-07-2632131.4 MB
Channel Commission

Update listings channel commission

This endpoint allows you to send Guesty an updated amount for channel commissions. Providing an amount to an existing integration object or manual source will update its channel commission value. If the integration object or manual source do not exist, they will be added.

example for bookingCom: {channelCommissions: [{listingId: "923892d53f4f56cfcb25586d", bookingCom: {tax: 10, commission: {value: 5, of: ["ACCOMMODATION_FARE"]}}}]}

Applying your channel commission on fees & taxes is currently in beta.

put/channel-commission/listings

Request body

Example request

{
  "channelCommissions": [
    {
      "manual": [
        {
          "commission": {
            "value": 5,
            "of": [
              "ACCOMMODATION_FARE",
              "CLEANING_FEE",
              "LOCAL_TAX",
              "DAMAGE_WAIVER"
            ]
          },
          "tax": 3,
          "source": "my source"
        }
      ]
    }
  ]
}

Response

Array of the updated channel commission per listing.