Skip to content

Commit

Permalink
Flow 2 update user info flow
Browse files Browse the repository at this point in the history
  • Loading branch information
mystore-in authored Oct 20, 2023
1 parent de0895a commit a516a03
Show file tree
Hide file tree
Showing 14 changed files with 2,955 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,151 @@
{
"request": {
"context": {
"domain": "ONDC:FIS10",
"location": {
"city": {
"code": "std:080"
},
"country": {
"code": "IND"
}
},
"action": "on_search",
"bpp_uri": "https://ondc.vistar.solutions/v1/bpp",
"bpp_id": "ondc.vistar.solutions",
"version": "1.0.0",
"message_id": "e1edc7c0-40fd-48bd-a1a8-50862c7b87da",
"timestamp": "2023-10-20T10:01:16.399Z",
"transaction_id": "44fdf68b-8503-44da-9cfe-6d1ee2baeb15",
"bap_id": "beta.mystore.in",
"bap_uri": "https://beta.mystore.in/ondc/1.0/"
},
"message": {
"catalog": {
"fulfillments": [
{
"id": "F2",
"type": "EMAIL"
}
],
"descriptor": {
"name": "Vistar",
"symbol": "https://catalogueproductfiles.s3.ap-south-1.amazonaws.com/Vistaar-logo.png",
"short_desc": "Vistar one stop solution for seller to sell gift card for seller",
"long_desc": "Vistar one stop solution for seller to sell gift card for seller",
"images": [
"https://www.vistar.com/sites/Vistar/images/logo.jpg"
]
},
"providers": [
{
"id": "48e5d0f1-6255-4f22-8b06-ed16951aa4ec",
"ttl": "P1D",
"time": {
"label": "enable",
"timestamp": "2023-10-20T10:01:16.398Z"
},
"descriptor": {
"name": "vistar",
"symbol": "https://catalogueproductfiles.s3.ap-south-1.amazonaws.com/Vistaar-logo.png",
"short_desc": "Online Gift Card Store",
"long_desc": "Online Gift Card Store",
"images": [
"https://catalogueproductfiles.s3.ap-south-1.amazonaws.com/Vistaar-logo.png"
]
},
"categories": [
{
"id": "C1",
"descriptor": {
"code": "ONLINE"
}
}
],
"offers": [],
"items": [
{
"id": "14d1ae19-edf5-47f5-820c-b63f24d594d8",
"descriptor": {
"name": "Laptop card",
"symbol": "https://catalogueproductfiles.s3.ap-south-1.amazonaws.com/brands/file_example_PNG_1MB.png",
"short_desc": "Short description.............",
"long_desc": "long description..........",
"images": [
"https://catalogueproductfiles.s3.ap-south-1.amazonaws.com/brands/file_example_PNG_1MB.png"
]
},
"price": {
"currency": "INR",
"minimum_value": "50",
"maximum_value": "50000"
},
"return_terms": [
{
"return_eligible": "false"
}
],
"cancellation_terms": [
{
"cancel_eligible": "false"
}
],
"tags": [
{
"descriptor": {
"code": "BRAND_DETAILS"
},
"list": [
{
"descriptor": {
"code": "BRAND_NAME"
},
"value": "Branded Laptops"
}
]
}
],
"category_ids": [
"C1"
],
"fulfillment_ids": [
"F2"
]
}
],
"serviceability": {
"tags": []
}
}
]
}
}
},
"response": {
"context": {
"domain": "ONDC:FIS10",
"location": {
"city": {
"code": "std:080"
},
"country": {
"code": "IND"
}
},
"action": "on_search",
"bpp_uri": "https://ondc.vistar.solutions/v1/bpp",
"bpp_id": "ondc.vistar.solutions",
"version": "1.0.0",
"message_id": "e1edc7c0-40fd-48bd-a1a8-50862c7b87da",
"timestamp": "2023-10-20T10:01:16.399Z",
"transaction_id": "44fdf68b-8503-44da-9cfe-6d1ee2baeb15",
"bap_id": "beta.mystore.in",
"bap_uri": "https://beta.mystore.in/ondc/1.0/"
},
"message": {
"ack": {
"status": "ACK"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
{
"request": {
"context": {
"domain": "ONDC:FIS10",
"action": "search",
"bap_id": "beta.mystore.in",
"bap_uri": "https://beta.mystore.in/ondc/1.0/",
"transaction_id": "44fdf68b-8503-44da-9cfe-6d1ee2baeb15",
"message_id": "e1edc7c0-40fd-48bd-a1a8-50862c7b87da",
"timestamp": "2023-10-20T09:59:40.832Z",
"ttl": "PT30S",
"location": {
"city": {
"code": "std:080"
},
"country": {
"code": "IND"
}
},
"version": "1.0.0"
},
"message": {
"intent": {
"item": {
"descriptor": {
"name": "laptop"
}
},
"payment": {
"tags": [
{
"descriptor": {
"code": "BUYER_FINDER_FEES"
},
"list": [
{
"descriptor": {
"code": "BUYER_FINDER_FEES_PERCENTAGE"
},
"value": "3"
}
]
}
]
}
}
}
},
"response": {
"context": {
"domain": "ONDC:FIS10",
"location": {
"city": {
"code": "std:080"
},
"country": {
"code": "IND"
}
},
"action": "search",
"version": "1.0.0",
"bap_id": "beta.mystore.in",
"bap_uri": "https://beta.mystore.in/ondc/1.0/",
"transaction_id": "44fdf68b-8503-44da-9cfe-6d1ee2baeb15",
"message_id": "e1edc7c0-40fd-48bd-a1a8-50862c7b87da",
"timestamp": "2023-10-20T10:01:16.065Z",
"ttl": "PT30S"
},
"message": {
"ack": {
"status": "ACK"
}
}
}
}
Loading

0 comments on commit a516a03

Please sign in to comment.