Terug naar website
Je bevindt je momenteel in de helpsectie van onze software, met antwoorden op veelgestelde vragen, handleidingen en hulp bij problemen. Voor volledige toegang tot onze nieuwe website, inclusief al onze producten en diensten, kun je hier klikken om naar de hoofdpagina te gaan.

variationProduct

Geeft de variatie-gegevens van een variatie-artikel (geselecteerde artikelvariaties, de toegestane variatie-opties en eindartikelen met bijbehorende optiewaarden) aan de hand van de artikelcode.

Applicaties

Apps, Webshop-koppelingen, externe applicaties

Aanroep

GET

Parameters

http[s]://<url>:<poort>/odapi/rest/TMethods/variationProduct/[key]/100-090/json

Naam
Type
Omschrijving
key
Tekst
Sessiesleutel
code
Tekst
Artikelcode
format
json | html
Uitvoerformaat. Momenteel wordt alleen 'json' ondersteund

Query parameters

Geen

Meldingen

Foutcode
Omschrijving
9100
Onbekende of niet bestaande artikelcode
9102
Lege of ongeldige artikelcode

Voorbeeld

{

    "data": {

        "product": {

            "code": "100-090",

            "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": 6,

                                    "descriptions": [

                                        {

                                            "description": {

                                                "language": "nl",

                                                "text": "Machines"

                                            }

                                        }

                                    ]

                                }

                            },

                            {

                                "productVariationOption": {

                                    "id": 5,

                                    "descriptions": [

                                        {

                                            "description": {

                                                "language": "nl",

                                                "text": "Notities"

                                            }

                                        }

                                    ]

                                }

                            }

                        ]

                    }

                },

                {

                    "productVariation": {

                        "id": 2,

                        "descriptions": [

                            {

                                "description": {

                                    "language": "nl",

                                    "text": "Maat"

                                }

                            }

                        ],

                        "titles": [

                            {

                                "title": {

                                    "language": "nl",

                                    "text": "Selecteer een maat..."

                                }

                            }

                        ],

                        "productVariationOptions": [

                            {

                                "productVariationOption": {

                                    "id": 1,

                                    "descriptions": [

                                        {

                                            "description": {

                                                "language": "nl",

                                                "text": "S"

                                            }

                                        }

                                    ],

                                    "productVariationProduct": {

                                        "product": {

                                            "code": "350-004"

                                        }

                                    },

                                    "quantity": 3,

                                    "salesPrice": 2.65,

                                    "purchasePrice": 1.85,

                                    "priceAgreements": false

                                }

                            },

                            {

                                "productVariationOption": {

                                    "id": 2,

                                    "descriptions": [

                                        {

                                            "description": {

                                                "language": "nl",

                                                "text": "M"

                                            }

                                        }

                                    ],

                                    "productVariationProduct": {

                                        "product": {

                                            "code": "X10-224"

                                        }

                                    },

                                    "quantity": 3,

                                    "salesPrice": 2.65,

                                    "purchasePrice": 1.85,

                                    "priceAgreements": false

                                }

                            },

                            {

                                "productVariationOption": {

                                    "id": 3,

                                    "descriptions": [

                                        {

                                            "description": {

                                                "language": "nl",

                                                "text": "L"

                                            }

                                        }

                                    ]

                                }

                            }

                        ]

                    }

                },

                {

                    "productVariation": {

                        "id": 4,

                        "descriptions": [

                            {

                                "description": {

                                    "language": "nl",

                                    "text": "Schoenmaat"

                                }

                            }

                        ],

                        "titles": [

                            {

                                "title": {

                                    "language": "nl",

                                    "text": "Kies de maat van uw schoen..."

                                }

                            }

                        ],

                        "productVariationOptions": [

                            {

                                "productVariationOption": {

                                    "id": 1,

                                    "descriptions": [

                                        {

                                            "description": {

                                                "language": "nl",

                                                "text": "38"

                                            }

                                        }

                                    ]

                                }

                            },

                            {

                                "productVariationOption": {

                                    "id": 3,

                                    "descriptions": [

                                        {

                                            "description": {

                                                "language": "nl",

                                                "text": "40"

                                            }

                                        }

                                    ]

                                }

                            },

                            {

                                "productVariationOption": {

                                    "id": 6,

                                    "descriptions": [

                                        {

                                            "description": {

                                                "language": "nl",

                                                "text": "43"

                                            }

                                        }

                                    ]

                                }

                            },

                            {

                                "productVariationOption": {

                                    "id": 7,

                                    "descriptions": [

                                        {

                                            "description": {

                                                "language": "nl",

                                                "text": "44"

                                            }

                                        }

                                    ]

                                }

                            },

                            {

                                "productVariationOption": {

                                    "id": 8,

                                    "descriptions": [

                                        {

                                            "description": {

                                                "language": "nl",

                                                "text": "45"

                                            }

                                        }

                                    ]

                                }

                            },

                            {

                                "productVariationOption": {

                                    "id": 9,

                                    "descriptions": [

                                        {

                                            "description": {

                                                "language": "nl",

                                                "text": "46"

                                            }

                                        }

                                    ]

                                }

                            }

                        ]

                    }

                }

            ],

            "variationProductVariations": [

                {

                    "variationProductVariation": {

                        "product": {

                            "code": "150-400"

                        },

                        "variationProductVariationOptions": [

                            {

                                "variationProductVariationOption": {

                                    "productVariation": {

                                        "id": 1

                                    },

                                    "productVariationOption": {

                                        "id": 5

                                    }

                                }

                            },

                            {

                                "variationProductVariationOption": {

                                    "productVariation": {

                                        "id": 2

                                    },

                                    "productVariationOption": {

                                        "id": 1

                                    }

                                }

                            },

                            {

                                "variationProductVariationOption": {

                                    "productVariation": {

                                        "id": 4

                                    },

                                    "productVariationOption": {

                                        "id": 0

                                    }

                                }

                            }

                        ]

                    }

                },

                {

                    "variationProductVariation": {

                        "product": {

                            "code": "150-410"

                        },

                        "variationProductVariationOptions": [

                            {

                                "variationProductVariationOption": {

                                    "productVariation": {

                                        "id": 1

                                    },

                                    "productVariationOption": {

                                        "id": 0

                                    }

                                }

                            },

                            {

                                "variationProductVariationOption": {

                                    "productVariation": {

                                        "id": 2

                                    },

                                    "productVariationOption": {

                                        "id": 0

                                    }

                                }

                            },

                            {

                                "variationProductVariationOption": {

                                    "productVariation": {

                                        "id": 4

                                    },

                                    "productVariationOption": {

                                        "id": 9

                                    }

                                }

                            }

                        ]

                    }

                }

            ]

        }

    }

}