{"title":"Availability Object Reference","slug":"availability-object-reference","url":"https://support.storeconnect.com/articles/availability-object-reference","url_markdown":"https://support.storeconnect.com/articles/availability-object-reference.md","subtitle":null,"summary":"Availabilities define dates and times in which bookings can be made.","type":"Developer_Documentation","video_url":"","keywords":"salesforce, object reference, Availability, s_c__Availability__c, api","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Overview\n\nAvailabilities define dates and times in which bookings can be made.\n\n| Property | Value |\n|----------|-------|\n| **API Name** | `s_c__Availability__c` |\n| **Label** | Availability |\n| **Plural Label** | Availabilities |\n| **Type** | Custom Object |\n\n## Fields\n\n| Field Label | API Name | Type | Required | Description |\n|-------------|----------|------|----------|-------------|\n| On these days | `s_c__Days_Of_Week__c` | MultiselectPicklist | No | The days of the week that this Availability applies to. |\n| End Date | `s_c__End_Date__c` | Date | No | The last date that this Availability applies is in effect. If left blank, this Availability is on-going. |\n| End Time | `s_c__End_Time__c` | Time | No | The time of day after which no booking (whole or part) can be made. |\n| Product Bookable Location | `s_c__Product_Bookable_Location_Id__c` | Lookup ([s_c__Product_Bookable_Location__c](product-bookable-location-object-reference)) | Yes | The Product Bookable Location record that this Availability applies to. |\n| Start Date | `s_c__Start_Date__c` | Date | No | The first date that this Availability is in effect. |\n| Start Time | `s_c__Start_Time__c` | Time | No | The time of day before which no booking (whole or part) can be made. |\n| Unavailable | `s_c__Unavailable__c` | Checkbox | No | If checked, indicates that this Availability defines an Unavailability window. |\n| StoreConnect External ID | `s_c__sC_Id__c` | Text(36) | No | StoreConnect External ID, do not modify in Salesforce |\n\n## Relationships\n\n| Field | Type | Related Object | Relationship Name |\n|-------|------|----------------|-------------------|\n| `s_c__Product_Bookable_Location_Id__c` | Lookup | [s_c__Product_Bookable_Location__c](product-bookable-location-object-reference) | Availabilities |"}