Order Status
Method#
This method allows you to check the current status of an order by the order id.
- Kotlin
- Java
- Swift
- JS
suspend fun getOrderStatus(orderId: String): OrderStatus public OrderStatus getOrderStatus(String orderId)func getOrderStatus(orderId: String, completionHandler: @escaping (Any?, Error?) -> Void)async function getOrderStatus(orderId)