01b - Get incremental update on catalogue from sellers (incremental refresh) - /search_inc
Developing
POST
/search
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/search' \
--header 'Content-Type: application/json' \
--data-raw '{
"context": {
"domain": "ONDC:RET11",
"country": "IND",
"city": "std:0124",
"core_version": "1.2.5",
"action": "search",
"transaction_id": "{{transaction_id}}",
"message_id": "{{message_id}}",
"timestamp": "{{timestamp}}",
"bap_uri": "{{bap_uri}}",
"bap_id": "{{bap_id}}",
"ttl": "PT30S"
},
"message": {
"intent": {
"payment": {
"@ondc/org/buyer_app_finder_fee_type": "percent",
"@ondc/org/buyer_app_finder_fee_amount": "3.54"
},
"tags": [
{
"code": "catalog_inc",
"list": [
{
"code": "start_time",
"value": "2025-01-08T08:00:00.000Z"
},
{
"code": "end_time",
"value": "2025-01-08T09:00:00.000Z"
}
]
},
{
"code": "bap_terms",
"list": [
{
"code": "static_terms",
"value": ""
},
{
"code": "static_terms_new",
"value": "https://github.com/ONDC-Official/NP-Static-Terms/buyerNP_BNP/1.0/tc.pdf"
},
{
"code": "effective_date",
"value": "2025-01-08T00:00:00.000Z"
}
]
}
]
}
}
}'
Response Response Example
{}
Request
Body Params application/json