• 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 });
    

    Parameters

    Returns Promise<Results<OrderItem>>