IGetOrderStatusParams Interface representing the parameters for getting the status of an order.
const getOrderStatusParams: IGetOrderStatusParams = { order_id: "123456789"}; Copy
const getOrderStatusParams: IGetOrderStatusParams = { order_id: "123456789"};
const getOrderStatusParams: IGetOrderStatusParams = { order_id: ["123456789", "987654321"]}; Copy
const getOrderStatusParams: IGetOrderStatusParams = { order_id: ["123456789", "987654321"]};
The unique identifier(s) of the order(s) to get the status for.
IGetOrderStatusParams Interface representing the parameters for getting the status of an order.
Example
Example