A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
Hi all. Im trying to understand how can I detect that order status is "Expiring" or "Expired" (https://help.shopify.com/en/manual/orders/order-status#order-status) with shopify API. I tried to create order and got its transactions info with https://shopify.dev/api/admin-rest/unstable/resources/transaction#resource-object . Order was made with COD payment and shop moved to manual payment capture mode. So after I've added card info I got order status "authorized" (as expected) and button under amount change its text to "Capture payment". Then I made API call and got 2 objects in transactions array - with kind:sale/status:pending and with kind:authorization/status:success . But there are now field "authorization_expires_at" in second object. What I have to do for creating test order with transaction that includes this field?