input RemoveKitComponentsInput
Fields
| Field | Type | Description |
|---|---|---|
customer_account_id | String | Use this when you are a 3PL acting on behalf of one of your customers. |
sku | String! | SKU. SKU matching is case-insensitive and ignores surrounding whitespace. |
components | [RemoveKitComponentInput]! | List of components associated with this kit components. |
Referenced By
- kit_remove_components Mutation
Example
{
"customer_account_id": "QWNjb3VudDoxMjM0",
"sku": "BLUE-TEE-M",
"components": [[{id: "UmVtb3ZlS2l0Q29tcG9uZW50SW5wdXQ6MTIzNA=="}]]
}