Potential Bug on Gift Card Expiry

Potential Bug on Gift Card Expiry

jarvin_tlbg
Visitor
1 0 0

Context

Using the query GiftCard endpoint and this was my query: 

 

 

`
		query($query: String!) {
			giftCards(first: 250, query: $query) {
				nodes {
					balance {
						amount
						currencyCode
					}
					createdAt
					customer {
						displayName
						email
					}
					deactivatedAt
					enabled
					expiresOn
					id
					initialValue {
						amount
						currencyCode
					}
					maskedCode
					note
					order {
						confirmationNumber
						email
					}
				}
			}
		}
	`

 

 

with the following params: 

 

 

{
    "query": "status:enabled"
}

 

 

This is done on 26 Feb 2025 ~15hrs my timezone (GMT+8 SGT)

 

Issue

I'm getting gift cards that should have been expired on 25 Feb (see below). 

jarvin_tlbg_0-1740555551535.png

 

The Store timezone is set to my timezone as well, leading me to think that this could be a bug with the way Shopify considers gift cards to be expired. 

jarvin_tlbg_1-1740555977635.png

 

Would appreciate any help here

 

Replies 0 (0)