Get Options by Cluster lookup key
GET/clusters/:lookupKey/:lookupValue/options
Use this endpoint to retrieve cluster options by cluster lookup key.
Request
Path Parameters
Lookup key. Read more about cluster lookup keys
The value of the key (id or sourceId)
Query Parameters
Optional. Use translation
to retrieve the cluster options translations. Use defaultProduct
to retrive cluster options default products etc.
Responses
- 200
- 404
Get Options by Cluster lookup key / Get Options by Cluster lookup key - 200 (expands)
Response Headers
Alt-Svc
string
Content-Length
string
Via
string
alt-svc
string
date
string
return-format
string
x-request-id
string
- application/json
- Schema
- Example (from schema)
- Get Options by Cluster lookup key
- Get Options by Cluster lookup key - 200 (expands)
Schema
Array [
Array [
]
Array [
]
Array [
]
]
data
object[]
defaultProduct
object
descriptions
object[]
names
object[]
shortDescriptions
object[]
{
"data": [
{
"defaultProduct": {
"id": 450102
},
"descriptions": [
{
"language": "NL",
"value": ""
}
],
"id": 90,
"isRequired": true,
"names": [
{
"language": "NL",
"value": "First option"
}
],
"shortDescriptions": [
{
"language": "NL",
"value": ""
}
]
},
{
"defaultProduct": {
"id": 661190
},
"descriptions": [
{
"language": "NL",
"value": ""
}
],
"id": 104,
"isRequired": false,
"names": [
{
"language": "NL",
"value": "Second option"
}
],
"shortDescriptions": [
{
"language": "NL",
"value": ""
}
]
}
],
"messages": [],
"total": 2
}
{
"data": [
{
"defaultProduct": {
"id": 450102
},
"descriptions": [
{
"language": "NL",
"value": ""
}
],
"id": 90,
"isRequired": true,
"names": [
{
"language": "NL",
"value": "First option"
}
],
"shortDescriptions": [
{
"language": "NL",
"value": ""
}
]
},
{
"defaultProduct": {
"id": 661190
},
"descriptions": [
{
"language": "NL",
"value": ""
}
],
"id": 104,
"isRequired": false,
"names": [
{
"language": "NL",
"value": "Second option"
}
],
"shortDescriptions": [
{
"language": "NL",
"value": ""
}
]
}
],
"messages": [],
"total": 2
}
{
"data": [
{
"defaultProduct": {
"costPrice": 0,
"descriptions": [
{
"language": "NL",
"value": ""
}
],
"eanCode": "",
"id": 450102,
"manufacturer": "",
"minimumQuantity": 1,
"names": [
{
"language": "NL",
"value": "My first option"
}
],
"notes": [
{
"language": "NL",
"value": ""
}
],
"oemCode": "",
"package": "",
"packageDescriptions": [
{
"language": "NL",
"value": ""
}
],
"price": 12,
"shortDescriptions": [
{
"language": "NL",
"value": "<p>test change</p>\r\n"
}
],
"shortName": "",
"sku": "conf-first-option-1",
"sources": [],
"status": "A",
"suggestedPrice": 0,
"supplier": "",
"supplierCode": "",
"taxCode": "H",
"taxPercentage": 21,
"unit": 1
},
"descriptions": [
{
"language": "NL",
"value": ""
}
],
"id": 90,
"isRequired": true,
"names": [
{
"language": "NL",
"value": "First option"
}
],
"shortDescriptions": [
{
"language": "NL",
"value": ""
}
],
"sources": []
},
{
"defaultProduct": {
"costPrice": 0,
"descriptions": [
{
"language": "NL",
"value": ""
}
],
"eanCode": "",
"id": 661190,
"manufacturer": "",
"minimumQuantity": 1,
"names": [
{
"language": "NL",
"value": "My second option"
}
],
"notes": [
{
"language": "NL",
"value": ""
}
],
"oemCode": "",
"package": "",
"packageDescriptions": [
{
"language": "NL",
"value": ""
}
],
"price": 0,
"shortDescriptions": [
{
"language": "NL",
"value": ""
}
],
"shortName": "",
"sku": "conf-second-option-2",
"sources": [],
"status": "A",
"suggestedPrice": 0,
"supplier": "",
"supplierCode": "",
"taxCode": "H",
"taxPercentage": 21,
"unit": 1
},
"descriptions": [
{
"language": "NL",
"value": ""
}
],
"id": 104,
"isRequired": false,
"names": [
{
"language": "NL",
"value": "Second option"
}
],
"shortDescriptions": [
{
"language": "NL",
"value": ""
}
],
"sources": []
}
],
"messages": [],
"total": 2
}
Get Options by Cluster lookup key - 404
Response Headers
Alt-Svc
string
Via
string
alt-svc
string
content-length
string
date
string
return-format
string
x-request-id
string
- application/json
- Schema
- Example (from schema)
- Get Options by Cluster lookup key - 404
Schema
error
object
{
"error": {
"code": 20007,
"messages": [
"Parent Cluster with id [211] not found"
],
"moreInfo": "https://www.propel.us/docs/errors/20007",
"status": 404,
"type": "ParentClusterNotFound"
}
}
{
"error": {
"code": 20007,
"messages": [
"Parent Cluster with id [211] not found"
],
"moreInfo": "https://www.propel.us/docs/errors/20007",
"status": 404,
"type": "ParentClusterNotFound"
}
}