Skip to main content

Browse Kit Products

GET 

/api/assemblies/browse-kits

Returns a paginated list of kit products with inventory availability data for the assembly form. Shows how many kits can currently be assembled based on available component stock.

Authentication: Requires Bearer token

Response fields per kit:

  • id: Product ID
  • sku: Product SKU
  • name: Product name
  • qty_on_hand: Current assembled kit quantity in the warehouse
  • qty_possible: Maximum number of kits that can be assembled from available component stock

Request

Responses

Successful response