Newer Version Available

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

FulfillmentOrderLineItem

Represents a product or delivery charge belonging to a FulfillmentOrder. Corresponds to an OrderItemSummary. This object is available in API version 48.0 and later.

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
CurrencyIsoCode
Type
picklist
Properties
Defaulted on create, Filter, Group, Restricted picklist, Sort
Description
ISO code for the currency of the FulfillmentOrder associated with the FulfillmentOrderLineItem. 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
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Description of the FulfillmentOrderLineItem.
EndDate
Type
dateTime
Properties
Create, Filter, Nillable, Sort
Description
End date of the FulfillmentOrderLineItem.
FulfillmentOrderId
Type
reference
Properties
Create, Filter, Group, Sort
Description
ID of the FulfillmentOrder associated with the FulfillmentOrderLineItem.
FulfillmentOrder​LineItemNumber
Type
string
Properties
Autonumber, Defaulted on create, Filter, idLookup, Sort
Description
ID of the FulfillmentOrderLineItem.
GrossUnitPrice
Type
currency
Properties
Create, Filter, Nillable, Sort
Description
Unit price, including tax, of the FulfillmentOrderLineItem. This value is equal to TotalPrice + TotalTaxAmount.
This field is available in API version 49.0 and later.
IsReship
Type
boolean
Properties
Defaulted on create, Filter, Group, Sort
Description
Indicates whether the FulfillmentOrderLineItem belongs to a reshipment. The default value is false.
This field is available in API version 53.0 and later.
OrderItemId
Type
reference
Properties
Create, Filter, Group, Nillable, Sort
Description
ID of the original OrderItem for the OrderItemSummary associated with the FulfillmentOrderLineItem.
OrderItemSummaryId
Type
reference
Properties
Create, Filter, Group, Nillable, Sort
Description
ID of the OrderItemSummary associated with the FulfillmentOrderLineItem.
OriginalQuantity
Type
double
Properties
Create, Filter, Sort
Description
Original quantity of the FulfillmentOrderLineItem.
Product2Id
Type
reference
Properties
Create, Filter, Group, Nillable, Sort
Description
ID of the product represented by the FulfillmentOrderLineItem.
Quantity
Type
double
Properties
Create, Filter, Sort, Update
Description
Current quantity of the FulfillmentOrderLineItem. Equal to the original quantity minus any canceled quantity.
QuantityUnitOfMeasure
Type
string
Properties
Create, Filter, Group, Nillable, Sort
Description
Unit of measure of the quantity, for example: unit, gallon, ton, or case.
ReshipReason
Type
picklist
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
If the FulfillmentOrderLineItem belongs to a reshipment, the reason for the reshipment.
Default values are:
  • Damaged
  • Lost
  • Unknown
  • Wrong Item
This field is available in API version 53.0 and later.
ServiceDate
Type
dateTime
Properties
Create, Filter, Nillable, Sort
Description
Service or start date of the FulfillmentOrderLineItem.
TotalAdjustmentAmount
Type
currency
Properties
Filter, Nillable, Sort
Description
Total of any price adjustments applied to the FulfillmentOrderLineItem.
TotalAdjustment​AmountWithTax
Type
currency
Properties
Filter, Nillable, Sort
Description
Total amount of the price adjustments applied to the FulfillmentOrderLineItem, inclusive of tax. This amount is equal to TotalAdjustmentAmount + TotalAdjustmentTaxAmount.
This field is available in API version 49.0 and later.
TotalAdjustment​TaxAmount
Type
currency
Properties
Filter, Nillable, Sort
Description
Tax on the TotalAdjustmentAmount.
TotalAmount
Type
currency
Properties
Filter, Nillable, Sort
Description
Total, including adjustments and tax, of the FulfillmentOrderLineItem.
TotalLineAmount
Type
currency
Properties
Create, Defaulted on create, Filter, Nillable, Sort
Description
Total, not including adjustments or tax, of the FulfillmentOrderLineItem.
TotalLineAmount​WithTax
Type
currency
Properties
Filter, Nillable, Sort
Description
Total price of the FulfillmentOrderLineItem, inclusive of tax. This amount is equal to TotalLineAmount + TotalLineTaxAmount.
This field is available in API version 49.0 and later.
TotalLineTaxAmount
Type
currency
Properties
Filter, Nillable, Sort
Description
Tax on the TotalLineAmount.
TotalPrice
Type
currency
Properties
Filter, Nillable, Sort
Description
Total, including adjustments but not tax, of the FulfillmentOrderLineItem. Equal to UnitPrice times Quantity.
TotalTaxAmount
Type
currency
Properties
Filter, Nillable, Sort
Description
Tax on the TotalPrice.
Type
Type
picklist
Properties
Create, Filter, Group, Restricted picklist, Sort
Description
Type of the FulfillmentOrderLineItem. Matches the type of the associated OrderItemSummary. Delivery Charge indicates that the FulfillmentOrderLineItem represents a delivery charge. Order Product indicates that it represents any other type of product, service, or charge. Each type corresponds to one type code, shown here in parentheses.
Possible values are:
  • Delivery Charge
  • Order Product
TypeCode
Type
picklist
Properties
Create, Filter, Group, Restricted picklist, Sort
Description
Type code of the FulfillmentOrderLineItem. Matches the type code of the associated OrderItemSummary. Processing depends on this value. Charge indicates that the FulfillmentOrderLineItem represents a delivery charge. Product indicates that it represents any other type of product, service, or charge. Each type category corresponds to one or more types.
Possible values are:
  • Charge
  • Product
UnitPrice
Type
currency
Properties
Create, Defaulted on create, Filter, Nillable, Sort
Description
Unit price of the FulfillmentOrderLineItem.