Amazon-SP-API-CSharp icon indicating copy to clipboard operation
Amazon-SP-API-CSharp copied to clipboard

How to get the timestamp of request?

Open ccstest1 opened this issue 2 years ago • 1 comments

When opening a case on Amazon to inquire about API-related issues, you generally need to provide this

ccstest1 avatar Sep 06 '23 10:09 ccstest1

You can get it from the headers via "LastResponseHeader".

e.g. connection.ListingsItem.LastResponseHeader?.ToList()

Looking at my examples it's just called "Date". You can also get the x-amzn-RequestId value

TechyChap avatar Nov 13 '23 10:11 TechyChap