Anybody may help that whey below python code always lead to Bad Request?
The Token has been verified by running same API on ebay, but for security reason replaced by "xxxxxx".
Thanks a lot!
Token = "xxxxxx"
headers ={"Authorization": "Bearer "+Token,
"X-EBAY-C-MARKETPLACE-ID": 'EBAY_US',
}
EndPoint = "https://api.ebay.com/sell/fulfillment/v1/order?filter=creationdate:%5B2020-12-20}T08:25:43.511Z..%5D"
response = requests.get(EndPoint, headers = headers)