input AddAssemblyComponentsInput

Fields

FieldTypeDescription
assembly_skuString!

Assembly sku. SKU matching is case-insensitive and ignores surrounding whitespace.

components[AddAssemblyComponentsComponentInput]!

List of components associated with this assembly components.

customer_account_idString

3PL child/customer account ID this record belongs to; omit on inputs to use the authenticated account.

Referenced By

Example

{
  "assembly_sku": "BLUE-TEE-M",
  "components": [[{id: "QWRkQXNzZW1ibHlDb21wb25lbnRzQ29tcG9uZW50SW5wdXQ6MTIzNA=="}]],
  "customer_account_id": "QWNjb3VudDoxMjM0"
}