{ "sections": [ "title", "description", "fields", "special_access_rules", "associated_objects", "field_reference" ], "title": "LocationGroup - Data API", "description": "Represents a group of Omnichannel Inventory locations, providing an aggregate view of inventory availability across those locations. Omnichannel Inventory can create an inventory reservation for an order at the location group level, then assign the reservation to one or more locations in the group as needed. This object is available in API version 51.0 and later.", "fields_columns": [ "type", "properties", "description" ], "fields": { "Description": { "type": "textarea", "properties": "Create, Nillable, Update", "description": "Description of the location group." }, "ExternalReference": { "type": "string", "properties": "Create, Filter, Group, Nillable, Sort, Update", "description": "Used when OCI is integrated with B2C Commerce to associate the location group with an inventory list in B2C Commerce. This value must match the inventory list ID in B2C Commerce." }, "IsEnabled": { "type": "boolean", "properties": "Create, Defaulted on create, Filter, Group, Sort, Update", "description": "Indicates whether the location group is in use. If set to false, then inventory functions ignore this location group and its data isn’t synchronized with OCI. The default value is true." }, "LastReferencedDate": { "type": "dateTime", "properties": "Filter, Nillable, Sort", "description": "The timestamp for when the current user last viewed a record related to this record." }, "LastViewedDate": { "type": "dateTime", "properties": "Filter, Nillable, Sort", "description": "The timestamp for when the current user last viewed this record. A null value can mean that this record has only been referenced (LastReferencedDate) and not viewed." }, "LocationGroupName": { "type": "string", "properties": "Create, Filter, Group, idLookup, Sort, Update", "description": "The name of the location group." }, "OwnerId": { "type": "reference", "properties": "Create, Defaulted on create, Filter, Group, Sort, Update", "description": "The ID of the user who currently owns this location group. Default value is the API user that created the record." }, "ShouldSyncWithOci": { "type": "boolean", "properties": "Create, Defaulted on create, Filter, Group, Sort, Update", "description": "Specifies whether to synchronize inventory data for this location group with Omnichannel Inventory. The default value is true." } }, "special_access_rules": "This object is only available in Omnichannel Inventory orgs.", "associated_objects": "This object has the following associated objects. Unless noted, they are available in the same API version as this object.\n\n- **LocationGroupChangeEvent (API version 62.0)**: Change events are available for the object.\n- **LocationGroupFeed**: Feed tracking is available for the object.\n- **LocationGroupHistory**: History is available for tracked fields of the object.\n- **LocationGroupOwnerSharingRule**: Sharing rules are available for the object.\n- **LocationGroupShare**: Sharing is available for the object.", "field_reference": { "CreatedById": { "field_label": "Created By ID", "type": "reference", "length": "18" }, "CreatedDate": { "field_label": "Created Date", "type": "datetime" }, "CurrencyIsoCode": { "field_label": "Currency ISO Code", "type": "picklist", "length": "3" }, "Description": { "field_label": "Description", "type": "textarea", "length": "2000" }, "ExternalReference": { "field_label": "External Reference", "type": "string", "length": "255" }, "Id": { "field_label": "Location Group ID", "type": "id", "length": "18" }, "IsDeleted": { "field_label": "Deleted", "type": "boolean" }, "IsEnabled": { "field_label": "Enabled", "type": "boolean" }, "LastModifiedById": { "field_label": "Last Modified By ID", "type": "reference", "length": "18" }, "LastModifiedDate": { "field_label": "Last Modified Date", "type": "datetime" }, "LastReferencedDate": { "field_label": "Last Referenced Date", "type": "datetime" }, "LastViewedDate": { "field_label": "Last Viewed Date", "type": "datetime" }, "LocationGroupName": { "field_label": "Location Group Number", "type": "string", "length": "255" }, "OwnerId": { "field_label": "Owner ID", "type": "reference", "length": "18" }, "ShouldSyncWithOci": { "field_label": "Sync with OCI", "type": "boolean" }, "SystemModstamp": { "field_label": "System Modstamp", "type": "datetime" } }, "field_reference_columns": [ "field_label", "type", "length" ] }