i’m looking for a way to create order via API with Gift Cards product in a way that Shopify will not generate a gift card, so i can generate a gift card using my app(to be able then to redeem balance using gift cards adjustments APIs).
Sure, i can create GC before pushing the order through API.
Should i specify somehow the ID of created GC in the create order API call so shopify will not create it again(if i keep the original GC product in the order)?
@vix - I’m trying to create a split-payment order via the Orders API where an order is partially paid for by a gift card that I generated. Is that possible?