input UpdateAssemblyComponentsInput
Fields
| Field | Type | Description |
|---|---|---|
assembly_sku | String! | Assembly sku. SKU matching is case-insensitive and ignores surrounding whitespace. |
components | [UpdateAssemblyComponentsComponentInput]! | List of components associated with this assembly components. |
customer_account_id | String | 3PL child/customer account ID this record belongs to; omit on inputs to use the authenticated account. |
Referenced By
- assembly_update_components Mutation
Example
{
"assembly_sku": "BLUE-TEE-M",
"components": [[{id: "VXBkYXRlQXNzZW1ibHlDb21wb25lbnRzQ29tcG9uZW50SW5wdXQ6MTIzNA=="}]],
"customer_account_id": "QWNjb3VudDoxMjM0"
}