Get Product Attribute List
GET {{baseUrl}}/product.attribute.list.json?product_id=<string>&start=<integer>&count=<integer>¶ms=<string>&exclude=<string>&sort_by=<string>&sort_direction=<string>&lang_id=<string>&store_id=<string>&attribute_id=<string>&attribute_group_id=<string>&set_name=<string>
Get list of attributes.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
product_id | string | Defines the product where the price has to be deleted | |
start | string | This parameter sets the number from which you want to get entities | |
count | string | This parameter sets the entity amount that has to be retrieved. Max allowed count=250 | |
params | string | Set this parameter in order to choose which entity fields you want to retrieve | |
exclude | string | Set this parameter in order to choose which entity fields you want to ignore. Works only if parameter params equal force_all | |
sort_by | string | Set field to sort by | |
sort_direction | string | Set sorting direction | |
lang_id | string | Language id | |
store_id | string | Defines store id where the webhook should be assigned | |
attribute_id | string | Retrieves info for specified attribute_id | |
attribute_group_id | string | Filter by attribute_group_id | |
set_name | string | Retrieves attributes specified by set_name in Magento |