Skip to main content

Get Assembly

GET 

/api/assemblies/:assembly

Returns the full details of a single inventory assembly, including assembly lines, inventory movements, and FIFO layer data.

Required scope: inventory:read

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Authentication: Requires Bearer token

Response includes:

  • id, warehouse, action_date, action
  • items: Assembly lines with product details and primary image
  • inventory_impact: Grouped movements per line with FIFO layer data
  • created_at, updated_at, archived_at

Request

Responses

OK

Response Headers
    Content-Type