Search Inbound Products (Plan Context)
GET/api/amazon/:integrationInstance/draft-inbound-plans/:draft_inbound_plan/inbound-products
Search the Amazon inbound product catalog (amazon_inbound_products_view) with plan context for the SKU Selection step. Each row is an Amazon listing joined to its internal product with FBA quantities, label/prep owners, source-warehouse availability for the plan's source, and the product's case pack.
Any valid API token can call this endpoint — no specific scope required. Manage tokens.
case_pack_qty resolves from the per-product replenishment-settings override, else the instance default, else the product's shipping-settings case quantity. case_pack_rounding is one of always_round_up, always_round_down, round_nearest.
Requires Bearer token.
Each product includes an eligibility object { shippable: bool, reason: string|null } — false with a reason when the SKU can't be inbounded (no FNSKU, removed from Amazon, or an inactive listing).
Request
Responses
- 200
- 401
- 403
- 404
- 429
OK
Response Headers
Unauthenticated — the bearer token is missing, revoked, expired, or malformed. Never retry automatically; fix the credential. See the Errors guide.
Forbidden — the token lacks a required scope, the endpoint is not available to API tokens, or the user behind the token lacks the permission. A human must adjust the token scopes or user permissions; do not retry.
Not found — no record with the given identifier (or the route does not exist). Verify the ID before retrying.
Rate limited — platform limit is 1,000 requests/min; individual tokens may carry lower limits. Honor the Retry-After header before retrying. See the Rate Limits guide.