Yes, it can be output from [SIM list] of the order from the ordering screen of the user console .
CSV download is also possible. In addition, depending on the software that expands CSV, IMSI E+14
may be displayed as an index. In Microsoft Excel, if you select "number" in the cell format, the 15 digit number will be displayed.
You can also refer to the IMSI and MSISDN of the ordered SIM from the order ID. Please use SORACOM CLI or Order:listOrderedSubscribers API .
Command example in SORACOM CLI:
soracom orders list-subscribers --order-id=[Order ID]
Execution example (some information is masked):
$ soracom orders list-subscribers --order-id=20190718xxxxxx_xxxxxxxx { "orderedSubscriberList": [ { "iccid": "89811xxxxxxxxxxxxxxx", "imsi": "44010xxxxxxxxxx", "msisdn": "020xxxxxxxx", "serialNumber": "DNxxxxxxxxxxxxx" } ] }
You can find your Order ID on the Place Orders screen in the User Console .
In addition to the user console, SORACOM CLI and Order:listOrders API can also be used.
Execution example (some information is masked):
$ soracom orders list { "orderList": [ { "currency": "JPY", "email": "xxxx@xxxx.com", "orderDateTime": "202003xxxxxxxx", "orderId": "202003xxxxxxxx_xxxxxxxx", "orderItemList": [ { ...