A collection of endpoints which can be used to search the catalog for relevant activities.
Musement API (3.5.0)
For merchant or affiliate partners wishing to use the Musement API.
See the Authentication section for details on how to authenticate with the API.
GET /activities/{activityUuid}/dates/{date}- Added
availability,max_buyandmin_buyproperties to timeslots. For more info, check out our guide
- Added
Request
The API sends this request to a partner's service when an order item status changes (for example from PENDING to OK).
The body of the response is ignored. A 200 status code response confirms the request has been received and will be processed. All other status codes are treated as a failed attempt - another webhook request will be sent later.
When the order was created.
When the order was last updated.
A counter which tracks how many times the order has been updated.
The order item's UUID
When the order item was created.
When the order item was last updated.
A counter which tracks how many times the order item has been updated.
The status of the order item:
CANCELLATION_ERROR: an error occurred while processing a cancellation. This status is temporary and will change to eitherOKorREFUNDEDafter examination by Musement Customer CareKO: there was an issue finalizing the order itemOK: the order item is validPENDING: the order item's payment and confirmation are in progressREFUND_STARTED: a refund request for the item is being processed. This status is temporary and will change toREFUNDEDonce the request has been resolvedREFUNDED: the order item has been cancelled and either partially or fully refunded
- Mock serverhttps://partner-api.musement.com/_mock/reference/openapi/order-item
- Sandbox serverhttps://sandbox.musement.com/api/v3/order-item
- Production serverhttps://api.musement.com/api/v3/order-item