I am thinking that I will have to write a script to use the API to migrate some digital gift cards we have in our wordpress/woocommerce because they have alphanumeric numbers and the customer support import option will only import numeric gift cards.
Since these have already been purchased in our Woocommerce/wordpress previously, I don’t want to create an order for them…
So my current thinking is to create gift card, then activate using the
buyer_payment_instrument_ids: ‘cash’
My question since I’d prefer not test this in production - will this show up in reporting as sales income? or does it leave it out of there since it’s considered an external sale?
Any other gotchas I should be on the lookout for?