Skip to content
Log in

CollectionPoint - Liquid Object Reference

On this page

Description

The CollectionPoint object contains information about a Click and Collect location.

:::note This object supports custom data via the data attribute. :::

Backed by

This drop renders the s_c__Collection_Point__c Salesforce object. A theme writes it as collection_point.

Liquid attribute Salesforce field
description s_c__Description__c
lead_time_duration s_c__Lead_Time_Duration__c
lead_time_units s_c__Lead_Time_Units__c
name s_c__Display_Name__c
phone s_c__Phone__c

Every other attribute on this drop is derived by StoreConnect rather than read straight from one field. The Attributes section lists them all.

Fields you add yourself are not listed above. Expose one with a Custom Data Mapping record, then read it from collection_point.data. See custom data fields in Liquid.

Attributes

Attribute Type Description
active? Boolean Returns true if this CollectionPoint is active
description String Returns the description for this CollectionPoint
id String Returns the unique id for this CollectionPoint
latitude String Returns the CollectionPoint’s latitude
lead_time_duration Number Returns the lead time duration for this CollectionPoint
lead_time_units String Returns the lead time unit for this CollectionPoint
lead_time? Boolean Returns true if this CollectionPoint has an availability lead time
longitude String Returns the CollectionPoint’s longitude
name String Returns the name for this CollectionPoint
phone String Returns the phone number for this CollectionPoint
stock_location StockLocation Returns the StockLocation object for this CollectionPoint
zone Zone Returns the Zone object for this CollectionPoint

Available on

Was this article helpful?

Was this article helpful?