input ClearAssemblyComponentsInput
Fields
| Field | Type | Description |
|---|---|---|
assembly_sku | String! | Assembly sku. SKU matching is case-insensitive and ignores surrounding whitespace. |
customer_account_id | String | 3PL child/customer account ID this record belongs to; omit on inputs to use the authenticated account. |
Referenced By
- assembly_clear_components Mutation
Example
{
"assembly_sku": "BLUE-TEE-M",
"customer_account_id": "QWNjb3VudDoxMjM0"
}