Skip to main content

Show New Inbound Shipment

GET 

//:domain/api/amazon/:integrationInstance/new-inbound/shipments/:shipment

Get a specific new FBA inbound shipment with full detail.

Eager loads: amazonFbaInboundShipmentItems.amazonProduct, skuLink, receipts, integrationInstance, shipFromMapping.link, pendingInbound.

Response includes:

  • Identifiers: shipmentId, shipmentConfirmationId, amazonReferenceId, name, sourceName
  • Status fields: status, pending_status, errorLog, is_before_initial_count, is_archived, archived_at
  • Destination: destinationCountry, destinationWarehouse, destinationType, destinationAddress, destination
  • Transportation/placement IDs and cached_shipment_date
  • sku_link: the user-bound source (PurchaseOrder or WarehouseTransfer) — polymorphic with id, type, name, displayType
  • actual_source: resolved from sku_link (Supplier for PO, Warehouse for WT) — { name, type, link_type, link_id, route }
  • ship_from_mapping: current mapping target — UI compares to actual_source to detect divergence and strike-through the current mapping when they differ
  • pending_inbound: linked PendingInbound row with status/shipped_at
  • receipts: linked inventory receipt/ledger entries
  • items: per-line with id, msku, fnsku, quantity, item_name, item_asin, amazon_product_id, fnsku_product (with product + inventory_available when ship-from is a Warehouse)

Request

Responses

OK

Response Headers
    Content-Type