Questions tagged [amazonsellercentral]

Amazon Seller Central is the web interface used by brands and merchants to market and sells their products directly to Amazon's customers. If you have a Seller Central account, you're considered a marketplace or third-party seller.

100 questions
0
votes
1 answer

How to create Test App for Amazon Seller Central without paying monthly fee

I need developer account on Amazon Seller Central so I can work with their API. It needs adding credit card and it shows $39.90 monthly fee, that is so much money for me. Is there option to make free developer account or sandbox to test Amazon API??
milica98
  • 199
  • 8
0
votes
0 answers

Invalid XML for POST_FLAT_FILE_FULFILLMENT_DATA feed

I am using the Other Carrier option and added the tracking number myself, so when the customer receives the order it shows late on the customer panel. So, I am trying to update the order status from shipped to delivered. I haven't found any API…
0
votes
0 answers

FATAL processing status for GET_VENDOR_SALES_REPORT and GET_VENDOR_INVENTORY_REPORT

This may be a novice concern, but I hope you can help me. I always get FATAL processing status every time I run the script. I follow the same manner as how the python-amazon-sp-api test case code create_report() request in their test file:…
0
votes
0 answers

Automatic tracking update on Amazon - Does a new carrier carrier push or Amazon has to setup the carrier and configure a pull

Seller wants to use a Other carrier to handle seller fulfilled orders. That is, a carrier that is not USPS, UPS, FedEx. We can mark the orders as shipped and push the tracking information using SP-API POST…
0
votes
1 answer

How to change status of Seller Fullfilled Orders that are Confirmed Shipped to Delivered

Although the package and order was delivered by a non Amazon carrier ( not USPS, UPS.. ) , the buyer is not seeing the order in delivered status. It is showing Running late in the buyers account. I tried to look up various other SP-API operations…
0
votes
1 answer

Selling Partner API (SP API) : ApiError : Shipping : getRates return Invalid Input

Hello I am using a simple code to get the shipping fee of a product from USA to Canada. I am using python-sp-api library. I have searched the docs for appropiate body for this post request and you can find below the content I am sending Here is the…
0
votes
1 answer

Amazon SP-API Python SellingApiForbiddenException: Access to requested resource is denied

I know this question has been asked a lot but none of the solutions helped my case. I registered as amazon developer in my Amazon seller account and now trying to connect using python-amazon-sp-api library Here is my code: from sp_api.api import…
0
votes
0 answers

amazon sp api golang sdk Permission Denied

I'm trying to use SPI API programatically using Golang. https://github.com/amazinsellers/amazon-sp-api-sdk-go and also tried with official https://github.com/amzapi/selling-partner-api-sdk and always have permission denied on the sample code on both…
0
votes
1 answer

Amazon SP-API getOrder Roles may not be assumed by root accounts

I have a client that has entrusted me with his seller central access key id and secret access key but when I use it creating IAM role and user policy and calling the API. It returns this call is for getOrder. "getOrder Roles may not be assumed by…
0
votes
1 answer

how to create 1 c# sdk of multiple swagger models - Amazon SP API

Below document for selling partner API gives example to generate sdk client for sellersapi for java, but it does not give any example for csharp. I have managed to create for cSharp for 1 and multiple APIs(for example Feeds, Orders, Tokens,…
coder771
  • 368
  • 5
  • 17
0
votes
3 answers

Postman AWS Signature for SP-API not working

I am trying out SP-API catalog items API from postman. Trying to signing request using AWS Signature provided in postman. But getting the following error. Headers used Getting the following error { "errors": [ { "message": "Credential…
0
votes
1 answer

MWS Report doesn't update report request status from "_SUBMITTED_"

I have been using MWS report API for a few years and today found a weird status that the requested report doesn't change status from "SUBMITTED". I use _GET_FLAT_FILE_ALL_ORDERS_DATA_BY_LAST_UPDATE_ report type. Is there anything updated for this…
0
votes
1 answer

Does Amazon Selling Partner API supports Desktop clients?

I am trying to build very simple Amazon SP API client (using Amazon-provided C# client library) and I don't understand whether it is possible (or I am required to build web application as well?). My intention it to build the read-only client, that…
TomR
  • 2,696
  • 6
  • 34
  • 87
0
votes
2 answers

Amazon Advertising Api - reports data processing (ACOS, ROAS, Organic Sales, Ad Sales)

I'm trying to process Amazon data and get some calculated results such as ACOS, ROAS, Organic Sales(direct sales not from ads) and Ad Sales or Ad revenues. I have pulled data from Amazon Advertising API reports for sponsored products, brands &…
0
votes
2 answers

Amazon SP-API B2B Price Issues

I am trying to get product pricing and competitive pricing, using the two API…