get Order
fun getOrder(id: String, includeFees: Boolean? = null, auxiliaryFeePercentages: String? = null, auxiliaryFeeRecipients: String? = null): Order
Content copied to clipboard
Get details of an order with the given ID Get details of an order with the given ID
Return
Order
Parameters
id
Order ID
include Fees
Set flag to true to include fee body for the order (optional)
auxiliary Fee Percentages
Comma separated string of fee percentages that are to be paired with auxiliary_fee_recipients (optional)
auxiliary Fee Recipients
Comma separated string of fee recipients that are to be paired with auxiliary_fee_percentages (optional)
Throws
If the API returns an informational or redirection response
org. openapitools. client. infrastructure. Client Exception
If the API returns a client error response
org. openapitools. client. infrastructure. Server Exception
If the API returns a server error response