Get Product Child Item List

GET {{baseUrl}}/product.child_item.list.json?start=<integer>&count=<integer>&params=<string>&exclude=<string>&created_from=<string>&created_to=<string>&modified_from=<string>&modified_to=<string>&product_id=<string>&product_ids=<string>&store_id=<string>&lang_id=<string>&currency_id=<string>&avail_sale=<boolean>&report_request_id=<string>&disable_report_cache=<boolean>

Get child items list of specific product(s).

Request Params

KeyDatatypeRequiredDescription
startstringThis parameter sets the number from which you want to get entities
countstringThis parameter sets the entity amount that has to be retrieved. Max allowed count=250
paramsstringSet this parameter in order to choose which entity fields you want to retrieve
excludestringSet this parameter in order to choose which entity fields you want to ignore. Works only if parameter params equal force_all
created_fromstringRetrieve entities from their creation date
created_tostringRetrieve entities to their creation date
modified_fromstringRetrieve entities from their modification date
modified_tostringRetrieve entities to their modification date
product_idstringDefines the product where the price has to be deleted
product_idsstringRetrieves products specified by product ids
store_idstringDefines store id where the webhook should be assigned
lang_idstringLanguage id
currency_idstringCurrency Id
avail_salestringSpecifies the set of available/not available products for sale
report_request_idstringReport request id
disable_report_cachestringDisable report cache for current request