Methods

  • post - Create Order Item
  • get - Get Order Item (Single)
  • get - Get Order Items (Multiple)
  • put - Update Order Item

Properties

{
    "addonValues": {
        "productId": "string",
        "productType": "string"
    },
    "attributes": {
        "combisId": "int64",
        "id": "int64",
        "name": "string",
        "optionId": "int64",
        "optionValueId": "int64",
        "price": "int64",
        "priceType": "string",
        "value": "string"
    },
    "checkoutInformation": "string",
    "discount": "int64",
    "downloadInformation": [
        "string"
    ],
    "finalPrice": "int64",
    "gxCustomizerData": [
        "string"
    ],
    "id": "int64",
    "isTaxAllowed": "boolean",
    "model": "string",
    "name": "string",
    "price": "int64",
    "quantity": "int64",
    "quantityUnitName": "string",
    "shippingTimeInformation": "string",
    "tax": "int64"
}
{
    "addonValues": {
        "productId": "2",
        "quantityUnitId": "1"
    },
    "attributes": [
        {
            "combisId": null,
            "id": 1,
            "name": "Farbe",
            "optionId": 1,
            "optionValueId": 1,
            "price": 0,
            "priceType": "+",
            "value": "rot"
        }
    ],
    "checkoutInformation": "Checkout information goes here ...",
    "discount": 0,
    "downloadInformation": {
        "countAvailable": 14,
        "filename": "Dokument.pdf",
        "maxDaysAllowed": 5
    },
    "finalPrice": 11,
    "isTaxAllowed": true,
    "model": "12345-s-black",
    "name": "Ein Artikel",
    "price": 11,
    "quantity": 1,
    "quantityUnitName": "Liter",
    "shippingTimeInformation": "",
    "tax": 19
}
Name Type Description Additional
addonValues object GXOrderItemsAddons
addonValues.productId string
addonValues.productType string
attributes object GXOrderItemAttributes
attributes.combisId int64
attributes.id int64 Optional, read only.
attributes.name string
attributes.optionId int64
attributes.optionValueId int64
attributes.price int64
attributes.priceType string
attributes.value string
checkoutInformation string
discount int64
downloadInformation[] array of string
finalPrice int64
gxCustomizerData[] array of string
id int64 Optional, read only.
isTaxAllowed boolean
model string
name string
price int64
quantity int64
quantityUnitName string
shippingTimeInformation string
tax int64