s_c__Collection_Point__c Object Reference
Name | s_c__Collection_Point__c |
---|---|
Type | Custom StoreConnect Object |
Description | Represents a specific area within a Stock Location where stock can be picked up via Click and Collect such as "front desk", or "Gate 3" |
Field Definitions
Field Name | Type | Required | Unique |
---|---|---|---|
s_c__Active__c | Checkbox(true) | No | No |
If the collection point is active and click and collect is enabled in the store, it will be displayed as an option under its related stock location on the shipping screen of the checkout process | |||
s_c__Description__c | LongTextArea | No | No |
Further description of this collection point displayed to the customer under the display name, for example including the opening hours of the collection point so the customer knows | |||
s_c__Display_Name__c | Text | No | No |
The name of this collection point displayed to the customer if click and collect is enabled for this stock location, defaults to showing the name if this field is blank. | |||
s_c__Geolocation__c | Location(5) | No | No |
The geolocation of this collection point. | |||
s_c__Lead_Time_Duration__c | Number(6, 0) | Yes | No |
The minimum amount of time needed before the customer can collect their order, sets the lower limit on the collection time field during checkout. This can be in the format of "1 hour" or "90 minutes" or "2 days". Set as "0" for no lead time. | |||
s_c__Lead_Time_Units__c | Picklist | Yes | No |
Lead_Time_Units__c provides the unit type that should be applied to Lead_Time_Duration__c in order to calculate the minimum time required from the order being placed by the customer to it being ready. The valid values for this are minutes, hours or days. | |||
s_c__Outlet_Id__c | Lookup (s_c__Outlet__c) | No | No |
The Outlet that manages the Orders to be picked up at this Collection Point. | |||
s_c__Phone__c | Phone | No | No |
The phone number related to this collection point if any | |||
s_c__Stock_Location_Id__c | MasterDetail (s_c__Stock_Location__c) | No | No |
The `Stock_Location__c` which this collection point is located in. | |||
s_c__Store_Id__c | Lookup (s_c__Store__c) | Yes | No |
The Store that this Collection Point should be offered on | |||
s_c__Zone_Id__c | Lookup (s_c__Zone__c) | No | No |
The Zone that this Collection Point should be restricted to | |||
s_c__sC_Id__c | Text [External ID] | No | Yes |
StoreConnect External ID, do not modify in Salesforce |
For more information about how or when to use the above, see our documentation.
Back to Documentation