fedex

API FedEX "INVALID.INPUT.EXCEPTION","message":"Invalid field value in the input"

API FedEX "INVALID.INPUT.EXCEPTION","message":"Invalid field value in the input" Question: I’m trying to validade an address in FedEX API using Python 3.8 and it returns an error of invalid field value First I connect to the Auth API payload={"grant_type": "client_credentials",’client_id’:Client_id,’client_secret’:Client_secret} url = "https://apis-sandbox.fedex.com/oauth/token" headers = {‘Content-Type’: "application/x-www-form-urlencoded"} response=requests.post(url, data=(payload), headers=headers) And it returns a message with …

Total answers: 4