payments_get_order_by_id
Fetch order details by ID. Supply the order ID and location ID to retrieve the complete order information.
Instructions
Get Order by ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| altId | Yes | AltId is the unique identifier e.g: location id. | |
| orderId | Yes | ID of the order that needs to be returned | |
| locationId | No | LocationId is the id of the sub-account. Defaults to GHL_LOCATION_ID when omitted. |