1
2{
3 "id": "pp_123",
4 "created_at": "",
5 "updated_at": "",
6 "external_id": "ID001",
7 "title": "Striped Jumper",
8 "slug": "striped-jumper",
9 "variants": [
10 {
11 "product_id": "pp_123",
12 "id": "pv_234",
13 "created_at": "",
14 "updated_at": "",
15 "external_id": "IDV001",
16 "sku": "IDV001",
17 "barcode": 837493612362,
18 "weight_in_grams": 0,
19 "tax_type": 0,
20 "position": 0,
21 "cart_image_url": "",
22 "rrp": [
23 {
24 "value": 10.49,
25 "currency_code": "gbp"
26 }
27 ],
28 "options": [
29 {
30 "group": "Color",
31 "value": "Blue"
32 }
33 ],
34 "status": "live",
35 "settings": [
36 {
37 "customer_group": "default",
38 "pack_size": 0,
39 "reserve_stock_quantity": 0,
40 "min_order_quantity": 0,
41 "max_order_quantity": 0,
42 "min_order_parent_quantity": 0,
43 "max_order_parent_quantity": 0,
44 "display": false,
45 "sell": false
46 }
47 ],
48 "stock_management": "none"
49 }
50 ]
51}