{"title":"Booking Object Reference","slug":"booking-object-reference","url":"https://support.storeconnect.com/articles/booking-object-reference","url_markdown":"https://support.storeconnect.com/articles/booking-object-reference.md","subtitle":null,"summary":"Booking stores all bookings made for bookable products","type":"Developer_Documentation","video_url":"","keywords":"salesforce, object reference, Booking, s_c__Booking__c, api","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Overview\n\nBooking stores all bookings made for bookable products\n\n| Property | Value |\n|----------|-------|\n| **API Name** | `s_c__Booking__c` |\n| **Label** | Booking |\n| **Plural Label** | Bookings |\n| **Type** | Custom Object |\n\n## Fields\n\n| Field Label | API Name | Type | Required | Description |\n|-------------|----------|------|----------|-------------|\n| Account | `s_c__Account_Id__c` | Lookup ([Account](account-object-reference)) | No | The Account linked to this Booking. |\n| Bookable Event | `s_c__Bookable_Event_Id__c` | MasterDetail ([s_c__Bookable_Event__c](bookable-event-object-reference)) | No | The Bookable Event master record. |\n| Contact | `s_c__Contact_Id__c` | Lookup ([Contact](contact-object-reference)) | No | The Contact linked to this Booking. |\n| Order Product | `s_c__Order_Item_Id__c` | Lookup ([OrderItem](orderitem-object-reference)) | No | The Order Item for this Booking. |\n| Status | `s_c__Status__c` | Picklist | No | The Status of this Booking, eg: Booked, Confirmed, Cancelled, Attended. |\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__Account_Id__c` | Lookup | [Account](account-object-reference) | Bookings |\n| `s_c__Bookable_Event_Id__c` | MasterDetail | [s_c__Bookable_Event__c](bookable-event-object-reference) | Bookings |\n| `s_c__Contact_Id__c` | Lookup | [Contact](contact-object-reference) | Bookings |\n| `s_c__Order_Item_Id__c` | Lookup | [OrderItem](orderitem-object-reference) | Bookings |\n\n## Referenced by\n\nThese objects hold a lookup or master-detail relationship to **Booking** (`s_c__Booking__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__Attendee__c](attendee-object-reference) | `s_c__Booking_Id__c` | MasterDetail | Attendees | [User](user-object-reference), [Contact](contact-object-reference) |"}