ReturnOrderItemAdjustment

Represents a price adjustment on a return order line item. This object is available in API version 50.0 and later.

Supported Calls

create(), delete(), describeLayout(), describeSObjects(), getDeleted(), getUpdated(), query(), retrieve(), update(), upsert()

Special Access Rules

Order Management must be enabled.

Fields

Field Details
Amount
Type
currency
Properties
Create, Filter, Sort
Description
Amount, not including tax, of the adjustment.
Description
Type
textarea
Properties
Create, Nillable, Update
Description
Description of the adjustment.
OrderItemAdjustLineSummaryId
Type
reference
Properties
Create, Filter, Group, Nillable, Sort
Description
ID of the order item adjustment line summary associated with the adjustment.
ReturnOrderId
Type
reference
Properties
Create, Filter, Group, Sort
Description
ID of the return order associated with the return order line item to which the adjustment applies.
This is a relationship field.
Relationship Name
ReturnOrder
Relationship Type
Lookup
Refers To
ReturnOrder
ReturnOrderItemAdjustmentNumber
Type
string
Properties
Autonumber, Defaulted on create, Filter, idLookup, Sort
Description
ID of the return order item adjustment.
ReturnOrderLineItemId
Type
reference
Properties
Create, Filter, Group, Sort
Description
ID of the return order line item to which this adjustment applies.
This is a relationship field.
Relationship Name
ReturnOrderLineItem
Relationship Type
Lookup
Refers To
ReturnOrderLineItem
TotalAmtWithTax
Type
currency
Properties
Filter, Nillable, Sort
Description

Total amount of the adjustment, inclusive of tax. This amount is equal to Amount + TotalTaxAmount.

TotalTaxAmount
Type
currency
Properties
Filter, Nillable, Sort
Description
Tax on the Amount.

Associated Objects

This object has the following associated objects. If the API version isn’t specified, they’re available in the same API versions as this object. Otherwise, they’re available in the specified API version and later.

ReturnOrderItemAdjustmentChangeEvent (API version 62.0)
Change events are available for the object.