Get resource attributes by resource lookup key
GET/:resourceType/:lookupKey/:lookupValue/attributes
Retrieves all attributes for a resource identified by its lookup key. Results will be paginated. The default number of attributes per page is 12
, but can be up to 100
.
A resource can be a product, category, user or usergroup.
Response fields
Name | Description |
---|---|
id | Attribute Id |
name | Attribute name |
type | Type of the value of the attribute |
class | Attribute class |
value | Attribute value for the product. Depends on the type. |
inherited | Boolean. Indicates whether the value is directly set on the product or inherited from a parent resource. For text and list type attributes, inherited is part of the localized string for each language. |
Request
Path Parameters
Resource type. Possible values are products
, categories
, users
, usergroups
Lookup key. Use different lookup keys depending on the resource type
The value of the key (an id, sourceId, sku, etc.)
Query Parameters
Page number
Number of results per page
Optional. Used in combination with lookup key sourceId
Responses
- 200
- 400
- 404
Get product attributes by product id - 200 (with results) / Get product attributes by product id - 200 (no results) / Get user attributes by user id - 200 / Get usergroup attributes by usergroup id - 200
Response Headers
Alt-Svc
string
Via
string
alt-svc
string
content-length
string
date
string
return-format
string
server
string
x-request-id
string
- application/json
- Schema
- Example (from schema)
- Get product attributes by product id - 200 (no results)
- Get product attributes by product id - 200 (with results)
- Get user attributes by user id - 200
- Get usergroup attributes by usergroup id - 200
Schema
Array [
- MOD1
- MOD2
- MOD3
- MOD4
- MOD5
- MOD6
- MOD7
- MOD8
- MOD9
- MOD10
- MOD11
- MOD12
- MOD13
- MOD14
- MOD15
- MOD16
- MOD17
- MOD18
- MOD19
- MOD20
- MOD21
- MOD22
- MOD23
- MOD24
- MOD25
- MOD26
- MOD27
- MOD28
- MOD29
- MOD30
Array [
]
Array [
]
Array [
]
Array [
]
Array [
]
Array [
]
Array [
]
Array [
]
Array [
]
Array [
]
Array [
]
Array [
]
Array [
]
Array [
]
Array [
]
Array [
]
Array [
]
Array [
]
Array [
]
Array [
]
Array [
]
Array [
]
Array [
]
Array [
]
Array [
]
]
data
object[]
value
object
anyOf
string
number
string
number
number
{
"data": [
{
"class": "product",
"id": 11,
"name": "PROPELLOR_PLUSPUNT_1",
"type": "text",
"value": [
{
"inherited": false,
"language": "NL",
"value": "Pluspunt test NL"
}
]
},
{
"class": "product",
"id": 12,
"name": "PROPELLOR_PLUSPUNT_2",
"type": "text",
"value": [
{
"inherited": false,
"language": "NL",
"value": "De stoel is compact in te klappen zodat je hem gemakkelijk meeneemt."
}
]
},
{
"class": "product",
"id": 13,
"name": "PROPELLOR_PLUSPUNT_3",
"type": "text",
"value": []
},
{
"class": "product",
"id": 15,
"name": "PROPELLOR_PLUSPUNT_4",
"type": "text",
"value": []
},
{
"class": "product",
"id": 16,
"name": "PROPELLOR_PLUSPUNT_5",
"type": "text",
"value": []
},
{
"class": "product",
"id": 17,
"name": "PROPELLOR_PLUSPUNT_6",
"type": "text",
"value": []
},
{
"class": "product",
"id": 18,
"name": "PROPELLOR_PLUSPUNT_7",
"type": "text",
"value": []
},
{
"class": "product",
"id": 19,
"name": "PROPELLOR_PLUSPUNT_8",
"type": "text",
"value": []
},
{
"class": "product",
"id": 20,
"name": "PROPELLOR_MINPUNT_1",
"type": "text",
"value": [
{
"inherited": false,
"language": "NL",
"value": "De stoel heeft geen verstelbare rugleuning."
}
]
},
{
"class": "product",
"id": 21,
"name": "PROPELLOR_MINPUNT_2",
"type": "text",
"value": []
},
{
"class": "product",
"id": 22,
"name": "PROPELLOR_MINPUNT_3",
"type": "text",
"value": []
},
{
"class": "product",
"id": 23,
"name": "PROPELLOR_MINPUNT_4",
"type": "text",
"value": []
},
{
"class": "product",
"id": 24,
"name": "PROPELLOR_MINPUNT_5",
"type": "text",
"value": []
},
{
"class": "product",
"id": 25,
"name": "PROPELLOR_MINPUNT_6",
"type": "text",
"value": []
},
{
"class": "product",
"id": 26,
"name": "PROPELLOR_MINPUNT_7",
"type": "text",
"value": []
},
{
"class": "product",
"id": 27,
"name": "PROPELLOR_MINPUNT_8",
"type": "text",
"value": []
},
{
"class": "product",
"id": 28,
"name": "PROPELLOR_LABEL_1",
"type": "text",
"value": []
},
{
"class": "product",
"id": 29,
"name": "PROPELLOR_LABEL_2",
"type": "text",
"value": []
},
{
"class": "product",
"id": 45,
"name": "META_DESCRIPTION_MASK",
"type": "text",
"value": [
{
"inherited": true,
"language": "EN",
"value": "Buy your {product_name} at {shop_name}. {product_description_plain , 60}."
},
{
"inherited": true,
"language": "FR",
"value": "Bestel de {product_name} bij {shop_name}. {product_description_plain , 60}."
},
{
"inherited": true,
"language": "NL",
"value": "Bestel de {product_name} bij {shop_name}. {product_description_plain , 60}."
}
]
},
{
"class": "product",
"id": 46,
"name": "META_TITLE_MASK",
"type": "text",
"value": [
{
"inherited": true,
"language": "EN",
"value": "Shop your {product_name , 40} | {shop_name}"
},
{
"inherited": true,
"language": "FR",
"value": "Koop uw {product_name , 40} | {shop_name}"
},
{
"inherited": true,
"language": "NL",
"value": "Koop uw {product_name , 40} | {shop_name}"
}
]
},
{
"class": "product",
"id": 66,
"inherited": true,
"name": "PROPELLOR_SALE",
"type": "enum",
"value": "N"
},
{
"class": "product",
"id": 67,
"inherited": true,
"name": "VALUEPOINTS_WAARDE",
"type": "decimal",
"value": 0
},
{
"class": "product",
"id": 68,
"name": "MATERIAAL_BINNENTENT",
"type": "text",
"value": []
},
{
"class": "product",
"id": 73,
"name": "BESTAND_TEGEN",
"type": "text",
"value": []
},
{
"class": "product",
"id": 75,
"name": "CAPACITEIT",
"type": "text",
"value": []
},
{
"class": "product",
"id": 77,
"name": "BREEDTE",
"type": "text",
"value": []
},
{
"class": "product",
"id": 78,
"name": "GEWICHT",
"type": "text",
"value": []
},
{
"class": "product",
"id": 82,
"name": "DIEPTE",
"type": "text",
"value": []
},
{
"class": "product",
"id": 95,
"name": "HOOGTE",
"type": "text",
"value": []
},
{
"class": "product",
"id": 121,
"inherited": true,
"name": "SONAR_WATERPROOF",
"type": "enum",
"value": ""
},
{
"class": "product",
"id": 139,
"name": "SHOP_IN_KLEUR",
"type": "text",
"value": []
},
{
"class": "product",
"id": 140,
"name": "SHOP_IN_SERIE",
"type": "text",
"value": []
},
{
"class": "product",
"id": 164,
"name": "PROPELLOR_KLEUR",
"type": "text",
"value": []
},
{
"class": "product",
"id": 165,
"name": "PROPELLOR_MAAT",
"type": "text",
"value": []
},
{
"class": "product",
"id": 167,
"name": "DELIVERY_PROMISE_A",
"type": "text",
"value": [
{
"inherited": true,
"language": "NL",
"value": "<span style=\"color: #008c23\">Vandaag voor [[deadline]] uur besteld, [[day_of_week]] in huis</span>"
}
]
},
{
"class": "product",
"id": 168,
"name": "DELIVERY_PROMISE_B",
"type": "text",
"value": [
{
"inherited": true,
"language": "NL",
"value": "<span style=\"color: #008c23\">Vandaag besteld, [[day_of_week]] in huis</span>"
}
]
},
{
"class": "product",
"id": 169,
"name": "DELIVERY_PROMISE_C",
"type": "text",
"value": [
{
"inherited": true,
"language": "NL",
"value": "<span style=\"color: #008c23\">Verwachte levering binnen [[days]] dagen</span>"
}
]
},
{
"class": "product",
"id": 170,
"name": "DELIVERY_PROMISE_D",
"type": "text",
"value": [
{
"inherited": true,
"language": "NL",
"value": "<span style=\"color: #008c23\">Verwachte levering binnen [[weeks]] weken</span>"
}
]
},
{
"class": "product",
"id": 171,
"name": "DELIVERY_PROMISE_E",
"type": "text",
"value": [
{
"inherited": true,
"language": "NL",
"value": "<span style=\"color: #ff6600\">Let op, lange levertijd</span>"
}
]
},
{
"class": "product",
"id": 172,
"name": "DELIVERY_PROMISE_F",
"type": "text",
"value": [
{
"inherited": true,
"language": "NL",
"value": "<span style=\"color: #dc3545\">Dit product is niet leverbaar</span>"
}
]
},
{
"class": "product",
"id": 173,
"name": "DELIVERY_PROMISE_G",
"type": "text",
"value": [
{
"inherited": true,
"language": "NL",
"value": "<span style=\"color: #dc3545\">Dit product is tijdelijk niet leverbaar</span>"
}
]
},
{
"class": "product",
"id": 174,
"name": "DELIVERY_PROMISE_H",
"type": "text",
"value": [
{
"inherited": true,
"language": "NL",
"value": "<span style=\"color: #008c23\">Dit product wordt geleverd op [[release_date]]</span>"
}
]
},
{
"class": "product",
"id": 175,
"name": "DELIVERY_PROMISE_I",
"type": "text",
"value": [
{
"inherited": true,
"language": "NL",
"value": "<span style=\"color: #dc3545\">Dit product is niet meer leverbaar</span>"
}
]
},
{
"class": "product",
"id": 176,
"name": "DELIVERY_PROMISE_J",
"type": "text",
"value": []
},
{
"class": "product",
"id": 177,
"name": "DELIVERY_PROMISE_K",
"type": "text",
"value": []
},
{
"class": "product",
"id": 179,
"name": "PROPELLOR_PRODUCT_FORMULA",
"type": "text",
"value": []
},
{
"class": "product",
"id": 193,
"name": "PROPELLOR_PACKAGE",
"type": "text",
"value": []
},
{
"class": "product",
"id": 641,
"inherited": true,
"name": "NUMERIC_DEMO",
"type": "integer",
"value": 0
},
{
"class": "product",
"id": 642,
"inherited": true,
"name": "DECIMAL_DEMO",
"type": "decimal",
"value": 0
},
{
"class": "product",
"id": 643,
"name": "DATETIME_DEMO",
"type": "datetime"
}
],
"end": 50,
"itemsFound": 108,
"messages": [
"Completed"
],
"offset": 50,
"page": 1,
"pages": 3,
"start": 1,
"total": 50
}
{
"data": [],
"itemsFound": 108,
"messages": [
"Completed"
],
"offset": 50,
"page": 5,
"pages": 3,
"total": 1
}
{
"data": [
{
"class": "product",
"id": 11,
"name": "PROPELLOR_PLUSPUNT_1",
"type": "text",
"value": [
{
"inherited": false,
"language": "NL",
"value": "Pluspunt test NL"
}
]
},
{
"class": "product",
"id": 12,
"name": "PROPELLOR_PLUSPUNT_2",
"type": "text",
"value": [
{
"inherited": false,
"language": "NL",
"value": "De stoel is compact in te klappen zodat je hem gemakkelijk meeneemt."
}
]
},
{
"class": "product",
"id": 13,
"name": "PROPELLOR_PLUSPUNT_3",
"type": "text",
"value": []
},
{
"class": "product",
"id": 15,
"name": "PROPELLOR_PLUSPUNT_4",
"type": "text",
"value": []
},
{
"class": "product",
"id": 16,
"name": "PROPELLOR_PLUSPUNT_5",
"type": "text",
"value": []
},
{
"class": "product",
"id": 17,
"name": "PROPELLOR_PLUSPUNT_6",
"type": "text",
"value": []
},
{
"class": "product",
"id": 18,
"name": "PROPELLOR_PLUSPUNT_7",
"type": "text",
"value": []
},
{
"class": "product",
"id": 19,
"name": "PROPELLOR_PLUSPUNT_8",
"type": "text",
"value": []
},
{
"class": "product",
"id": 20,
"name": "PROPELLOR_MINPUNT_1",
"type": "text",
"value": [
{
"inherited": false,
"language": "NL",
"value": "De stoel heeft geen verstelbare rugleuning."
}
]
},
{
"class": "product",
"id": 21,
"name": "PROPELLOR_MINPUNT_2",
"type": "text",
"value": []
},
{
"class": "product",
"id": 22,
"name": "PROPELLOR_MINPUNT_3",
"type": "text",
"value": []
},
{
"class": "product",
"id": 23,
"name": "PROPELLOR_MINPUNT_4",
"type": "text",
"value": []
},
{
"class": "product",
"id": 24,
"name": "PROPELLOR_MINPUNT_5",
"type": "text",
"value": []
},
{
"class": "product",
"id": 25,
"name": "PROPELLOR_MINPUNT_6",
"type": "text",
"value": []
},
{
"class": "product",
"id": 26,
"name": "PROPELLOR_MINPUNT_7",
"type": "text",
"value": []
},
{
"class": "product",
"id": 27,
"name": "PROPELLOR_MINPUNT_8",
"type": "text",
"value": []
},
{
"class": "product",
"id": 28,
"name": "PROPELLOR_LABEL_1",
"type": "text",
"value": []
},
{
"class": "product",
"id": 29,
"name": "PROPELLOR_LABEL_2",
"type": "text",
"value": []
},
{
"class": "product",
"id": 45,
"name": "META_DESCRIPTION_MASK",
"type": "text",
"value": [
{
"inherited": true,
"language": "EN",
"value": "Buy your {product_name} at {shop_name}. {product_description_plain , 60}."
},
{
"inherited": true,
"language": "FR",
"value": "Bestel de {product_name} bij {shop_name}. {product_description_plain , 60}."
},
{
"inherited": true,
"language": "NL",
"value": "Bestel de {product_name} bij {shop_name}. {product_description_plain , 60}."
}
]
},
{
"class": "product",
"id": 46,
"name": "META_TITLE_MASK",
"type": "text",
"value": [
{
"inherited": true,
"language": "EN",
"value": "Shop your {product_name , 40} | {shop_name}"
},
{
"inherited": true,
"language": "FR",
"value": "Koop uw {product_name , 40} | {shop_name}"
},
{
"inherited": true,
"language": "NL",
"value": "Koop uw {product_name , 40} | {shop_name}"
}
]
},
{
"class": "product",
"id": 66,
"inherited": true,
"name": "PROPELLOR_SALE",
"type": "enum",
"value": "N"
},
{
"class": "product",
"id": 67,
"inherited": true,
"name": "VALUEPOINTS_WAARDE",
"type": "decimal",
"value": 0
},
{
"class": "product",
"id": 68,
"name": "MATERIAAL_BINNENTENT",
"type": "text",
"value": []
},
{
"class": "product",
"id": 73,
"name": "BESTAND_TEGEN",
"type": "text",
"value": []
},
{
"class": "product",
"id": 75,
"name": "CAPACITEIT",
"type": "text",
"value": []
},
{
"class": "product",
"id": 77,
"name": "BREEDTE",
"type": "text",
"value": []
},
{
"class": "product",
"id": 78,
"name": "GEWICHT",
"type": "text",
"value": []
},
{
"class": "product",
"id": 82,
"name": "DIEPTE",
"type": "text",
"value": []
},
{
"class": "product",
"id": 95,
"name": "HOOGTE",
"type": "text",
"value": []
},
{
"class": "product",
"id": 121,
"inherited": true,
"name": "SONAR_WATERPROOF",
"type": "enum",
"value": ""
},
{
"class": "product",
"id": 139,
"name": "SHOP_IN_KLEUR",
"type": "text",
"value": []
},
{
"class": "product",
"id": 140,
"name": "SHOP_IN_SERIE",
"type": "text",
"value": []
},
{
"class": "product",
"id": 164,
"name": "PROPELLOR_KLEUR",
"type": "text",
"value": []
},
{
"class": "product",
"id": 165,
"name": "PROPELLOR_MAAT",
"type": "text",
"value": []
},
{
"class": "product",
"id": 167,
"name": "DELIVERY_PROMISE_A",
"type": "text",
"value": [
{
"inherited": true,
"language": "NL",
"value": "<span style=\"color: #008c23\">Vandaag voor [[deadline]] uur besteld, [[day_of_week]] in huis</span>"
}
]
},
{
"class": "product",
"id": 168,
"name": "DELIVERY_PROMISE_B",
"type": "text",
"value": [
{
"inherited": true,
"language": "NL",
"value": "<span style=\"color: #008c23\">Vandaag besteld, [[day_of_week]] in huis</span>"
}
]
},
{
"class": "product",
"id": 169,
"name": "DELIVERY_PROMISE_C",
"type": "text",
"value": [
{
"inherited": true,
"language": "NL",
"value": "<span style=\"color: #008c23\">Verwachte levering binnen [[days]] dagen</span>"
}
]
},
{
"class": "product",
"id": 170,
"name": "DELIVERY_PROMISE_D",
"type": "text",
"value": [
{
"inherited": true,
"language": "NL",
"value": "<span style=\"color: #008c23\">Verwachte levering binnen [[weeks]] weken</span>"
}
]
},
{
"class": "product",
"id": 171,
"name": "DELIVERY_PROMISE_E",
"type": "text",
"value": [
{
"inherited": true,
"language": "NL",
"value": "<span style=\"color: #ff6600\">Let op, lange levertijd</span>"
}
]
},
{
"class": "product",
"id": 172,
"name": "DELIVERY_PROMISE_F",
"type": "text",
"value": [
{
"inherited": true,
"language": "NL",
"value": "<span style=\"color: #dc3545\">Dit product is niet leverbaar</span>"
}
]
},
{
"class": "product",
"id": 173,
"name": "DELIVERY_PROMISE_G",
"type": "text",
"value": [
{
"inherited": true,
"language": "NL",
"value": "<span style=\"color: #dc3545\">Dit product is tijdelijk niet leverbaar</span>"
}
]
},
{
"class": "product",
"id": 174,
"name": "DELIVERY_PROMISE_H",
"type": "text",
"value": [
{
"inherited": true,
"language": "NL",
"value": "<span style=\"color: #008c23\">Dit product wordt geleverd op [[release_date]]</span>"
}
]
},
{
"class": "product",
"id": 175,
"name": "DELIVERY_PROMISE_I",
"type": "text",
"value": [
{
"inherited": true,
"language": "NL",
"value": "<span style=\"color: #dc3545\">Dit product is niet meer leverbaar</span>"
}
]
},
{
"class": "product",
"id": 176,
"name": "DELIVERY_PROMISE_J",
"type": "text",
"value": []
},
{
"class": "product",
"id": 177,
"name": "DELIVERY_PROMISE_K",
"type": "text",
"value": []
},
{
"class": "product",
"id": 179,
"name": "PROPELLOR_PRODUCT_FORMULA",
"type": "text",
"value": []
},
{
"class": "product",
"id": 193,
"name": "PROPELLOR_PACKAGE",
"type": "text",
"value": []
},
{
"class": "product",
"id": 641,
"inherited": true,
"name": "NUMERIC_DEMO",
"type": "integer",
"value": 0
},
{
"class": "product",
"id": 642,
"inherited": true,
"name": "DECIMAL_DEMO",
"type": "decimal",
"value": 0
},
{
"class": "product",
"id": 643,
"name": "DATETIME_DEMO",
"type": "datetime"
}
],
"end": 50,
"itemsFound": 108,
"messages": [
"Completed"
],
"offset": 50,
"page": 1,
"pages": 3,
"start": 1,
"total": 50
}
{
"data": [
{
"class": "user",
"id": 47,
"inherited": true,
"name": "REKENING",
"type": "decimal",
"value": 1.6
},
{
"class": "user",
"id": 48,
"inherited": false,
"name": "SHOW_REKENING",
"type": "enum",
"value": "Y"
},
{
"class": "user",
"id": 49,
"inherited": true,
"name": "CONTANT",
"type": "decimal",
"value": 0
},
{
"class": "user",
"id": 50,
"inherited": true,
"name": "SHOW_CONTANT",
"type": "enum",
"value": "Y"
},
{
"class": "user",
"id": 54,
"inherited": true,
"name": "MULTISAFEPAY_IDEAL",
"type": "decimal",
"value": 0
},
{
"class": "user",
"id": 63,
"inherited": true,
"name": "SHOW_MULTISAFEPAY_IDEAL",
"type": "enum",
"value": "Y"
},
{
"class": "user",
"id": 64,
"inherited": true,
"name": "MULTISAFEPAY_MASTERCARD",
"type": "decimal",
"value": 0
},
{
"class": "user",
"id": 65,
"inherited": true,
"name": "SHOW_MULTISAFEPAY_MASTERCARD",
"type": "enum",
"value": "N"
},
{
"class": "user",
"id": 125,
"inherited": true,
"name": "MULTISAFEPAY_VISA",
"type": "decimal",
"value": 99999.99999
},
{
"class": "user",
"id": 126,
"inherited": true,
"name": "SHOW_MULTISAFEPAY_VISA",
"type": "enum",
"value": "Y"
},
{
"class": "user",
"id": 127,
"inherited": true,
"name": "MULTISAFEPAY_AMERICAN EXPRESS",
"type": "decimal",
"value": 99999.99999
},
{
"class": "user",
"id": 128,
"inherited": true,
"name": "SHOW_MULTISAFEPAY_AMERICAN EXPRESS",
"type": "enum",
"value": "Y"
},
{
"class": "user",
"id": 129,
"inherited": true,
"name": "PAYPAL",
"type": "decimal",
"value": 99999.99999
},
{
"class": "user",
"id": 130,
"inherited": true,
"name": "SHOW_PAYPAL",
"type": "enum",
"value": "Y"
},
{
"class": "user",
"id": 131,
"inherited": true,
"name": "MULTISAFEPAY_PAYAFTER",
"type": "decimal",
"value": 99999.99999
},
{
"class": "user",
"id": 132,
"inherited": true,
"name": "SHOW_MULTISAFEPAY_PAYAFTER",
"type": "enum",
"value": "Y"
},
{
"class": "user",
"id": 133,
"inherited": true,
"name": "INCASSO",
"type": "decimal",
"value": 99999.99999
},
{
"class": "user",
"id": 134,
"inherited": true,
"name": "SHOW_INCASSO",
"type": "enum",
"value": "Y"
},
{
"class": "user",
"id": 629,
"inherited": true,
"name": "SHOW_MULTISAFEPAY_DIRECTBANK",
"type": "enum",
"value": "Y"
},
{
"class": "user",
"id": 630,
"inherited": true,
"name": "SHOW_MULTISAFEPAY_MISTERCASH",
"type": "enum",
"value": "Y"
},
{
"class": "user",
"id": 631,
"inherited": true,
"name": "SHOW_MULTISAFEPAY_DIRDEB",
"type": "enum",
"value": "Y"
},
{
"class": "user",
"id": 632,
"inherited": true,
"name": "SHOW_MULTISAFEPAY_GIROPAY",
"type": "enum",
"value": "Y"
},
{
"class": "user",
"id": 633,
"inherited": true,
"name": "SHOW_MULTISAFEPAY_BANKTRANS",
"type": "enum",
"value": "Y"
},
{
"class": "user",
"id": 634,
"inherited": true,
"name": "SHOW_MULTISAFEPAY_AMEX",
"type": "enum",
"value": "Y"
},
{
"class": "user",
"id": 635,
"inherited": true,
"name": "SHOW_MULTISAFEPAY_SOFORT",
"type": "enum",
"value": "Y"
},
{
"class": "user",
"id": 636,
"inherited": true,
"name": "SHOW_MULTISAFEPAY_MAESTRO",
"type": "enum",
"value": "Y"
},
{
"class": "user",
"id": 141,
"inherited": true,
"name": "mobileapp.REKENING",
"type": "enum",
"value": "N"
},
{
"class": "user",
"id": 142,
"inherited": true,
"name": "mobileapp.MULTISAFEPAY_AMERICAN EXPRESS",
"type": "enum",
"value": "Y"
},
{
"class": "user",
"id": 143,
"inherited": true,
"name": "mobileapp.MULTISAFEPAY_IDEAL",
"type": "enum",
"value": "Y"
},
{
"class": "user",
"id": 144,
"inherited": true,
"name": "mobileapp.MULTISAFEPAY_MASTERCARD",
"type": "enum",
"value": "Y"
},
{
"class": "user",
"id": 145,
"inherited": true,
"name": "mobileapp.MULTISAFEPAY_PAYAFTER",
"type": "enum",
"value": "Y"
},
{
"class": "user",
"id": 146,
"inherited": true,
"name": "mobileapp.MULTISAFEPAY_VISA",
"type": "enum",
"value": "Y"
},
{
"class": "user",
"id": 153,
"inherited": true,
"name": "CREDIT_LIMIT",
"type": "decimal",
"value": 0
},
{
"class": "user",
"id": 154,
"inherited": true,
"name": "CREDIT_LIMIT_INTERVAL",
"type": "enum",
"value": "month"
},
{
"class": "user",
"id": 155,
"inherited": true,
"name": "FI_DEFAULT_BUDGET_GROUP",
"type": "enum",
"value": "8010"
},
{
"class": "user",
"id": 178,
"name": "PROPELLOR_USER_FORMULA",
"type": "text",
"value": []
},
{
"class": "user",
"id": 182,
"inherited": true,
"name": "EDIT_DELIVERY_ADDRESS",
"type": "enum",
"value": "Y"
},
{
"class": "user",
"id": 183,
"inherited": true,
"name": "EDIT_INVOICE_ADDRESS",
"type": "enum",
"value": "Y"
},
{
"class": "user",
"id": 184,
"inherited": true,
"name": "EC.viewUsergroupOrders",
"type": "enum",
"value": "N"
},
{
"class": "user",
"id": 626,
"inherited": true,
"name": "PAY_WITH_CREDITPOINTS",
"type": "enum",
"value": "N"
}
],
"end": 40,
"itemsFound": 40,
"messages": [
"Completed"
],
"offset": 50,
"page": 1,
"pages": 1,
"start": 1,
"total": 40
}
{
"data": [
{
"class": "user",
"id": 47,
"inherited": true,
"name": "REKENING",
"type": "decimal",
"value": 1.6
},
{
"class": "user",
"id": 48,
"inherited": false,
"name": "SHOW_REKENING",
"type": "enum",
"value": "Y"
},
{
"class": "user",
"id": 49,
"inherited": true,
"name": "CONTANT",
"type": "decimal",
"value": 0
},
{
"class": "user",
"id": 50,
"inherited": true,
"name": "SHOW_CONTANT",
"type": "enum",
"value": "Y"
},
{
"class": "user",
"id": 54,
"inherited": true,
"name": "MULTISAFEPAY_IDEAL",
"type": "decimal",
"value": 0
},
{
"class": "user",
"id": 63,
"inherited": true,
"name": "SHOW_MULTISAFEPAY_IDEAL",
"type": "enum",
"value": "Y"
},
{
"class": "user",
"id": 64,
"inherited": true,
"name": "MULTISAFEPAY_MASTERCARD",
"type": "decimal",
"value": 0
},
{
"class": "user",
"id": 65,
"inherited": true,
"name": "SHOW_MULTISAFEPAY_MASTERCARD",
"type": "enum",
"value": "N"
},
{
"class": "user",
"id": 125,
"inherited": true,
"name": "MULTISAFEPAY_VISA",
"type": "decimal",
"value": 99999.99999
},
{
"class": "user",
"id": 126,
"inherited": true,
"name": "SHOW_MULTISAFEPAY_VISA",
"type": "enum",
"value": "Y"
},
{
"class": "user",
"id": 127,
"inherited": true,
"name": "MULTISAFEPAY_AMERICAN EXPRESS",
"type": "decimal",
"value": 99999.99999
},
{
"class": "user",
"id": 128,
"inherited": true,
"name": "SHOW_MULTISAFEPAY_AMERICAN EXPRESS",
"type": "enum",
"value": "Y"
},
{
"class": "user",
"id": 129,
"inherited": true,
"name": "PAYPAL",
"type": "decimal",
"value": 99999.99999
},
{
"class": "user",
"id": 130,
"inherited": true,
"name": "SHOW_PAYPAL",
"type": "enum",
"value": "Y"
},
{
"class": "user",
"id": 131,
"inherited": true,
"name": "MULTISAFEPAY_PAYAFTER",
"type": "decimal",
"value": 99999.99999
},
{
"class": "user",
"id": 132,
"inherited": true,
"name": "SHOW_MULTISAFEPAY_PAYAFTER",
"type": "enum",
"value": "Y"
},
{
"class": "user",
"id": 133,
"inherited": true,
"name": "INCASSO",
"type": "decimal",
"value": 99999.99999
},
{
"class": "user",
"id": 134,
"inherited": true,
"name": "SHOW_INCASSO",
"type": "enum",
"value": "Y"
},
{
"class": "user",
"id": 629,
"inherited": true,
"name": "SHOW_MULTISAFEPAY_DIRECTBANK",
"type": "enum",
"value": "Y"
},
{
"class": "user",
"id": 630,
"inherited": true,
"name": "SHOW_MULTISAFEPAY_MISTERCASH",
"type": "enum",
"value": "Y"
},
{
"class": "user",
"id": 631,
"inherited": true,
"name": "SHOW_MULTISAFEPAY_DIRDEB",
"type": "enum",
"value": "Y"
},
{
"class": "user",
"id": 632,
"inherited": true,
"name": "SHOW_MULTISAFEPAY_GIROPAY",
"type": "enum",
"value": "Y"
},
{
"class": "user",
"id": 633,
"inherited": true,
"name": "SHOW_MULTISAFEPAY_BANKTRANS",
"type": "enum",
"value": "Y"
},
{
"class": "user",
"id": 634,
"inherited": true,
"name": "SHOW_MULTISAFEPAY_AMEX",
"type": "enum",
"value": "Y"
},
{
"class": "user",
"id": 635,
"inherited": true,
"name": "SHOW_MULTISAFEPAY_SOFORT",
"type": "enum",
"value": "Y"
},
{
"class": "user",
"id": 636,
"inherited": true,
"name": "SHOW_MULTISAFEPAY_MAESTRO",
"type": "enum",
"value": "Y"
},
{
"class": "user",
"id": 141,
"inherited": true,
"name": "mobileapp.REKENING",
"type": "enum",
"value": "N"
},
{
"class": "user",
"id": 142,
"inherited": true,
"name": "mobileapp.MULTISAFEPAY_AMERICAN EXPRESS",
"type": "enum",
"value": "Y"
},
{
"class": "user",
"id": 143,
"inherited": true,
"name": "mobileapp.MULTISAFEPAY_IDEAL",
"type": "enum",
"value": "Y"
},
{
"class": "user",
"id": 144,
"inherited": true,
"name": "mobileapp.MULTISAFEPAY_MASTERCARD",
"type": "enum",
"value": "Y"
},
{
"class": "user",
"id": 145,
"inherited": true,
"name": "mobileapp.MULTISAFEPAY_PAYAFTER",
"type": "enum",
"value": "Y"
},
{
"class": "user",
"id": 146,
"inherited": true,
"name": "mobileapp.MULTISAFEPAY_VISA",
"type": "enum",
"value": "Y"
},
{
"class": "user",
"id": 153,
"inherited": true,
"name": "CREDIT_LIMIT",
"type": "decimal",
"value": 0
},
{
"class": "user",
"id": 154,
"inherited": true,
"name": "CREDIT_LIMIT_INTERVAL",
"type": "enum",
"value": "month"
},
{
"class": "user",
"id": 155,
"inherited": true,
"name": "FI_DEFAULT_BUDGET_GROUP",
"type": "enum",
"value": "8010"
},
{
"class": "user",
"id": 178,
"name": "PROPELLOR_USER_FORMULA",
"type": "text",
"value": []
},
{
"class": "user",
"id": 182,
"inherited": true,
"name": "EDIT_DELIVERY_ADDRESS",
"type": "enum",
"value": "Y"
},
{
"class": "user",
"id": 183,
"inherited": true,
"name": "EDIT_INVOICE_ADDRESS",
"type": "enum",
"value": "Y"
},
{
"class": "user",
"id": 184,
"inherited": true,
"name": "EC.viewUsergroupOrders",
"type": "enum",
"value": "N"
},
{
"class": "user",
"id": 626,
"inherited": true,
"name": "PAY_WITH_CREDITPOINTS",
"type": "enum",
"value": "N"
}
],
"end": 40,
"itemsFound": 40,
"messages": [
"Completed"
],
"offset": 50,
"page": 1,
"pages": 1,
"start": 1,
"total": 40
}
Get product attributes by product id - 400 (invalid page or offset)
Response Headers
Alt-Svc
string
Via
string
alt-svc
string
content-length
string
date
string
return-format
string
server
string
x-request-id
string
- application/json
- Schema
- Example (from schema)
- Get product attributes by product id - 400 (invalid page or offset)
Schema
error
object
{
"error": {
"code": 10015,
"messages": [
"Offset cannot be more than 100"
],
"moreInfo": "https://www.propel.us/docs/errors/10015",
"status": 400,
"type": "PaginatedResponseException"
}
}
{
"error": {
"code": 10015,
"messages": [
"Offset cannot be more than 100"
],
"moreInfo": "https://www.propel.us/docs/errors/10015",
"status": 400,
"type": "PaginatedResponseException"
}
}
Get product attributes by product id - 404 / Get user attributes by user id - 404
Response Headers
Alt-Svc
string
Via
string
alt-svc
string
content-length
string
date
string
return-format
string
server
string
x-request-id
string
- application/json
- Schema
- Example (from schema)
- Get product attributes by product id - 404
- Get user attributes by user id - 404
Schema
error
object
{
"error": {
"code": 10009,
"messages": [
"Parent resource [Product] with id [372212] not found."
],
"moreInfo": "https://www.propel.us/docs/errors/10009",
"status": 404,
"type": "ParentProductNotFound"
}
}
{
"error": {
"code": 10009,
"messages": [
"Parent resource [Product] with id [372212] not found."
],
"moreInfo": "https://www.propel.us/docs/errors/10009",
"status": 404,
"type": "ParentProductNotFound"
}
}
{
"error": {
"code": 90008,
"messages": [
"Parent resource [User] with id [14123] not found."
],
"moreInfo": "https://www.propel.us/docs/errors/90008",
"status": 404,
"type": "ParentUserNotFound"
}
}