object AssemblyMapType
Fields
| Field | Type | Description |
|---|---|---|
id | ID! | The ID of the object |
account_id | Int! | |
sku | String! | |
component_sku | String! | |
quantity | Int! | |
created_at | DateTime! | |
updated_at | DateTime | |
component | ProductInfoType | |
parent | ProductInfoType | |
row_id | BigInt |
Implements
Referenced By
Example
{
"id": "abc123",
"account_id": 987,
"sku": "abc123",
"component_sku": "abc123",
"quantity": 987,
"created_at": "abc123",
"updated_at": "abc123",
"component": ProductInfoType,
"parent": ProductInfoType,
"row_id": "abc123"
}