curl --location -g --request GET 'http:///V1/sharedCatalog/'
{
"items": [
{
"created_at": "string",
"created_by": 0,
"customer_group_id": 0,
"description": "string",
"id": 0,
"name": "string",
"store_id": 0,
"tax_class_id": 0,
"type": 0
}
],
"search_criteria": {
"current_page": 0,
"filter_groups": [
{
"filters": [
{
"condition_type": "string",
"field": "string",
"value": "string"
}
]
}
],
"page_size": 0,
"sort_orders": [
{
"direction": "string",
"field": "string"
}
]
},
"total_count": 0
}