InventoryExportInput
| Field | Type | Required | Description |
|---|---|---|---|
status |
string |
yes | one of: active, inactive |
timeType |
string |
yes | one of: cron, time |
timeValue |
`string | null` | |
maxExportQuantity |
`integer | null` |
Example
Section titled “Example”{ "status": "active", "timeType": "cron", "maxExportQuantity": 5}
