Skip to content

Commit d27ea21

Browse files
Update docs for /v1/stores endpoint (#94)
Document `locationType` and clarify that `storeType` is only present when `locationType=store` Co-authored-by: danolsonbby <[email protected]>
1 parent 0ef9a15 commit d27ea21

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/includes/stores/_index.md.erb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,14 @@ Attribute | Description
9999
**lat** | Latitude
100100
**lng** | Longitude
101101
**location** | Details about location of a store; primarily used for identifying Best Buy Express Kiosk stores
102+
**locationType** | Whether the location is a Store or a Warehouse
102103
**longName** | Full store name
103104
**name** | Store name
104105
**phone** | Store phone number; phone number for Express stores goes to Best Buy Customer Service
105106
**postalCode** | 5-digit postal code
106107
**region** | State, territory
107108
**storeId** | Store number
108-
**storeType** | Indicates the type of store. There are five types of Best Buy stores: "Big Box", "Express Kiosk", "Warehouse Sale", "Outlet Center" and "PAC Standalone Store"<li>"Big Box" value represents large showroom stores featuring HDTVs, computers, gaming, appliances, cell phones, tablets, Geek Squad services and more<li>"Express Kiosk" value represents vending machine-style, self-checkout stores offering audio goods and accessories, found in airports, on college campuses and more<li>"Warehouse Sale" value represents occasional sale locations<li>"Outlet Center" value represents locations that sell open box and clearance products. Outlet Centers are open only a portion of the week<li>"PAC Standalone Store" value represents Pacific Sales locations not located within a Big Box store - these locations only sell the Pacific Sales selection of kitchen and bath products
109+
**storeType** | Indicates the type of store, and is only present if locationType is 'Store'. There are five types of Best Buy stores: "Big Box", "Express Kiosk", "Warehouse Sale", "Outlet Center" and "PAC Standalone Store"<li>"Big Box" value represents large showroom stores featuring HDTVs, computers, gaming, appliances, cell phones, tablets, Geek Squad services and more<li>"Express Kiosk" value represents vending machine-style, self-checkout stores offering audio goods and accessories, found in airports, on college campuses and more<li>"Warehouse Sale" value represents occasional sale locations<li>"Outlet Center" value represents locations that sell open box and clearance products. Outlet Centers are open only a portion of the week<li>"PAC Standalone Store" value represents Pacific Sales locations not located within a Big Box store - these locations only sell the Pacific Sales selection of kitchen and bath products
109110

110111

111112
##Area Function

0 commit comments

Comments
 (0)