Newer Version Available

This content describes an older version of this product. View Latest

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.