How to create RestrictedDataToken to get restricted data of Direct Fulfillment Orders
I want to get buyer name and ship address of Amazon Direct Fulfillment Orders, per the instruction of getOrders of Vendor Direct Fulfillment Orders API, we need to obtain the restrictedDataToken first, but the errors happened just like the attachment.
What is the easiest way to get buyer-initiated cancellations via SP API with Amazon?
I want to use the Amazon SP API to get all orders where the buyer has initiated a cancellation. From what I can tell, the only way to do this is by calling their get-orders request to get all orders that have been changed in the last X hours/minutes then calling their get-order-items request on each returned order. The issue is that if we do that in 30 minute increments, we are making well over 100 API requests every 30 minutes to Amazon just to see if there was a cancellation. Due to performance concerns, this is not feasible.
Quicker way to retrieve Amazon orders from SP API
We’re currently using Amazon SP API to retrieve a scheduled GET_ORDER_REPORT_DATA_INVOICING
report every 15 minutes. That report contains all orders fulfilled by ourselves. Problem is that the report generation seems to be delayed on the Amazon side. They take 2 or 3 times (30 or 45 minutes) to contain a purchased order.
Fiverr is not good at All
I’ve been on Fiverr since 2011, with over 13,000 sales. I was once a top-rated seller with 50 daily orders, but now I have 5 orders a month or less. All my gigs are hidden, and my success score is just 4 ????. Fiverr was my only source of income, and I’m feeling really down about it.
Amazon sp-api marketplace
is there any way in the amazon sp-api to get the marketplace id of the refresh token. I want to know which marketplace’s access the refresh token have?
Amazon Fulfillment Inbound API v2024-03-20 shipments
I am currently using Amazon Selling Partner Fulfillment Inbound API v0 to get shipments (GET https://sellingpartnerapi-eu.amazon.com/fba/inbound/v0/shipments). According to docs, v0 is deprecated and the switch to v2024-03-20 should be made. However, I can’t seem to find an equivalent operation in v2024-03-20. I’ve tried listing inboundPlans, then getting the shipments for each inbound plan, but this results only in empty lists. Data should be returned, as using the API version v0, I still get shipments. What I tried in v2024-03-20 was:
SP API putListingsItem without issues but getListingsItem return INVALID_ATTRIBUTE with unhelpful message
By using Postman, I’ve called putListingsItem many times and got response with ACCEPTED status and empty issues
array. But when I called getListingsItem of created SKU, it returned the exactly attributes I pushed but not empty issues. The issue response as below:
Amazon SP API – which permission am I missing to create a feed?
I am following the use case guide for SP feeds.
Put my product categories and variants from my website to Amazon using SP API
I have a customer who got a website selling their products. Now they ask me to put product taxonomy and variants/options from the website to Amazon store. I’ve spent few weeks on reading SP API documentary but I just got blur vision about that and could not figure out which endpoints would work in my case. Is there any tips or articles somewhere to show it clearer, or recommend me the SP API endpoints could do those stuff?
SP-API Inbound FBA Shipment Notification
I cannot seem to find a way to retrieve inbound shipment information when a new inbound shipment is created. The only way to do it is to setup a cronjob that runs at specific times. I’m looking for a more dynamic solution; is there an alert I can use under the SP-API that will send a notification when an inbound FBA shipment is created?