GET /product.attribute.list.json

api2cart.com

Summary:
Operation ID: ProductAttributeList
Auth: unknown
Description

Get list of attributes and values.

Parameters (15)

attribute_group_id (string, query, optional)

Filter by attribute_group_id

attribute_id (string, query, optional)

Retrieves info for specified attribute_id

count (integer, query, optional, default: 10)

This parameter sets the entity amount that has to be retrieved. Max allowed count=250

exclude (string, query, optional)

Set this parameter in order to choose which entity fields you want to ignore. Works only if parameter `params` equal force_all

lang_id (string, query, optional)

Retrieves attributes specified by language id

page_cursor (string, query, optional)

Used to retrieve entities via cursor-based pagination (it can't be used with any other filtering parameter)

params (string, query, optional, default: attribute_id,name)

Set this parameter in order to choose which entity fields you want to retrieve

product_id (string, query, required)

Retrieves attributes specified by product id

response_fields (string, query, optional)

Set this parameter in order to choose which entity fields you want to retrieve

set_name (string, query, optional)

Retrieves attributes specified by set_name in Magento

sort_by (string, query, optional, default: attribute_id)

Set field to sort by

sort_direction (string, query, optional, default: asc)

Set sorting direction

start (integer, query, optional, default: 0)

This parameter sets the number from which you want to get entities

store_id (string, query, optional)

Retrieves attributes specified by store id

variant_id (string, query, optional)

Defines product's variants specified by variant id

No probe data for this endpoint yet.