I am using the below link to make a call to the selling partner API. https://github.com/amzn/selling-partner-api-docs/blob/main/guides/developer-guide/SellingPartnerApiDeveloperGuide.md#how-to-make-a-sandbox-call-to-the-selling-partner-api
My end point is https://sandbox.sellingpartnerapi-eu.amazon.com
I am getting mock values for the ordersV0.json on $"/orders/v0/orders/" but getting an Unauthorized Access Denied fulfillmentInboundV0.json on Getting Shipments
string resource1 = $"/fba/inbound/v0/shipments"; IRestRequest restRequest1 = new RestRequest(resource1, Method.GET); restRequest1.AddParameter(`enter code here`"QueryType", "SHIPMENT", ParameterType.QueryString); restRequest1.AddParameter("MarketplaceId", "ATVPDKIKX0DER", ParameterType.QueryString); var responsebuyer1 =`enter code here` GetAmazonResponse(restRequest1, "https://sandbox.sellingpartnerapi-eu.amazon.com");
Anybody facing the same problem ?
1.4m articles
1.4m replys
5 comments
57.0k users