265 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
26
views
How to correctly aggregate GET_V2_SETTLEMENT_REPORT_DATA_FLAT_FILE_V2 to match Amazon "Settlement Summary" / "Account activity" PDF?
I’m trying to reproduce the values in Amazon’s "Settlement Summary" / "Account activity from ... through ..." PDF using the GET_V2_SETTLEMENT_REPORT_DATA_FLAT_FILE_V2 report (tab-delimited flat file).
The ...
0
votes
0
answers
19
views
Cannot generate GET_BRAND_ANALYTICS_SEARCH_TERMS_REPORT report for AU marketplace
I’m trying to generate a daily GET_BRAND_ANALYTICS_SEARCH_TERMS_REPORT in Selling Partner APIs, but the report status in the AU marketplace keeps returning as FATAL almost immediately.
Request:
{
&...
0
votes
0
answers
77
views
Amazon SP API - createReport returns forbidden access
I have private dev PII access (+ Direct-to-Consumer Shipping) but when I tries to createReport the code doesnt even reach "after CREATE_REPORT" message in my code and gave me exception with:
...
0
votes
0
answers
32
views
AMAZON SP API - listCatalogCategories
I have tried requesting following endpoints:
/sellers/v1/marketplaceParticipations
/definitions/2020-09-01/productTypes
/catalog/v0/categories
The first 2 works fine, but third one returns:
"...
0
votes
0
answers
87
views
Amazon SP-API — "externally_assigned_product_identifier is a required property" even for GTIN-Exempt product (category SHIRT)
I'm trying to create a GTIN-exempt listing in the SHIRT category using the Amazon SP-API.
Endpoint:
PUT /listings/2021-08-01/items/{sellerId}/{sku}?marketplaceIds=ATVPDKIKX0DER&mode=...
1
vote
0
answers
48
views
Generating End of Day Forms using the Amazon SP-API
We are trying to automate the generation of a USPS Scan Sheet which is found in the End of Day forms in Seller Central. Does anyone know if this is possible? I have not been successful in locating ...
0
votes
0
answers
54
views
Using createUploadDestinationForResource SP API Uploads API call in process of uploading listings images
I'm using createUploadDestinationForResource SP API Uploads API call to get an upload destination for a listing image to be uploaded. It works, but when I'm using returned destination upload URL to ...
0
votes
0
answers
41
views
SP-API: B2B Price is not updating
I want to update the business price of some products using a PHP script. I create a JSON file that I upload via the Feeds API. However, the business price is not updated. Other actions, such as ...
1
vote
0
answers
113
views
Amazon SP-API JSON_LISTINGS_FEED: get error description?
There are two layers of JSON feed validation when you submit it to Amazon SP-API endpoint: JSON schema validation and some sort of parameters validation. If a feed failed on JSON schema validation ...
0
votes
1
answer
281
views
Pagination returns same results with new nextToken — how to properly fetch next page?
I'm using the Amazon Selling Partner API (/listings/2021-08-01/items/{sellerId}) to fetch my product listings. I'm handling pagination using the nextToken parameter. My API fetch code looks like this:
...
-2
votes
1
answer
311
views
Amazon SP-API sandbox Orders API returns 403 Unauthorized despite LWA token and SigV4 signing
I'm testing the Amazon Selling Partner API (SP-API) using the sandbox environment, specifically the GET /orders/v0/orders endpoint.
Despite including both the LWA access token and signing the request ...
0
votes
0
answers
54
views
Amazon SP-API Integration - no orders in the output (every client should authorize?)
I have a problem with understanding how to setup amazon SP-API. My company is Amazon selling partner and we have tens of clients. I created an app, where I want to allow my clients to login and see ...
0
votes
0
answers
21
views
Ability to add FeatureConstraints for CreateFulfillmentOrderRequest
I am using Amazon-SP-API-CSharp library and it works great, but when I am creating a CreateFulfillmentOrderRequest I want to block an order from being shipped using Amazon Logistics (AMZL).
When ...
0
votes
0
answers
45
views
SP-API Feed Upload Error InvalidBucketName
I'm trying to upload a json feed. I get the AccessToken and call createFeedDocument successfully, getting the FeedDocumentID and url to upload to. After solving the Signature Doesn't Match problem, I ...
0
votes
2
answers
59
views
BadRequest Error for tracking details Amazon seller API
I want to enter tracking details for shipping labels from a non partnered carrier with the SP API and it worked for a day, but now I am getting the same error for every single one of my shipments:
...