Added Mapping endpoints 🎉
POST /rm/v1/mappings/map and POST /rm/v1/mappings/unmap
Manage parent-child listing mappings for a managed account — link the same property’s listings across channels (Airbnb, Vrbo, Booking.com, …) under one parent, or detach them.
- Map links child listings under a parent; optional
copyflags (all defaultfalse) copy the parent’s prices or settings to the children. Enforces mapping permission, max child listings, distance limit, and the same-PMS rule. - Unmap detaches listings from their group (unmapping a parent detaches its whole group); partial success is supported.
All endpoints use the same request/response format as the Customer API. Include your X-API-Key and PL-User-Id headers as usual.
See the RM Partner API Overview for the full endpoint list.