You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using certain APIs in the European region and specifying a MarketplaceId, it still returns data for the entire European market. For instance, when trying to retrieve shipment information for Germany, I also receive information for the United Kingdom.
server = FulfillmentInbound(credentials=credentials, marketplace=Marketplaces.DE)
res = server.get_shipments(MarketplaceId='A1PA6795UKMFR9', QueryType='SHIPMENT',ShipmentStatusList='CLOSED')
This discussion was converted from issue #1151 on September 12, 2023 21:03.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When using certain APIs in the European region and specifying a MarketplaceId, it still returns data for the entire European market. For instance, when trying to retrieve shipment information for Germany, I also receive information for the United Kingdom.
Beta Was this translation helpful? Give feedback.
All reactions