selling-partner-api-sdk
selling-partner-api-sdk copied to clipboard
InvalidInput The input you have submitted is not valid. Please check your input and try again.
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": ""
}
]
}