afv-library/skills/platform-data-and-tooling-api-context-get/assets/enterprise_api/OrderItemSummary.json

739 lines
32 KiB
JSON
Raw Normal View History

{
"sections": [
"title",
"description",
"fields",
"special_access_rules",
"associated_objects",
"field_reference"
],
"title": "OrderItemSummary - Data API",
"description": "Represents the current properties and state of a product or charge on an OrderSummary. Corresponds to one or more order item objects, consisting of an original object and any change objects applicable to it. This object is available in API version 48.0 and later.",
"fields_columns": [
"type",
"properties",
"description",
"relationship_name",
"relationship_type",
"refers_to"
],
"fields": {
"AdjustedLineAmount": {
"type": "currency",
"properties": "Filter, Nillable, Sort",
"description": "Total, including line adjustments but not order-lever adjustments or tax, of the OrderItemSummary. This is a calculated field."
},
"AdjustedLineAmtWithTax": {
"type": "currency",
"properties": "Filter, Nillable, Sort",
"description": "Total price of the OrderItemSummary, inclusive of adjustments and tax. This amount is equal to AdjustedLineAmount + TotalAdjustedLineTaxAmount. This is a calculated field. This field is available in API version 49.0 and later."
},
"AssetId": {
"type": "reference",
"properties": "Filter, Group, Nillable, Sort",
"description": "ID of the associated asset. This field is available in API version 60.0 and later. This field is a relationship field.",
"relationship_name": "Asset",
"relationship_type": "Lookup",
"refers_to": "Asset"
},
"CurrencyIsoCode": {
"type": "picklist",
"properties": "Defaulted on create, Filter, Group, Restricted picklist, Sort",
"description": "Available only for orgs with the multicurrency feature enabled. ISO code for the currency of the OrderSummary associated with the OrderItemSummary. Possible values are: DKK—Danish Krone EUR—Euro GBP—British Pound USD—U.S. Dollar The default value is USD. This field is available in API version 49.0 and later."
},
"DeliveryEstimationReference": {
"type": "string",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "Unique reference ID for the delivery estimation."
},
"DeliveryEstimationTimeZone": {
"type": "picklist",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "Timezone in which the estimated delivery times are based."
},
"Description": {
"type": "string",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "Description of the OrderItemSummary. This field can be edited."
},
"EarliestEstimatedDeliveryDate": {
"type": "date",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "Earliest date when the item is estimated to be delivered."
},
"EarliestEstimatedDeliveryTime": {
"type": "timeOnly",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "Earliest time of the day when the item is estimated to be delivered."
},
"EndDate": {
"type": "date",
"properties": "Filter, Group, Nillable, Sort",
"description": "End date of the OrderItemSummary. If the OrderLifeCycleType field on the associated OrderSummary is set to UNMANAGED, then users with the Edit Unmanaged Order Summaries or B2B Commerce Integrator user permission can modify this field."
},
"GrossUnitPrice": {
"type": "currency",
"properties": "Filter, Nillable, Sort",
"description": "Unit price, including tax, of the OrderItemSummary. This value is equal to UnitPrice + the amount of tax on the UnitPrice. If the OrderLifeCycleType field on the associated OrderSummary is set to UNMANAGED, then users with the Edit Unmanaged Order Summaries or B2B Commerce Integrator user permission can modify this field. This field is available in API version 49.0 and later."
},
"LastEstimatedDeliveryDate": {
"type": "date",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "Latest date when the item is estimated to be delivered."
},
"LastEstimatedDeliveryTime": {
"type": "timeOnly",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "Latest time of the day when the item is estimated to be delivered."
},
"LineNumber": {
"type": "int",
"properties": "Filter, Group, Nillable, Sort",
"description": "The order line number assigned to this OrderItemSummary. For example, if this object is the third in the displayed list of OrderItemSummaries belonging to the OrderSummary, this value is 3. If the OrderLifeCycleType field on the associated OrderSummary is set to UNMANAGED, then users with the Edit Unmanaged Order Summaries or B2B Commerce Integrator user permission can modify this field."
},
"ListPrice": {
"type": "currency",
"properties": "Filter, Nillable, Sort",
"description": "List price of the product represented by this OrderItemSummary. If the OrderLifeCycleType field on the associated OrderSummary is set to UNMANAGED, then users with the Edit Unmanaged Order Summaries or B2B Commerce Integrator user permission can modify this field."
},
"MainOrderItemSummaryId": {
"type": "reference",
"properties": "Create, Filter, Group, Sort",
"description": "The primary order item summary ID of this order item summary. This field is a relationship field.",
"relationship_name": "MainOrderItemSummary",
"relationship_type": "Master-detail",
"refers_to": "OrderItemSummary (the master object)"
},
"Name": {
"type": "string",
"properties": "Create, Filter, Group, idLookup, Sort, Update",
"description": "Name of the OrderItemSummary."
},
"OrderDeliveryGroupSummaryId": {
"type": "reference",
"properties": "Filter, Group, Sort",
"description": "ID of the OrderDeliveryGroupSummary to which this object belongs. This field is a relationship field.",
"relationship_name": "OrderDeliveryGroupSummary",
"relationship_type": "Lookup",
"refers_to": "OrderDeliveryGroupSummary"
},
"OrderManagementBillingType": {
"type": "enum",
"properties": "Filter, Restricted Picklist, Sort",
"description": "The type of entitlement, either PPO or GMV, that is used to track Order Summary usage."
},
"OrderSummaryId": {
"type": "reference",
"properties": "Filter, Group, Sort",
"description": "ID of the OrderSummary to which this object belongs. This field is a relationship field.",
"relationship_name": "OrderSummary",
"relationship_type": "Lookup",
"refers_to": "OrderSummary"
},
"OriginalOrderItemId": {
"type": "reference",
"properties": "Filter, Group, Nillable, Sort",
"description": "ID of the original order item associated with this summary object. Nillable=true only if the associated order summary is unmanaged. For managed order summaries, nillable=false. This field is a relationship field.",
"relationship_name": "OriginalOrderItem",
"relationship_type": "Lookup",
"refers_to": "OrderItem"
},
"PricebookEntryId": {
"type": "reference",
"properties": "Filter, Group, Nillable, Sort",
"description": "ID of the pricebook entry associated with this OrderItemSummary. This field is available in API version 54.0 and later. This field is a relationship field.",
"relationship_name": "PricebookEntry",
"relationship_type": "Lookup",
"refers_to": "PricebookEntry"
},
"Product2Id": {
"type": "reference",
"properties": "Filter, Group, Sort",
"description": "ID of the product represented by this OrderItemSummary. This field is a relationship field.",
"relationship_name": "Product2",
"relationship_type": "Lookup",
"refers_to": "Product2"
},
"ProductCode": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "Product code of the product represented by this OrderItemSummary."
},
"Quantity": {
"type": "double",
"properties": "Filter, Sort",
"description": "Current total quantity of products represented by this order item summary. Equal to QuantityOrdered minus (QuantityCanceled and QuantityReturned). If the OrderLifeCycleType field on the associated OrderSummary is set to UNMANAGED, then users with the Edit Unmanaged Order Summaries or B2B Commerce Integrator user permission can modify this field."
},
"QuantityAllocated": {
"type": "double",
"properties": "Filter, Sort",
"description": "Allocated quantity on this order item summary. This quantity is associated with one or more FulfillmentOrderLineItems. If the OrderLifeCycleType field on the associated OrderSummary is set to UNMANAGED, then users with the Edit Unmanaged Order Summaries or B2B Commerce Integrator user permission can modify this field."
},
"QuantityAvailableToCancel": {
"type": "double",
"properties": "Filter, Nillable, Sort",
"description": "Quantity that can still be canceled on this OrderItemSummary. Equal to QuantityOrdered minus (QuantityCanceled and QuantityAllocated). This value duplicates QuantityAvailableToFulfill. This is a calculated field."
},
"QuantityAvailableToFulfill": {
"type": "double",
"properties": "Filter, Nillable, Sort",
"description": "Quantity available to be fulfilled on this OrderItemSummary. Equal to QuantityOrdered minus (QuantityCanceled and QuantityAllocated). This value duplicates QuantityAvailableToCancel. This is a calculated field."
},
"QuantityAvailableToReship": {
"type": "double",
"properties": "Filter, Nillable, Sort",
"description": "Quantity available to be reshipped on this OrderItemSummary. Equal to QuantityFulfilled minus (QuantityReshipped and QuantityReturnInitiated). This field is available in API version 53.0 and later. This is a calculated field."
},
"QuantityAvailableToReturn": {
"type": "double",
"properties": "Filter, Nillable, Sort",
"description": "Quantity available to be returned on this OrderItemSummary. Equal to QuantityFulfilled minus QuantityReturnInitiated. This is a calculated field."
},
"QuantityCanceled": {
"type": "double",
"properties": "Filter, Sort",
"description": "Canceled quantity on this OrderItemSummary. If the OrderLifeCycleType field on the associated OrderSummary is set to UNMANAGED, then users with the Edit Unmanaged Order Summaries or B2B Commerce Integrator user permission can modify this field."
},
"QuantityFulfilled": {
"type": "double",
"properties": "Filter, Sort",
"description": "Fulfilled quantity on this OrderItemSummary. This quantity can no longer be canceled. If the OrderLifeCycleType field on the associated OrderSummary is set to UNMANAGED, then users with the Edit Unmanaged Order Summaries or B2B Commerce Integrator user permission can modify this field."
},
"QuantityNetOrdered": {
"type": "double",
"properties": "Filter, Nillable, Sort",
"description": "Quantity available to be allocated on this OrderItemSummary. Equal to QuantityOrdered minus QuantityCanceled."
},
"QuantityOrdered": {
"type": "double",
"properties": "Filter, Sort",
"description": "Ordered quantity on this OrderItemSummary. It includes the originally ordered quantity plus any quantity added to the order later. If the OrderLifeCycleType field on the associated OrderSummary is set to UNMANAGED, then users with the Edit Unmanaged Order Summaries or B2B Commerce Integrator user permission can modify this field."
},
"QuantityReshipped": {
"type": "double",
"properties": "Filter, Nillable, Sort",
"description": "Reshipped quantity on this OrderItemSummary. If the OrderLifeCycleType field on the associated OrderSummary is set to UNMANAGED, then users with the Edit Unmanaged Order Summaries or B2B Commerce Integrator user permission can modify this field. This field is available in API version 53.0 and later."
},
"QuantityReturned": {
"type": "double",
"properties": "Filter, Sort",
"description": "Returned quantity on this OrderItemSummary. If the OrderLifeCycleType field on the associated OrderSummary is set to UNMANAGED, then users with the Edit Unmanaged Order Summaries or B2B Commerce Integrator user permission can modify this field."
},
"QuantityReturnInitiated": {
"type": "double",
"properties": "Filter, Sort",
"description": "Quantity returned or pending return on this OrderItemSummary. If the OrderLifeCycleType field on the associated OrderSummary is set to UNMANAGED, then users with the Edit Unmanaged Order Summaries or B2B Commerce Integrator user permission can modify this field."
},
"QuantityShipped": {
"type": "double",
"properties": "Create, Filter, Nillable, Sort, Update",
"description": "Quantity shipped on this OrderItemSummary. This field is available in API version 52.0 and later."
},
"ReferencePrice": {
"type": "currency",
"properties": "Create, Filter, Nillable, Sort",
"description": "The original or reference price of the order product. This field is available in API version 63.0 and later."
},
"ReservedAtLocationId": {
"type": "reference",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "Reserved for future use."
},
"ServiceDate": {
"type": "date",
"properties": "Filter, Group, Nillable, Sort",
"description": "Service or start date of the OrderItemSummary. If the OrderLifeCycleType field on the associated OrderSummary is set to UNMANAGED, then users with the Edit Unmanaged Order Summaries or B2B Commerce Integrator user permission can modify this field."
},
"Status": {
"type": "picklist",
"properties": "Defaulted on create, Filter, Group, Restricted picklist, Sort",
"description": "Status of the OrderItemSummary. The default value is ORDERED. When a quantity value changes, each status formula is evaluated in order. If a formula is true, no more evaluations are performed for that change. Possible values and their formulas, in the order of evaluation, are: RETURNINITIATED—Return Initiated — (Quantity > 0) & (QuantityReturnInitiated = QuantityFulfilled) & (QuantityReturned < QuantityReturnInitiated) RESHIPPED—Reshipped — (QuantityReshipped = QuantityFullfilled) & (QuantityFullfilled > 0) & (QuantityReturnInitiated = 0) & (QuantityFulfilled = QuantityOrdered) RETURNED—Returned — (Quantity = 0) & (QuantityReturned > 0) CANCELED—Canceled — (Quantity = 0) & (QuantityCancelled > 0) & (QuantityReturned = 0) FULFILLED—Fulfilled — (Quantity > 0) & ((QuantityOrdered - QuantityCancelled) <= QuantityFulfilled) PARTIALLYFULFILLED—Partially Fulfilled — (QuantityFulfilled > 0) & (QuantityFulfilled < (QuantityOrdered - QuantityCancelled)) ALLOCATED—Allocated — (Quantity > 0) & (Quantity <= QuantityAllocated) PARTIALLYALLOCATED—Partially Allocated — (QuantityAllocated > 0) & (QuantityAllocated < Quantity) ORDERED—Ordered — None of the other formulas apply PAID—Paid — N/A"
},
"StockKeepingUnit": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "The stock keeping unit (SKU) of the Product2 associated with the OrderItemSummary. This field is available in API version 49.0 and later."
},
"TaxTreatmentId": {
"type": "reference",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "The ID of the related tax treatment. This field is available in API version 63.0 and later. This field is available with Subscription Management. This field is a relationship field.",
"relationship_name": "TaxTreatment",
"relationship_type": "Lookup",
"refers_to": "TaxTreatment"
},
"TotalAdjustedLineTaxAmount": {
"type": "currency",
"properties": "Filter, Nillable, Sort",
"description": "Tax on the AdjustedLineAmount. This is a calculated field."
},
"TotalAdjustmentAmount": {
"type": "currency",
"properties": "Filter, Nillable, Sort",
"description": "Total of all price adjustments applied to this OrderItemSummary. This is a calculated field."
},
"TotalAdjustmentAmtWithTax": {
"type": "currency",
"properties": "Filter, Nillable, Sort",
"description": "Total amount of all price adjustments applied to this OrderItemSummary, inclusive of tax. This amount is equal to TotalAdjustmentAmount + TotalAdjustmentTaxAmount. This field is available in API version 49.0 and later. This is a calculated field."
},
"TotalAdjustmentDistAmount": {
"type": "currency",
"properties": "Filter, Nillable, Sort",
"description": "Total of all order-level price adjustments applied to this OrderItemSummary. This value includes OrderItemAdjustmentLineSummaries that belong to OrderAdjustmentGroupSummaries of type Header. This is a calculated field."
},
"TotalAdjustmentDistAmtWithTax": {
"type": "currency",
"properties": "Filter, Nillable, Sort",
"description": "Total amount of the order-level price adjustments applied to this OrderItemSummary, inclusive of tax. This amount is equal to TotalAdjustmentDistAmount + TotalAdjustmentDistTaxAmount. This field is available in API version 49.0 and later. This is a calculated field."
},
"TotalAdjustmentDistTaxAmount": {
"type": "currency",
"properties": "Filter, Nillable, Sort",
"description": "Tax on the TotalAdjustmentDistAmount. This is a calculated field."
},
"TotalAdjustmentTaxAmount": {
"type": "currency",
"properties": "Filter, Nillable, Sort",
"description": "Tax on the TotalAdjustmentAmount. This is a calculated field."
},
"TotalAmtWithTax": {
"type": "currency",
"properties": "Filter, Nillable, Sort",
"description": "Total price of the OrderItemSummary, inclusive of tax. This amount is equal to TotalPrice + TotalTaxAmount. This field is available in API version 49.0 and later. This is a calculated field."
},
"TotalLineAdjustmentAmount": {
"type": "currency",
"properties": "Filter, Nillable, Sort",
"description": "Total of all non-order-level price adjustments applied to this OrderItemSummary. This value includes OrderItemAdjustmentLineSummaries that dont belong to an OrderAdjustmentGroupSummary, or that belong to an OrderAdjustmentGroupSummary of type SplitLine. This is a calculated field."
},
"TotalLineAdjustmentAmtWithTax": {
"type": "currency",
"properties": "Filter, Nillable, Sort",
"description": "Total of all non-order-level price adjustments applied to this OrderItemSummary, inclusive of tax. This amount is equal to TotalLineAdjustmentAmount + TotalLineAdjustmentTaxAmount. This field is available in API version 49.0 and later. This is a calculated field."
},
"TotalLineAdjustmentTaxAmount": {
"type": "currency",
"properties": "Filter, Nillable, Sort",
"description": "Tax on the TotalLineAdjustmentAmount. This is a calculated field."
},
"TotalLineAmount": {
"type": "currency",
"properties": "Filter, Nillable, Sort",
"description": "Total, not including adjustments or tax, of the OrderItemSummary. If the OrderLifeCycleType field on the associated OrderSummary is set to UNMANAGED, then users with the Edit Unmanaged Order Summaries or B2B Commerce Integrator user permission can modify this field."
},
"TotalLineAmountWithTax": {
"type": "currency",
"properties": "Filter, Nillable, Sort",
"description": "Total unadjusted amount of the OrderItemSummary, inclusive of tax. This amount is equal to TotalLineAmount + TotalLineTaxAmount. This field is available in API version 49.0 and later. This is a calculated field."
},
"TotalLineTaxAmount": {
"type": "currency",
"properties": "Filter, Nillable, Sort",
"description": "Tax on the TotalLineAmount. This is a calculated field."
},
"TotalPrice": {
"type": "currency",
"properties": "Filter, Nillable, Sort",
"description": "Total, including line and order-level adjustments but not tax, of the OrderItemSummary. This is a calculated field."
},
"TotalTaxAmount": {
"type": "currency",
"properties": "Filter, Nillable, Sort",
"description": "Tax on the TotalPrice. This is a calculated field."
},
"Type": {
"type": "picklist",
"properties": "Filter, Group, Nillable, Restricted picklist, Sort",
"description": "Type of the OrderItemSummary. Delivery Charge indicates that the OrderItemSummary represents a delivery charge. Fee indicates that it represents another type of fee, such as a return fee. 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 (Charge) Fee (Charge) This value is available in API v56.0 and later. Order Product (Product) If the OrderLifeCycleType field on the associated OrderSummary is set to UNMANAGED, then users with the Edit Unmanaged Order Summaries or B2B Commerce Integrator user permission can modify this field."
},
"TypeCode": {
"type": "picklist",
"properties": "Filter, Group, Nillable, Restricted picklist, Sort",
"description": "Type code of the OrderItemSummary. Charge indicates that the OrderItemSummary represents a charge or fee. Product indicates that it represents any other type of product, service, or charge. A type code can be associated with one or more types. Possible values are: Charge Product If the OrderLifeCycleType field on the associated OrderSummary is set to UNMANAGED, then users with the Edit Unmanaged Order Summaries or B2B Commerce Integrator user permission can modify this field."
},
"UnitPrice": {
"type": "currency",
"properties": "Filter, Nillable, Sort",
"description": "Unit price of the product represented by the OrderItemSummary. If the OrderLifeCycleType field on the associated OrderSummary is set to UNMANAGED, then users with the Edit Unmanaged Order Summaries or B2B Commerce Integrator user permission can modify this field."
}
},
"special_access_rules": "This object is only available in Salesforce Order Management orgs or if the B2B Commerce license is enabled.",
"associated_objects": "This object has the following associated objects. If the API version isnt specified, theyre available in the same API versions as this object. Otherwise, theyre available in the specified API version and later.\n\n- **OrderItemSummaryChangeEvent (API version 62.0)**: Change events are available for the object.",
"field_reference": {
"AdjustedLineAmount": {
"field_label": "Adjusted Line Subtotal",
"type": "currency",
"precision": "18",
"scale": "2"
},
"AdjustedLineAmtWithTax": {
"field_label": "Line Total",
"type": "currency",
"precision": "18",
"scale": "2"
},
"AssetId": {
"field_label": "Asset ID",
"type": "reference",
"length": "18"
},
"CreatedById": {
"field_label": "Created By ID",
"type": "reference",
"length": "18"
},
"CreatedDate": {
"field_label": "Created Date",
"type": "datetime"
},
"CurrencyIsoCode": {
"field_label": "Currency ISO Code",
"type": "picklist",
"length": "3"
},
"Description": {
"field_label": "Description",
"type": "string",
"length": "255"
},
"EarliestEstimatedDeliveryDate": {
"field_label": "Earliest Estimated Delivery Date",
"type": "date"
},
"EarliestEstimatedDeliveryTime": {
"field_label": "Earliest Estimated Delivery Time",
"type": "time"
},
"EndDate": {
"field_label": "End Date",
"type": "date"
},
"EstimatedDeliveryReference": {
"field_label": "Estimated Delivery Reference",
"type": "string",
"length": "255"
},
"EstimatedDeliveryTimeZone": {
"field_label": "Estimated Delivery Time Zone",
"type": "picklist",
"length": "255"
},
"GrossUnitPrice": {
"field_label": "Gross Unit Price",
"type": "currency",
"precision": "18",
"scale": "2"
},
"Id": {
"field_label": "Order Product Summary ID",
"type": "id",
"length": "18"
},
"IsDeleted": {
"field_label": "Deleted",
"type": "boolean"
},
"LastModifiedById": {
"field_label": "Last Modified By ID",
"type": "reference",
"length": "18"
},
"LastModifiedDate": {
"field_label": "Last Modified Date",
"type": "datetime"
},
"LatestEstimatedDeliveryDate": {
"field_label": "Latest Estimated Delivery Date",
"type": "date"
},
"LatestEstimatedDeliveryTime": {
"field_label": "Latest Estimated Delivery Time",
"type": "time"
},
"LineNumber": {
"field_label": "Order Line Number",
"type": "int",
"digits": "9"
},
"ListPrice": {
"field_label": "List Price",
"type": "currency",
"precision": "18",
"scale": "2"
},
"MainOrderItemSummaryId": {
"field_label": "Order Product Summary ID",
"type": "reference",
"length": "18"
},
"Name": {
"field_label": "Name",
"type": "string",
"length": "255"
},
"OrderDeliveryGroupSummaryId": {
"field_label": "Order Delivery Group Summary ID",
"type": "reference",
"length": "18"
},
"OrderSummaryId": {
"field_label": "Order Summary ID",
"type": "reference",
"length": "18"
},
"OriginalOrderItemId": {
"field_label": "Order Product ID",
"type": "reference",
"length": "18"
},
"PricebookEntryId": {
"field_label": "Price Book Entry ID",
"type": "reference",
"length": "18"
},
"Product2Id": {
"field_label": "Product ID",
"type": "reference",
"length": "18"
},
"ProductCode": {
"field_label": "Product Code",
"type": "string",
"length": "255"
},
"Quantity": {
"field_label": "Quantity",
"type": "double",
"precision": "18",
"scale": "0"
},
"QuantityAllocated": {
"field_label": "Quantity Allocated",
"type": "double",
"precision": "18",
"scale": "0"
},
"QuantityAvailableToCancel": {
"field_label": "Quantity Available to Cancel",
"type": "double",
"precision": "18",
"scale": "0"
},
"QuantityAvailableToFulfill": {
"field_label": "Quantity Available to Fulfill",
"type": "double",
"precision": "18",
"scale": "0"
},
"QuantityAvailableToReship": {
"field_label": "Quantity Available to Reship",
"type": "double",
"precision": "18",
"scale": "0"
},
"QuantityAvailableToReturn": {
"field_label": "Quantity Available to Return",
"type": "double",
"precision": "18",
"scale": "0"
},
"QuantityCanceled": {
"field_label": "Quantity Canceled",
"type": "double",
"precision": "18",
"scale": "0"
},
"QuantityFulfilled": {
"field_label": "Quantity Fulfilled",
"type": "double",
"precision": "18",
"scale": "0"
},
"QuantityNetOrdered": {
"field_label": "Quantity Net Ordered",
"type": "double",
"precision": "18",
"scale": "0"
},
"QuantityOrdered": {
"field_label": "Quantity Ordered",
"type": "double",
"precision": "18",
"scale": "0"
},
"QuantityReshipped": {
"field_label": "Quantity Reshipped",
"type": "double",
"precision": "18",
"scale": "0"
},
"QuantityReturnInitiated": {
"field_label": "Quantity Return Initiated",
"type": "double",
"precision": "18",
"scale": "0"
},
"QuantityReturned": {
"field_label": "Quantity Returned",
"type": "double",
"precision": "18",
"scale": "0"
},
"QuantityShipped": {
"field_label": "Quantity Shipped",
"type": "double",
"precision": "18",
"scale": "0"
},
"ReferencePrice": {
"field_label": "Reference Price",
"type": "currency",
"precision": "18",
"scale": "2"
},
"ReservedAtLocationId": {
"field_label": "ReservedAtLocation ID",
"type": "reference",
"length": "18"
},
"ServiceDate": {
"field_label": "Start Date",
"type": "date"
},
"Status": {
"field_label": "Status",
"type": "picklist",
"length": "255"
},
"StockKeepingUnit": {
"field_label": "Product Sku",
"type": "string",
"length": "255"
},
"SystemModstamp": {
"field_label": "System Modstamp",
"type": "datetime"
},
"TotalAdjustedLineTaxAmount": {
"field_label": "Adjusted Line Subtotal Tax",
"type": "currency",
"precision": "18",
"scale": "2"
},
"TotalAdjustmentAmount": {
"field_label": "Adjustments",
"type": "currency",
"precision": "18",
"scale": "2"
},
"TotalAdjustmentAmtWithTax": {
"field_label": "Adjustments with Tax",
"type": "currency",
"precision": "18",
"scale": "2"
},
"TotalAdjustmentDistAmount": {
"field_label": "Distributed Order Adjustments",
"type": "currency",
"precision": "18",
"scale": "2"
},
"TotalAdjustmentDistAmtWithTax": {
"field_label": "Distributed Order Adjustments with Tax",
"type": "currency",
"precision": "18",
"scale": "2"
},
"TotalAdjustmentDistTaxAmount": {
"field_label": "Distributed Order Adjustments Tax",
"type": "currency",
"precision": "18",
"scale": "2"
},
"TotalAdjustmentTaxAmount": {
"field_label": "Adjustments Tax",
"type": "currency",
"precision": "18",
"scale": "2"
},
"TotalAmtWithTax": {
"field_label": "Total with Tax",
"type": "currency",
"precision": "18",
"scale": "2"
},
"TotalLineAdjustmentAmount": {
"field_label": "Line Adjustments",
"type": "currency",
"precision": "18",
"scale": "2"
},
"TotalLineAdjustmentAmtWithTax": {
"field_label": "Line Adjustments with Tax",
"type": "currency",
"precision": "18",
"scale": "2"
},
"TotalLineAdjustmentTaxAmount": {
"field_label": "Line Adjustments Tax",
"type": "currency",
"precision": "18",
"scale": "2"
},
"TotalLineAmount": {
"field_label": "Line Subtotal",
"type": "currency",
"precision": "18",
"scale": "2"
},
"TotalLineAmountWithTax": {
"field_label": "Line Subtotal with Tax",
"type": "currency",
"precision": "18",
"scale": "2"
},
"TotalLineTaxAmount": {
"field_label": "Line Subtotal Tax",
"type": "currency",
"precision": "18",
"scale": "2"
},
"TotalPrice": {
"field_label": "Pretax Total",
"type": "currency",
"precision": "18",
"scale": "2"
},
"TotalTaxAmount": {
"field_label": "Tax",
"type": "currency",
"precision": "18",
"scale": "2"
},
"Type": {
"field_label": "Type",
"type": "picklist",
"length": "40"
},
"TypeCode": {
"field_label": "Type Code",
"type": "picklist",
"length": "255"
},
"UnitPrice": {
"field_label": "Unit Price",
"type": "currency",
"precision": "18",
"scale": "2"
}
},
"field_reference_columns": [
"field_label",
"type",
"precision",
"scale",
"length",
"digits"
]
}