How to get inventory data only for marketplaces where seller has active FBA inventory? #4822
Unanswered
ducdominh-secomvn
asked this question in
Q&A
Replies: 1 comment
-
Please check the FBA Inventory v1 API. Using the getInventorySummaries operation, you can provide the marketplace ids as a parameter. Best, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Amazon team,
We’re trying to retrieve FBA inventory data for a seller, but only from marketplaces where they actually have stock stored in local fulfillment centers (FCs).
The issue:
Some inventory-related reports or endpoints (e.g.,
GET_FBA_MYI_UNSUPPRESSED_INVENTORY_DATA
) return reports even for marketplaces like Mexico (MX), where the seller has no inventory — just listings or global settings.We want to avoid this.
What we need:
Example:
Seller has FBA inventory in US (ATVPDKIKX0DER), but also lists in MX (A1AM78C64UM0Y8) with no stock.
We only want inventory data from the US marketplace — and nothing from MX.
Question:
Is there any report type or API method that guarantees this filtering?
Or do we need to call the inventory report for all marketplaces and manually filter based on stock?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions