Methods

  • post - Create Order Item Attribute
  • get - Get Order Item Attribute/Property
  • put - Update Order Item Attribute/Property

Properties

[
    {
        "combisId": "int64",
        "id": "int64",
        "name": "string",
        "optionId": "int64",
        "optionValueId": "int64",
        "price": "int64",
        "priceType": "string",
        "value": "string"
    }
]
{
    "combisId": 1,
    "name": "Farbe",
    "optionId": null,
    "optionValueId": null,
    "price": 0,
    "priceType": "",
    "value": "rot"
}
Name Type Description Additional
combisId int64
id int64 Read only.
name string
optionId int64
optionValueId int64
price int64
priceType string
value string