Description
The StockLocation object contains information about a Stock Location.
ℹ️ Note
This object supports custom data via the data attribute.
Attributes
| Attribute | Type | Description |
|---|---|---|
active? |
Boolean | Returns whether this StockLocation is active |
address1 |
String | Returns the first address line for this StockLocation |
address2 |
String | Returns the second address line for this StockLocation |
city |
String | Returns the city for this StockLocation |
country |
String | Returns the country for this StockLocation |
days_to_restock |
Number | Returns the number of days in normally takes to restock items at this StockLocation |
id |
String | Returns the unique id for this StockLocation |
latitude |
String | Returns the latitude for this StockLocation |
logo |
Medium | Returns the medium for this StockLocation |
longitude |
String | Returns the longitude for this StockLocation |
name |
String | Returns the name of this StockLocation |
online_fulfillment_options |
String | Returns the online fulfillment options for this StockLocation |
phone |
String | Returns the phone number for this StockLocation |
require_stock_for_pickup? |
Boolean | Returns whether stock is required to enable pickups at this StockLocation |
state |
String | Returns the state for this StockLocation |
website |
String | Returns the website address for this StockLocation |
zip_code |
String | Returns the zip/postal code for this StockLocation |