Hello,
How can I show the product in the collation and search page using the response from my own api, in that api response I get the parent product id.
Examaple :-
{
“status”: true,
“data”: {
“total_records”: 1,
“max_page”: 1,
“current_page”: 1,
“items”: [
{
“parent_product_id”: “7771379073077”
}
],
“vehicle_image”: “”
},
“message”: “Data fetched successfully.”
}
show only parent_product_id product in colletion and search page.
it is possible or not ?