ShopifySharp
ShopifySharp copied to clipboard
Gift Card creation uses same value for initial_value & balance
Hi,
I can see that this may not be a 'normal' issue as creating a gift card would in most cases logically want the two values to match. At the moment the CreateAsync is ignoring anything you put in the balance field an populating both fields from the initial_value.
I'm actually importing cards into shopify from a legacy system so I need to be able to update the two values independently.
Any chance this can be changed?
If not in the short term, I'll either just pull in the outstanding value or look at importing with GraphQL.
Thanks.