Geeft een lijst met de gegevens van alle artikelvariaties met de bijbehorende opties en optiegegevens.
Apps, Webshop-koppelingen, externe applicaties
http[s]://<url>:<poort>/odapi/rest/TMethods/productVariations/[key]/json
{
"data": {
"productVariations": [
{
"productVariation": {
"id": 1,
"descriptions": [
{
"description": {
"language": "nl",
"text": "Vrije velden"
}
}
],
"titles": [
{
"title": {
"language": "nl",
"text": "Selecteer uw module..."
}
}
],
"productVariationOptions": [
{
"productVariationOption": {
"id": 1,
"descriptions": [
{
"description": {
"language": "nl",
"text": "Artikelen"
}
}
]
}
},
{
"productVariationOption": {
"id": 3,
"descriptions": [
{
"description": {
"language": "nl",
"text": "Relaties"
}
}
]
}
},
{
"productVariationOption": {
"id": 6,
"descriptions": [
{
"description": {
"language": "nl",
"text": "Machines"
}
}
]
}
},
{
"productVariationOption": {
"id": 4,
"descriptions": [
{
"description": {
"language": "nl",
"text": "Reparatiebonnen"
}
}
]
}
},
{
"productVariationOption": {
"id": 5,
"descriptions": [
{
"description": {
"language": "nl",
"text": "Notities"
}
}
]
}
}
]
}
}
]
}
}