object LotTrackingSettings

Fields

FieldTypeDescription
is_activeBoolean
priorityString
picking_disabled_period_in_daysInt
lots_about_to_expire_emailString
verify_lot_when_packingBoolean
exclude_expired_quantity_from_availableBoolean

Referenced By

Example

{
  "is_active": true,
  "priority": "abc123",
  "picking_disabled_period_in_days": 987,
  "lots_about_to_expire_email": "abc123",
  "verify_lot_when_packing": true,
  "exclude_expired_quantity_from_available": true
}