I’m working on a project to sync credit transactions from an external system into Shopify. When I use either of the storeCreditAccountCredit or storeCreditAccountDebit mutations I receive a unique ID for the transaction that was created. However, if I use the customerByIdentifier query to obtain a listing of all the transactions associated with a customer’s credit account then these ID values are not available in the response. Is there any way to get the ID associated with a store credit account transaction through the admin API?