object AccountLotTrackingSettings
Fields
| Field | Type | Description |
|---|---|---|
is_active | Boolean | Whether this account lot tracking settings is active. |
priority | String | Priority for this account lot tracking settings. |
picking_disabled_period_in_days | Int | Picking disabled period in days as a numeric value. |
verify_lot_when_packing | Boolean | Whether packers must verify lot numbers while packing. |
exclude_expired_quantity_from_available | Boolean | Whether expired lot quantities are excluded from available inventory. |
lots_about_to_expire_email | String | Email address for the lots about to expire contact. |
Referenced By
- Account Type
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"
}