List Kit Materials

Returns all materials in a kit as a plain list (not paginated).

Requires scope: kits:read

Authentication

API_KEYstring
API Key authentication via header

Path parameters

idUUIDRequired
Kit ID.

Response

This endpoint returns a list of objects.
materialDetailsIdUUID
ID of the MaterialDetails record created when the variation was added to a kit. This is not the same as the MaterialVariation ID.
quantitydouble
Quantity of this material required per kit unit.
materialobject
Reference to the parent material.
variationobject
Reference to the material variation, if applicable.
costdouble
Cost per unit for this material within the kit.

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error