Skip to main content

Lookup Inbound Products by Identifiers (Bulk Add)

POST 

/api/amazon/:integrationInstance/draft-inbound-plans/:draft_inbound_plan/lookup-by-mskus

Bulk-resolve identifiers to Amazon inbound products with plan context — powers the Bulk Add flow on the SKU Selection step.

Authorization

Any valid API token can call this endpoint — no specific scope required. Manage tokens.

Modes via identifier_type:

  • auto (default): try MSKU first, fall back to product SKU for not-found identifiers
  • msku: only match Amazon seller SKUs
  • sku: only match internal product SKUs

A product SKU mapping to multiple MSKUs is returned under multiple_msku_matches for the operator to pick. Products include the same fields as the inbound-products search (including case_pack_qty/case_pack_rounding).

Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type