Description
The CollectionPoint object contains information about a Click and Collect location.
ℹ️ Note
This object supports custom data via the data attribute.
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 |