View orders canceled by Cancellation date

View orders canceled by Cancellation date

sharon1400
Visitor
3 0 0

Hi,

How can I view the orders that were canceled by cancellation date? When I filter the orders that were cancelled I can only see the date they are created not cancelled. I would like to see this attribute.

Also, were can I see the orders that were canceled today? I see there is a returns and refunds analytics page but it only shows the items canceled not the order numbers.

Reply 1 (1)

Noya1
Visitor
1 0 0

After several trials - I found out that a cancellation also re-populates the updated_at field
therefore your parameters should include: status=cancelled and updated_at_min={date} and updated_at_max={date+ N days} for a date range

if its for today updated_at_min={today} is enough without max date