forked from ONDC-Official/verification-logs
-
Notifications
You must be signed in to change notification settings - Fork 3
/
select.json
57 lines (57 loc) · 1.74 KB
/
select.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
{
"context": {
"domain": "nic2004:52110",
"country": "IND",
"city": "std:080",
"action": "select",
"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": "dcb572b5-8893-4b84-9138-2f7114605cf3",
"timestamp": "2023-03-28T10:48:27.000Z",
"bpp_id": "api.perfit.studio",
"ttl": "PT30S"
},
"message": {
"order": {
"items": [
{
"id": "addidas_ondc_001",
"quantity": {
"count": 1
},
"location_id": "addidas-store-location-id-1"
},
{
"id": "addidas_ondc_002",
"quantity": {
"count": 1
},
"location_id": "addidas-store-location-id-1"
}
],
"provider": {
"id": "IGO_Seller_0001",
"locations": [
{
"id": "addidas-store-location-id-1"
}
]
},
"fulfillments": [
{
"end": {
"location": {
"gps": "13.0007580000001, 77.6165090000001",
"address": {
"area_code": "560005"
}
}
}
}
]
}
}
}