Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

FulfillmentOrderItemAdjustment

Represents a price adjustment on a FulfillmentOrderLineItem. Corresponds to an OrderItemAdjustmentLineSummary associated with the corresponding OrderItemSummary. This object is available in API version 48.0 and later.

This object is used for calculations and doesn’t have a default record page.

Supported Calls

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

Special Access Rules

This object is only available in Salesforce Order Management orgs.

Fields

Field Details
Amount
Type
currency
Properties
Create, Filter, Sort
Description
Amount, not including tax, of the adjustment.
CampaignName
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Campaign associated with the adjustment.
CouponName
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Coupon associated with the adjustment.
CurrencyIsoCode
Type
picklist
Properties
Defaulted on create, Filter, Group, Restricted picklist, Sort
Description
ISO code for the currency of the FulfillmentOrderLineItem to which the adjustment applies. The default value is USD.
Possible values are:
  • DKK—Danish Krone
  • EUR—Euro
  • GBP—British Pound
  • USD—U.S. Dollar
This field is available in API version 49.0 and later.
Description
Type
textarea
Properties
Create, Nillable, Update
Description
Text description of the adjustment.
FulfillmentOrderId
Type
reference
Properties
Create, Filter, Group, Sort
Description
ID of the FulfillmentOrder associated with the FulfillmentOrderLineItem to which the adjustment applies.
FulfillmentOrderItem​AdjustmentNumber
Type
string
Properties
Autonumber, Defaulted on create, Filter, idLookup, Sort
Description
ID of the FulfillmentOrderLineItemAdjustment.
FulfillmentOrder​LineItemId
Type
reference
Properties
Create, Filter, Group, Sort
Description
ID of the FulfillmentOrderLineItem to which this adjustment applies.
OrderItemAdjust​LineSummaryId
Type
reference
Properties
Create, Filter, Group, Nillable, Sort
Description
ID of the OrderItemAdjustmentLineSummary associated with the adjustment.
PromotionName
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Promotion associated with the adjustment.
TotalAmtWithTax
Type
currency
Properties
Filter, Nillable, Sort
Description
Total amount of the adjustment, inclusive of tax. This amount is equal to Amount + TotalTaxAmount.
This field is available in API version 49.0 and later.
TotalTaxAmount
Type
currency
Properties
Filter, Nillable, Sort
Description
Tax on the Amount.