Methods

  • post - Create Order Item Attribute
  • get - Get Order Item Attribute/Property (Single)
  • get - Get Order Item Attributes/Properties (Multiple)
  • 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 Required
id int64 Optional , read only.
name string Required
optionId int64 Required
optionValueId int64 Required
price int64 Required
priceType string Required
value string Required