PickupLinkSettingsInput
| Field | Type | Required | Description |
|---|---|---|---|
status |
string |
yes | one of: active, inactive |
timeType |
string |
yes | one of: cron, time |
timeValue |
`string | null` | |
pickupLinkTemplate |
string |
||
mobilePickupLinkTemplate |
string |
||
pickupSLA |
string |
one of: same day, next day |
Example
Section titled “Example”{ "status": "active", "timeType": "cron", "pickupLinkTemplate": "string", "mobilePickupLinkTemplate": "string", "pickupSLA": "same day"}
