input AssemblySKUType

Fields

FieldTypeDescription
skuString!

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

quantityInt!

Quantity as a whole-unit count.

receiving_location_idString

Public API receiving location ID that identifies the related record.

staging_location_idString

Public API staging location ID that identifies the related record.

lot_idString

Public API lot ID that identifies the related record.

Referenced By

Example

{
  "sku": "BLUE-TEE-M",
  "quantity": 2,
  "receiving_location_id": "TG9jYXRpb246MTIzNA==",
  "staging_location_id": "TG9jYXRpb246MTIzNA==",
  "lot_id": "TG90OjEyMzQ="
}