object AddAssemblyComponentsOutput
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | Public API request ID that identifies the related record. |
complexity | Int | Complexity as a numeric value. |
product | Product | Product associated with this assembly components. |
Referenced By
- assembly_add_components Mutation
Example
{
"request_id": "UmVjb3JkOjEyMzQ=",
"complexity": 100,
"product": {sku: "BLUE-TEE-M", name: "Blue Tee"}
}