I am getting an error while implementing the FbaInventory, I have applied the correct parameters and getting a message of bad request.
GET https://sellingpartnerapi-na.amazon.com/fba/inventory/v1/summaries?details=true&granularityType=Marketplace&granularityId=ATVPDKIKX0DER&marketplaceIds=ATVPDKIKX0DER
and error which I am getting is
Amazon SP API responded with HTTP 400 { "errors": [ { "code": "InvalidInput", "message": "Invalid request, please check your input.", "details": "" } ] }
I tried to fetch catalog item as per the documentation provided and it worked fine, but getting an issue with this.
also when I am trying to fetch orders, its not returning anything,
I am getting an error while implementing the FbaInventory, I have applied the correct parameters and getting a message of bad request.
GET https://sellingpartnerapi-na.amazon.com/fba/inventory/v1/summaries?details=true&granularityType=Marketplace&granularityId=ATVPDKIKX0DER&marketplaceIds=ATVPDKIKX0DER
and error which I am getting is
Amazon SP API responded with HTTP 400 { "errors": [ { "code": "InvalidInput", "message": "Invalid request, please check your input.", "details": "" } ] }
I tried to fetch catalog item as per the documentation provided and it worked fine, but getting an issue with this.
also when I am trying to fetch orders, its not returning anything,
TIA