JSON product

Json code posted by me
created at 23 Aug 00:59

Edit | Back
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
    "_id" : "hoodie_black",
    "type" : "PRINTABLE",
    "name" : "Kangaroo Pocket Hoodie. Color black",
    "description" : "Cotton and polyester cotton hoddie with kangaroo pocket and pull over hood.  Color black",
    "brand" : "Swag",
    "gender" : "U",
    "category" : {
         "_id" : 505835,
        "name" : "Branded Gifts"
    },
    "vendor" : {
        "_id" : "us-swag",
        "name" : "Swag"
    },
    "country" : {
        "_id" : "US",
        "name" : "United States",
        "flag" : "https://assets.gyfted.io/flags/us.svg",
        "currency" : "USD"
    },
    "assets" : {
        "images" : [ 
            "https://assets.gyfted.io/products/swag/Kangaroo Pocket Hoodie/hoodieblack.jpeg"
        ],
        "videos" : []
    },
    "tags" : ["swag", "corporate"],
    "attributes" : {
        "brand" : "Swag",
        "description" : "Cotton and polyester cotton hoddie with kangaroo pocket and pull over hood.  Color black",
        "gender" : "U",
        "language" : "en",
    "Color":"black",
        "minimun_of_items_required" : "24"
    },
    "price" : {
        "amount" : "39.08",
        "currency" : "USD"
    },
    "itemUrl" : "https://swag.com/product/ascolour-supply-hood",
    "purchased" : false,
    "lastUpdated" : "2023-07-28T15:25:28.246Z",
}
1.31 KB in 3 ms with coderay