object LotTrackingSettings
Fields
| Field | Type | Description |
|---|---|---|
is_active | Boolean | |
priority | String | |
picking_disabled_period_in_days | Int | |
lots_about_to_expire_email | String | |
verify_lot_when_packing | Boolean | |
exclude_expired_quantity_from_available | Boolean |
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
}