input UpdateLotInput

GraphQL input type for Lot update.

Fields

FieldTypeDescription
lot_idString!

Public API lot ID that identifies the related record.

nameString

Human-readable name for this lot.

skuString

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

expires_atISODateTime

Expires at as an ISO-8601 datetime, returned in UTC unless otherwise noted.

is_activeBoolean

Whether this lot is active.

Referenced By

Example

{
  "lot_id": "TG90OjEyMzQ=",
  "name": "LOT-2026-001",
  "sku": "BLUE-TEE-M",
  "expires_at": "2026-07-09T15:30:00Z",
  "is_active": true
}