object AssemblyComponent

Fields

FieldTypeDescription
idString
legacy_idBigInt
account_idString
skuString

Stock Keeping Unit of the component

quantityInt

Amount of component units within the assembly

Referenced By

Example

{
  "id": "abc123",
  "legacy_id": "abc123",
  "account_id": "abc123",
  "sku": "abc123",
  "quantity": 987
}