-
Notifications
You must be signed in to change notification settings - Fork 8
/
product_created.json
41 lines (41 loc) · 969 Bytes
/
product_created.json
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
[
{
"created": 1326853478,
"livemode": false,
"id": "evt_00000000000000",
"type": "product.created",
"object": "event",
"request": null,
"pending_webhooks": 1,
"api_version": "2015-10-01",
"data": {
"object": {
"id": "prod_00000000000000",
"created": 1444032236,
"updated": 1444032236,
"object": "product",
"livemode": false,
"name": "T-shirt",
"caption": null,
"description": "Comfortable gray cotton t-shirts",
"active": true,
"attributes": [
"size",
"gender"
],
"shippable": true,
"metadata": {},
"url": null,
"package_dimensions": null,
"images": [],
"skus": {
"object": "list",
"total_count": 0,
"has_more": false,
"url": "/v1/skus?product=prod_00000000000000&active=true",
"data": []
}
}
}
}
]