object KitComponent

Fields

FieldTypeDescription
idString

Public API ID for this identifiable.

legacy_idBigInt

Numeric legacy ID for this identifiable; use only where legacy IDs are required.

account_idString

Public API account ID that identifies the related record.

skuString

Stock Keeping Unit.

quantityInt

Amount of product units within the kit.

productProduct

Product associated with this kit component.

Referenced By

Example

{
  "id": "UmVjb3JkOjEyMzQ=",
  "legacy_id": 1234,
  "account_id": "QWNjb3VudDoxMjM0",
  "sku": "BLUE-TEE-M",
  "quantity": 2,
  "product": {sku: "BLUE-TEE-M", name: "Blue Tee"}
}