Skip to main content

OrderItemPriceAdjustmentDetails

If the price of this item was adjusted after the order was placed, this contains further information

itemsAdjustedstring[]

If this item is an adjustment, this contains a list of items that this adjustment relates to

relatedPriceAdjustmentstring

If this item is a product which has been price adjusted, this is the associated adjustment id

OrderItemPriceAdjustmentDetails
{
"itemsAdjusted": [
"string"
],
"relatedPriceAdjustment": "string"
}