s_c__Delivery_Window__c Object Reference
Name | s_c__Delivery_Window__c |
---|---|
Type | Custom StoreConnect Object |
Description | Delivery Window defines an available delivery schedule |
Field Definitions
Field Name | Type | Required | Unique |
---|---|---|---|
s_c__Active__c | Checkbox(false) | No | No |
Set the Delivery Window as enabled or disabled. | |||
s_c__Days_of_Week__c | MultiselectPicklist | No | No |
The days of the week enabled for the Delivery Window. | |||
s_c__Duration_Unit__c | Picklist | No | No |
The unit of measure for the Delivery Window Duration. | |||
s_c__Duration__c | Number(18, 0) | No | No |
The maximum number of days/weeks/months/years in the future the customer can select a delivery date. | |||
s_c__Offset_Unit__c | Picklist | No | No |
The unit of measure for the Delivery Window Offset. | |||
s_c__Offset__c | Number(18, 0) | No | No |
The minimum number of days/weeks/months/years in the future the customer can select a delivery date. | |||
s_c__Store_Id__c | Lookup (s_c__Store__c) | No | No |
The Store associated with this Delivery Window. | |||
s_c__Times_of_Day__c | LongTextArea | No | 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 | |||
s_c__Timezone__c | Picklist | No | No |
The timezone used by this Delivery Window. | |||
s_c__Zone_Id__c | Lookup (s_c__Zone__c) | No | No |
The Zone associated with this Delivery Window. |
For more information about how or when to use the above, see our documentation.
Back to Documentation