object AssemblyComponent
Fields
| Field | Type | Description |
|---|---|---|
id | String | |
legacy_id | BigInt | |
account_id | String | |
sku | String | Stock Keeping Unit of the component |
quantity | Int | Amount of component units within the assembly |
Referenced By
- Product Type
Example
{
"id": "abc123",
"legacy_id": "abc123",
"account_id": "abc123",
"sku": "abc123",
"quantity": 987
}