forked from ONDC-Official/verification-logs
-
Notifications
You must be signed in to change notification settings - Fork 3
/
init.json
86 lines (86 loc) · 2.96 KB
/
init.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"context": {
"domain": "nic2004:52110",
"country": "IND",
"city": "std:080",
"action": "init",
"core_version": "1.1.0",
"bap_id": "buyer-app-preprod.ondc.org",
"bap_uri": "https://buyer-app-preprod.ondc.org/protocol/v1",
"bpp_uri": "https://api.perfit.studio/bpp",
"transaction_id": "ff8c47ae-669e-4724-873a-f9d023d8d989",
"message_id": "0ffff1a7-31b4-42ac-8f63-6ad88cde8cb5",
"timestamp": "2023-03-28T10:48:57.498Z",
"bpp_id": "api.perfit.studio",
"ttl": "PT30S"
},
"message": {
"order": {
"provider": {
"id": "IGO_Seller_0001",
"locations": [
{
"id": "addidas-store-location-id-1"
}
]
},
"items": [
{
"id": "addidas_ondc_001",
"quantity": {
"count": 1
},
"fulfillment_id": "Fulfillment1"
},
{
"id": "addidas_ondc_002",
"quantity": {
"count": 1
},
"fulfillment_id": "Fulfillment2"
}
],
"billing": {
"address": {
"building": "SBI Bank",
"city": "Bengaluru",
"state": "Karnataka",
"country": "IND",
"area_code": "560005",
"locality": "Benguluru",
"name": "Vegulla Arun Kumar"
},
"phone": "7682998943",
"name": "Vegulla Arun Kumar",
"email": "vegullaarun@gmail.com",
"created_at": "2023-03-28T10:48:57.498Z",
"updated_at": "2023-03-28T10:48:57.498Z"
},
"fulfillments": [
{
"id": "Fulfillment1",
"type": "Delivery",
"end": {
"contact": {
"email": "vegullaarun@gmail.com",
"phone": "7682998943"
},
"location": {
"gps": "13.0007580000001, 77.6165090000001",
"address": {
"name": "Vegulla Arun Kumar",
"building": "SBI Bank",
"locality": "Benguluru",
"ward": null,
"city": "Bengaluru",
"state": "Karnataka",
"country": "IND",
"area_code": "560005"
}
}
}
}
]
}
}
}