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”
Property
Value
API Name
s_c__Collection_Point__c
Label
Collection Point
Plural Label
Collection Points
Type
Custom Object
Fields
Field Label
API Name
Type
Required
Description
Active
s_c__Active__c
Checkbox
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
Description
s_c__Description__c
LongTextArea(10000)
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
Display Name
s_c__Display_Name__c
Text(255)
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.
Geolocation
s_c__Geolocation__c
Location
No
The geolocation of this collection point.
Lead Time Duration
s_c__Lead_Time_Duration__c
Number(6,0)
Yes
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.
Lead Time Unit
s_c__Lead_Time_Units__c
Picklist
Yes
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.