input UpdateLotInput

GraphQL input type for Lot update.

Fields

FieldTypeDescription
lot_idString!
nameString
skuString
expires_atISODateTime
is_activeBoolean

Referenced By

Example

{
  "lot_id": "abc123",
  "name": "abc123",
  "sku": "abc123",
  "expires_at": "abc123",
  "is_active": true
}