Skip to main content

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.

Authorization

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

OK

Response Headers
    Content-Type