object ProductMutationOutput
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | |
complexity | Int | |
product | Product |
Referenced By
- kit_build Mutation
- kit_remove_components Mutation
- product_update Mutation
Example
{
"request_id": "abc123",
"complexity": 987,
"product": Product
}