-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproduct_catalog.json
More file actions
16 lines (16 loc) · 1.02 KB
/
product_catalog.json
File metadata and controls
16 lines (16 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[
{"sku": "CL-FOAM-01", "name": "Gentle Foaming Cleanser", "actives": ["none"], "price": 9.0,
"availability": "True"},
{"sku": "NIAC-05", "name": "Niacinamide 5% Serum", "actives": ["niacinamide"], "price": 12.0,
"availability": "True"},
{"sku": "AHA-07", "name": "AHA 7% Toner", "actives": ["aha"], "price": 14.0, "availability": "True"},
{"sku": "BHA-02", "name": "BHA 2% Exfoliant", "actives": ["bha"], "price": 15.0, "availability": "True"},
{"sku": "RET-LOW", "name": "Retinoid 0.2% Emulsion", "actives": ["retinoid"], "price": 18.0,
"availability": "True"},
{"sku": "HYDR-HA", "name": "Hydrating HA Serum", "actives": ["hyaluronic"], "price": 10.0,
"availability": "True"},
{"sku": "MOIST-GEL", "name": "Oil-Control Gel Moisturizer", "actives": ["zinc", "humectants"], "price": 13.0,
"availability": "True"},
{"sku": "SPF-50", "name": "Broad-Spectrum SPF 50", "actives": ["uv_filters"], "price": 16.0,
"availability": "True"}
]