-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathretailers.json
More file actions
25 lines (25 loc) · 957 Bytes
/
Copy pathretailers.json
File metadata and controls
25 lines (25 loc) · 957 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"retailers": [
{
"id": 1,
"name": "Costco",
"url": "https://www.costco.com/sustainability-people-communities.html",
"description": "We believe that people are at the heart of everything we do — our 310,000 employees, the communities we operate in, and our suppliers.",
"category_ids": [300, 480, 580]
},
{
"id": 2,
"name": "Michaels",
"url": "https://www.michaels.com/diversity",
"description": "You belong at this craft table! Because variety is an integral part of creativity, we're committed to honoring all makers. Whatever your story, you're welcome here.",
"category_ids": [100]
},
{
"id": 3,
"name": "Penzeys",
"url": "https://www.penzeys.com/shop/about-us",
"description": "Before cooking, strength was the power to drive others away. With cooking, strength became the power to welcome others in.",
"category_ids": [300]
}
]
}