Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

InvalidInput The input you have submitted is not valid. Please check your input and try again. #17

Open
icowan opened this issue Apr 19, 2022 · 0 comments

Comments

@icowan
Copy link

icowan commented Apr 19, 2022

REQ:

GET /orders/v0/orders?CreatedAfter=2022-04-14T15%3A43%3A01Z&CreatedBefore=2022-04-19T15%3A43%3A01Z&FulfillmentChannels=AFN&MarketplaceIds=A1AM78C64UM0Y8&MaxResultsPerPage=20&OrderStatuses=Unshipped HTTP/1.1
Host: sellingpartnerapi-na.amazon.com
Authorization: ***
User-Agent: selling-partner-api-sdk/v1.0 (Language=go/1.17.6; Platform=darwin-amd64)
X-Amz-Access-Token: ***
X-Amz-Date: 20220419T154306Z
X-Amz-Security-Token:  ***
X-Amzn-Requestid: f4400f7e-d0eb-4112-accf-96d5cbf1e5b0

RES:

HTTP/2.0 400 Bad Request
Content-Length: 185
Content-Type: application/json
Date: Tue, 19 Apr 2022 15:43:03 GMT
X-Amz-Apigw-Id: Q1bFNEjKoAMFpwQ=
X-Amzn-Ratelimit-Limit: 0.0167
X-Amzn-Requestid: f4400f7e-d0eb-4112-accf-96d5cbf1e5b0
X-Amzn-Trace-Id: Root=1-625ed887-1ef8fa3b43d1674d231133e6

{
  "errors": [
    {
      "code": "InvalidInput",
      "message": "The input you have submitted is not valid. Please check your input and try again.",
      "details": ""
    }
  ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant