Performs an asynchronous request to fetch order items and update the state with the result
const {results: orderItemsInRetryStatus} = await og.smi.api.request_orders_items({ status: 18 }); Copy
const {results: orderItemsInRetryStatus} = await og.smi.api.request_orders_items({ status: 18 });
Describes order status filter
Optional
Performs an asynchronous request to fetch order items and update the state with the result