object KitComponent
Fields
| Field | Type | Description |
|---|---|---|
id | String | Public API ID for this identifiable. |
legacy_id | BigInt | Numeric legacy ID for this identifiable; use only where legacy IDs are required. |
account_id | String | Public API account ID that identifies the related record. |
sku | String | Stock Keeping Unit. |
quantity | Int | Amount of product units within the kit. |
Referenced By
- Product Type
Example
{
"id": "UmVjb3JkOjEyMzQ=",
"legacy_id": 1234,
"account_id": "QWNjb3VudDoxMjM0",
"sku": "BLUE-TEE-M",
"quantity": 2
}