ericcj/amz_sp_api

show me the message "invilide input" when call get_inventory_summaries("Marketplace", marketplace, marketplaces, {seller_skus: skus, details: true}) in FbaInventoryApi Module

Closed this issue · 4 comments

i guest the params seller_skus include char ',' in the method get_inventory_summaries, but how can i solve this problem, anybody help me?

You will get an invalid input error if the seller account does not have FBA enabled, or if it is enabled but there are no FBA skus. I recently closed a support ticket for this issue. There is no endpoint to first check if an account is enabled for FBA. Older account have to opt in. Good luck.

this method is only supported in the north america region amzn/selling-partner-api-models#1039