Orders
List the PMS postings for an order
List the ledger-line postings that have been forwarded to the site's PMS (Property Management System) integration. Each posting is a record of a charge or payment that Trybe pushed out to the PMS — used by reconciliation workflows to verify that Trybe's view of revenue matches the PMS's.
Results are scoped to the site's currently-configured PMS integration. Sorted by created_at ascending. Not paginated.
Returns an empty list for sites without a PMS integration configured.
get/shop/orders/{orderId}/postings
Response
The PMS postings recorded against the order.
Example response
{
"data": [
{
"integration": "mews",
"status": "posted",
"amount": 12000,
"currency": "gbp",
"created_at": "2025-02-04T12:00:00+01:00"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.