{"title":"Delivery Window Object Reference","slug":"delivery-window-object-reference","url":"https://support.storeconnect.com/articles/delivery-window-object-reference","url_markdown":"https://support.storeconnect.com/articles/delivery-window-object-reference.md","subtitle":null,"summary":"Delivery Window defines an available delivery schedule","type":"Developer_Documentation","video_url":"","keywords":"salesforce, object reference, Delivery Window, s_c__Delivery_Window__c, api","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Overview\n\nDelivery Window defines an available delivery schedule\n\n| Property | Value |\n|----------|-------|\n| **API Name** | `s_c__Delivery_Window__c` |\n| **Label** | Delivery Window |\n| **Plural Label** | Delivery Windows |\n| **Type** | Custom Object |\n\n## Fields\n\n| Field Label | API Name | Type | Required | Description |\n|-------------|----------|------|----------|-------------|\n| Active | `s_c__Active__c` | Checkbox | No | Set the Delivery Window as enabled or disabled. |\n| Days of the Week | `s_c__Days_of_Week__c` | MultiselectPicklist | No | The days of the week enabled for the Delivery Window. |\n| Duration Unit | `s_c__Duration_Unit__c` | Picklist | No | The unit of measure for the Delivery Window Duration. |\n| 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. |\n| Offset Unit | `s_c__Offset_Unit__c` | Picklist | No | The unit of measure for the Delivery Window Offset. |\n| 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. |\n| Store | `s_c__Store_Id__c` | Lookup ([s_c__Store__c](store-object-reference)) | No | The Store associated with this Delivery Window. |\n| 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 |\n| Timezone | `s_c__Timezone__c` | Picklist | No | The timezone used by this Delivery Window. |\n| Zone | `s_c__Zone_Id__c` | Lookup ([s_c__Zone__c](zone-object-reference)) | No | The Zone associated with this Delivery Window. |\n\n## Relationships\n\n| Field | Type | Related Object | Relationship Name |\n|-------|------|----------------|-------------------|\n| `s_c__Store_Id__c` | Lookup | [s_c__Store__c](store-object-reference) | Delivery_Windows |\n| `s_c__Zone_Id__c` | Lookup | [s_c__Zone__c](zone-object-reference) | Delivery_Windows |\n\n## Referenced by\n\nThese objects hold a lookup or master-detail relationship to **Delivery Window** (`s_c__Delivery_Window__c`). Where the referring record exists to join things together, **Also links to** shows what it connects this object to.\n\n| Object | Field | Type | Relationship Name | Also links to |\n|--------|-------|------|-------------------|---------------|\n| [s_c__Cart_Item__c](cart-item-object-reference) | `s_c__Delivery_Window_Id__c` | Lookup | Cart_Item_Delivery_Windows | — |\n| [OrderItem](orderitem-object-reference) | `s_c__Delivery_Window_Id__c` | Lookup | Order_Products | — |\n| [s_c__Product_Delivery_Window__c](product-delivery-window-object-reference) | `s_c__Delivery_Window_Id__c` | Lookup | Product_Delivery_Windows | [Product2](product2-object-reference) |"}