Type
|
Info
|
List
|
Products
|
URL
|
http://{domain}/api/v2/products/info_page.json
|
Accepts Filters
|
No
|
Output Attributes
|
No
|
Products Page Info Data
Gets Products Page info.
Filters
Filter the Product Pages into a list.
Parameter
|
Type
|
Rules
|
Example
|
id
|
int / array
|
one id or multiple Lead Commerce product ids
|
1 or array(3,8,9,45)
|
Response
Example JSON returned
{
"code": "200",
"data": {
"1": [
{
"id": "1",
"title_tag": "Modern-Fit Vest",
"meta_keyword": "Vest, Product, Modern",
"meta_description": "This is a sample product.",
"url": "products/modern-fit-vest/",
"url_redirect": "",
"status": "1"
}
],
"2": [
{
"id": "2",
"title_tag": "Fleece Curved Pocket Hoodie",
"meta_keyword": "Hoodie, Product, Fleece",
"meta_description": "This is a sample product.",
"url": "products/fleece-curved-pocket-hoodie/",
"url_redirect": "",
"status": "1"
}
]
}
}