I am processing Shopify orders with our external systems. In order to properly handle discounts, I need to be able to access each discount application’s title and description. Via the Admin REST API, I can access this with no problem. However, we are leveraging the graphQL API to access additional information in a single call. While I am able to access discountApplications and see that the type is ScriptDiscountApplication, I do not seem to be able to access it as a ScriptDiscountApplication and therefore cannot retrieve its title and description. Is anyone aware of any way to access a discounts title and description via the admin graphQL?
Would you be able to share an example of a formatted GraphQL request to the Order object where the DiscountApplication connection and ScriptDiscountApplication fields aren’t returning the info that is expected? Additionally, an x-request-id from the response header would also be helpful! With that I would be happy to take a close look or pass back any insights!- Cheers!
I have the same problem - we create our own invoices and have lines displaying the used coupon code. We cannot move to GraphQL because this is not available.