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