Skip to content

Commit fbb8028

Browse files
authored
Fix store address and update field descriptions
Updated the store address details and corrected the spelling of 'friday'.
1 parent 82e6817 commit fbb8028

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

documents/integrate-with-hotwax/api/facility/store-lookup.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ Content-Type: application/json
8282
"10862657599_pref": "true",
8383
"fac_grp_pref": "true",
8484
"address1": "8200 Vineland Ave.,",
85+
"address2": "#136",
86+
"directions": "Near Mall",
8587
"city": "Orlando",
8688
"postalCode": "32821",
8789
"country": "United States",
@@ -96,8 +98,8 @@ Content-Type: application/json
9698
"wednesday_open": "10:00:00",
9799
"thursday_open": "10:00:00",
98100
"thursday_close": "21:00:00",
99-
"frIday_open": "10:00:00",
100-
"frIday_close": "21:00:00",
101+
"friday_open": "10:00:00",
102+
"friday_close": "21:00:00",
101103
"saturday_open": "10:00:00",
102104
"saturday_close": "21:00:00",
103105
"sunday_open": "11:00:00",
@@ -124,7 +126,9 @@ Content-Type: application/json
124126
| `primaryFacilityGroupId` | The Id of the primary facility group |
125127
| `primaryFacilityGroupName` | [The name of the primary facility group](https://github.com/hotwax/press-release-faq/blob/main/bopis/customer-experience/primary-facility-group.md) |
126128
| `primaryShopifyShopId` | The Id of the primary Shopify Shop |
127-
| `address1` | The address of the store |
129+
| `address1` | The primary address of the store |
130+
| `address2` | The secondary address of the store |
131+
| `directions` | Specific instructions for locating the store |
128132
| `city` | City |
129133
| `postalCode` | Postal Code |
130134
| `country` | Country |

0 commit comments

Comments
 (0)