Variable | Type | Description |
---|---|---|
list_id | int|string | The ID of the list to which the feed belongs |
product_group_id | string | The product group from which to return the products |
options | struct|array|int|string | Options array, the following keys are allowed: fetch_description (0 or 1).
|
Parameter | Description |
---|---|
array | Array containing the products of a product group (a product group may contain a maximum of 100 products) |
[ { "product_id": "30518", "title": "the_title", "image": "the_image", "product_url": "the_url", "currency": "EUR", "category": "the_category", "in_stock": true, "last_updated": "2023-10-06 17:04:31", "update_time": 1696601072, "website": "the_website", "brandname": "the_brand", "discount": "-10%", "nzm_feed_ids": [ "feed_id_1" ], "price": 19.65, "product_group_id": "product_group_id" } ]
Code | Message | Description |
---|---|---|
407 | No such list | Invalid list |
407 | Missing required param list_id | list_id param is required |
407 | Missing required param product_group_id | product_group_id param is required |
407 | Missing required param options | options param is required |
1823 | No such product group with ID: %s. | Product group not found |
101 | Not allowed for list_id = %s | Invalid access to list_id |
{ "err": true, "message": "Missing required param list_id", "code": 407 }
{ "err": true, "message": "Missing required param product_group_id", "code": 407 }
{ "err": true, "message": "Missing required param options", "code": 407 }