Warehouse
Product attribute list.
list of product attributes
get/rest/api/warehouse/product/attributes/
Query parameters
productId[]integer[]
Product IDs
offsetinteger
Position indicator (0-beginning, 1-skips one record, 256 - skips 256 records)
limitinteger
Limit of returned results, max 512 records
Response
Attributes array
Example response
{
"attributes": [
{
"id": 30,
"type": 1,
"name": "Manufacturer code",
"values": [
{
"id": 30,
"value": "123456789"
}
],
"attributeTypeId": 20
},
{
"id": 31,
"type": 16,
"name": "Color",
"values": [
{
"id": 12,
"value": "Red"
},
{
"id": 13,
"value": "Blue"
}
],
"attributeTypeId": 10
},
{
"id": 33,
"type": 1,
"name": "Material",
"values": [
{
"id": 17,
"value": "Plastic"
}
],
"attributeTypeId": 30
},
{
"id": 34,
"type": 2,
"name": "IsMaterial",
"values": [
{
"id": 18,
"value": false
}
],
"attributeTypeId": 40
}
],
"totalCount": 7398,
"pageResultCount": 64
}Changes
No recorded changes to this endpoint across all 1 revision of this API.