Collection Point Object Reference

Overview

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.
Outlet s_c__Outlet_Id__c Lookup (s_c__Outlet__c) No The Outlet that manages the Orders to be picked up at this Collection Point.
Phone s_c__Phone__c Phone No The phone number related to this collection point if any
Stock Location s_c__Stock_Location_Id__c MasterDetail (s_c__Stock_Location__c) No The Stock_Location__c which this collection point is located in.
Store Id s_c__Store_Id__c Lookup (s_c__Store__c) Yes The Store that this Collection Point should be offered on
Zone s_c__Zone_Id__c Lookup (s_c__Zone__c) No The Zone that this Collection Point should be restricted to
StoreConnect External ID s_c__sC_Id__c Text(36) No StoreConnect External ID, do not modify in Salesforce

Relationships

Field Type Related Object Relationship Name
s_c__Outlet_Id__c Lookup s_c__Outlet__c Outlet_Collection_Points
s_c__Stock_Location_Id__c MasterDetail s_c__Stock_Location__c Stock_Location_Collection_Points
s_c__Store_Id__c Lookup s_c__Store__c Store_Collection_Points
s_c__Zone_Id__c Lookup s_c__Zone__c Zone_Collection_Points