Delivery Window Object Reference
Overview
Delivery Window defines an available delivery schedule
| Property |
Value |
| API Name |
s_c__Delivery_Window__c |
| Label |
Delivery Window |
| Plural Label |
Delivery Windows |
| Type |
Custom Object |
Fields
| Field Label |
API Name |
Type |
Required |
Description |
| Active |
s_c__Active__c |
Checkbox |
No |
Set the Delivery Window as enabled or disabled. |
| Days of the Week |
s_c__Days_of_Week__c |
MultiselectPicklist |
No |
The days of the week enabled for the Delivery Window. |
| Duration Unit |
s_c__Duration_Unit__c |
Picklist |
No |
The unit of measure for the Delivery Window Duration. |
| Duration |
s_c__Duration__c |
Number(18,0) |
No |
The maximum number of days/weeks/months/years in the future the customer can select a delivery date. |
| Offset Unit |
s_c__Offset_Unit__c |
Picklist |
No |
The unit of measure for the Delivery Window Offset. |
| Offset |
s_c__Offset__c |
Number(18,0) |
No |
The minimum number of days/weeks/months/years in the future the customer can select a delivery date. |
| Store |
s_c__Store_Id__c |
Lookup (s_c__Store__c) |
No |
The Store associated with this Delivery Window. |
| Times of the Day |
s_c__Times_of_Day__c |
LongTextArea(4098) |
No |
The times of the day allowed for the Delivery Window. Times must be specified separated by semi-colons (;) and each time group can be entered in a new line. Example: Morning=9:00am-10:00am;10:00am-11:00am Afternoon=1:00pm-2:00pm;2:00pm-3:00pm The time group name can be omitted if needed. Example: 9:00am-10:00am;10:00am-11:00am |
| Timezone |
s_c__Timezone__c |
Picklist |
No |
The timezone used by this Delivery Window. |
| Zone |
s_c__Zone_Id__c |
Lookup (s_c__Zone__c) |
No |
The Zone associated with this Delivery Window. |
Relationships
| Field |
Type |
Related Object |
Relationship Name |
s_c__Store_Id__c |
Lookup |
s_c__Store__c |
Delivery_Windows |
s_c__Zone_Id__c |
Lookup |
s_c__Zone__c |
Delivery_Windows |
Last updated March 6, 2025