01a - Get full catalog from sellers (full refresh) - /search
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": {
"fulfillment": {
"type": "Delivery"
},
"payment": {
"@ondc/org/buyer_app_finder_fee_type": "percent",
"@ondc/org/buyer_app_finder_fee_amount": "3"
},
"tags": [
{
"code": "catalog_full",
"list": [
{
"code": "payload_type",
"value": "inline"
}
]
},
{
"code": "bap_promos",
"list": [
{
"code": "category",
"value": "track suit"
},
{
"code": "from",
"value": "2025-05-21T18:30:00Z"
},
{
"code": "to",
"value": "2025-06-20T18:30:00Z"
}
]
}
]
}
}
}'
Response Response Example
{}
Request
Body Params application/json