Variable | Type | Description |
---|---|---|
list_id | string|int | The ID of the list to which the feed belongs |
product_group_id | string | The ID of the product group for which to initiate the refresh process |
Parameter | Description |
---|---|
boolean | True if the refresh init succeeded, False otherwise |
true
Code | Message | Description |
---|---|---|
407 | Missing required param list_id | list_id param is required |
407 | Missing required param product_group_id | product_group_id param is required |
1823 | No such product group with ID: %s. | Invalid access to product group |
1824 | Product group is not active | Product group is not active |
1826 | The refresh process may not be initiated on user type product groups | The refresh process may not be initiated on user type product groups |
407 | Missing required param product_group_id | Parametrul product_group_id este obligatoriu |
1823 | No such product group with ID: %s. | Nu a fost găsit grupul |
1824 | Product group is not active | Grupul nu este activ |
1826 | The refresh process may not be initiated on user sortby product groups | Procesul de refresh nu poate fi inițiat pe un grup cu sortare per user |
{ "err": true, "message": "Missing required param list_id", "code": 407 }
{ "err": true, "message": "Missing required param product_group_id", "code": 407 }
{ "err": true, "message": "No such product group with ID: %s", "code": 1823 }
{ "err": true, "message": "Product group is not active", "code": 1824 }
{ "err": true, "message": "The refresh process may not be initiated on user sortby product groups", "code": 1826 }
{ "err": true, "message": "A refresh process is already running for this product group", "code": 1827 }