FulfillmentOutbound Access denied errors #315
-
I am getting "Access to requested resource is denied" errors attempting to use FulfillmentOutbound.GetFulfillmentOrder and FulfillmentOutbound.ListAllFulfillmentOrders. The same program, using the same credentials, makes calls to functions in FulfillmentInbound, Reports, Orders and FbaInventory that all work just fine. Any suggestions? Dave |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 6 replies
-
you need to contact amazon for that ,but first check roles you give to your application |
Beta Was this translation helpful? Give feedback.
-
We created the app with all permissions granted but did not request access to PII since we don't need it. |
Beta Was this translation helpful? Give feedback.
-
try to create new refresh token and check if that work ? |
Beta Was this translation helpful? Give feedback.
-
I have opened a case with Amazon but in the meantime, I think I may have found a bug in the library that is causing this. |
Beta Was this translation helpful? Give feedback.
I have opened a case with Amazon but in the meantime, I think I may have found a bug in the library that is causing this.
Take a look at "protected class FulfillmentOutboundApiUrls". The first private member _resourceBaseUrl is set to "/ba/outbound/2020-07-01". The letter "f" is missing at the front. It should be "/fba/outbound/2020-07-01". Could you publish a new version of the library with that correction?