object AccountLotTrackingSettings

Fields

FieldTypeDescription
is_activeBoolean

Whether this account lot tracking settings is active.

priorityString

Priority for this account lot tracking settings.

picking_disabled_period_in_daysInt

Picking disabled period in days as a numeric value.

verify_lot_when_packingBoolean

Whether packers must verify lot numbers while packing.

exclude_expired_quantity_from_availableBoolean

Whether expired lot quantities are excluded from available inventory.

lots_about_to_expire_emailString

Email address for the lots about to expire contact.

Referenced By

Example

{
  "is_active": true,
  "priority": "1Z999AA10123456784",
  "picking_disabled_period_in_days": 30,
  "verify_lot_when_packing": true,
  "exclude_expired_quantity_from_available": true,
  "lots_about_to_expire_email": "customer@example.com"
}