Hi all,
I am using orderCreate to create order with discount applied
It works without problem. but i found that the discount being created thru orderCreate is a free text string and cannot linked with the discount created on shopify admin. This somehow doesn’t fit my use case.
For example, assume i created a discount code “ABC123” on shopify and limit it to one “use” per user. Then i create the order with this discount code using the orderCreate API, i found that it didn’t count as a “use”.
Any ideas? thanks for your help.