FulfillmentSlot
| Field | Type | Required | Description |
|---|---|---|---|
id |
string |
Id of the fulfillment slot | |
date |
string |
format: date |
|
weekday |
string |
one of: sun, mon, tue, wed, thu, fri, sat |
|
from |
string |
Hour and minute of the day where the time should start | |
to |
string |
||
status |
string |
one of: active, busy, inactive |
|
orderLimit |
`number | null` |
Example
Section titled “Example”{ "id": "5_2019-09-03", "date": "2019-09-03", "weekday": "fri", "from": "08:00", "to": "08:59", "status": "active", "orderCount": 10}
