Get all lines
get
/fscmRestApi/resources/11.13.18.05/shipments/{Shipment}/child/unpackedShipmentLines
Request
Path Parameters
-
Shipment(required): string
Name of the material shipment.
Query Parameters
-
dependency: string
This parameter specifies dependencies which are fields that are set before and rolled back after generating the response. Generally they are used to preview the effects of an attribute change. The fields specified in this parameter are always set in the resource instance in question. When a child resource collection is requested and the parameter is set, the fields will be set in the parent resource instance before generating the resource collection payload. The value of this query parameter is a set of dependency fields. Example: dependency=ProductId=2
Format: <attr1>=<val1>,<attr2>=<value2> -
expand: string
When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
-
fields: string
This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.
Format: ?fields=Attribute1,Attribute2
Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2 -
finder: string
Used as a predefined finder to search the collection.
Format: ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2>
The following are the available finder names and corresponding finder variables:- PrimaryKey: Finds an unpacked shipment lines.
Finder Variables:- ShipmentLine; integer; Number that identifies the shipment line.
- findByShipment: Finds shipment lines for the specified shipment.
Finder Variables:- bindOrganizationId; integer; Value that uniquely identifies the inventory organization.
- bindShipmentName; string; Name of the shipment that's used for shipping goods to the destination location.
- PrimaryKey: Finds an unpacked shipment lines.
-
limit: integer
This parameter restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resources.
-
links: string
This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>
Example:
self,canonical -
offset: integer
Used to define the starting position of the resource collection. If offset exceeds the resource count then no resources are returned. Default value is 0.
-
onlyData: boolean
The resource item payload will be filtered in order to contain only data (no links section, for example).
-
orderBy: string
This parameter orders a resource collection based on the specified fields. The parameter value is a comma-separated string of attribute names, each optionally followed by a colon and "asc" or "desc". Specify "asc" for ascending and "desc" for descending. The default value is "asc". For example, ?orderBy=field1:asc,field2:desc
-
q: string
This query parameter defines the where clause. The resource collection will be queried using the provided expressions. The value of this query parameter is one or more expressions. Example: ?q=Deptno>=10 and <= 30;Loc!=NY
Format: ?q=expression1;expression2
You can use these queryable attributes to filter this collection resource using the q query parameter:- ActualShipDate; string; Date and time when the shipment was shipped.
- AllowItemSubstitutionFlag; boolean; Contains one of the following values: true or false. If true, then allow item substitution. If false, then do not allow item substitution. This attribute does not have a default value. This attribute is not currently used.
- ArrivalSet; string; Arrival set that contains the order line.
- AutomaticPackBatchId; integer; Value that identifies the batch of the auto-pack transaction.
- BaseItem; string; Name of the model to use for an assemble-to-order configured item.
- BaseItemId; integer; Value that uniquely identifies the model to use for an assemble-to-order configured item.
- BillToAddress1; string; First line of the bill-to customer address.
- BillToAddress2; string; Second line of the bill-to customer address.
- BillToAddress3; string; Third line of the bill-to customer address.
- BillToAddress4; string; Fourth line of the bill-to customer address.
- BillToCity; string; City of the bill-to customer address.
- BillToContact; string; Person to contact at the bill-to customer site.
- BillToContactId; integer; Value that uniquely identifies the bill-to contact for the order line.
- BillToContactPhone; string; Phone number of the person to contact at the bill-to customer site.
- BillToCountry; string; Country of the bill-to customer address.
- BillToCounty; string; County of the bill-to customer address.
- BillToCustomer; string; Name of the party to bill for the sales order line.
- BillToFax; string; Fax number of the bill-to customer.
- BillToLocationId; integer; Value that uniquely identifies the bill-to location for the order line.
- BillToPartyId; integer; Value that uniquely identifies the bill-to party for the order line.
- BillToPartySiteId; integer; Value that uniquely identifies the bill-to party site.
- BillToPostalCode; string; Abbreviation that identifies the postal code of the bill-to customer address.
- BillToRegion; string; Region of the bill-to customer address.
- BillToState; string; State of the bill-to customer address.
- BillToURL; string; URL (Uniform Resource Locator) of the bill-to customer.
- CancelBackorders; string; Indicates if the remaining quantity on the shipment line can be automatically canceled during the pick release, pick confirm, and ship confirm processes.
- Carrier; string; Name of the carrier who transports the shipment.
- CarrierId; integer; Value that uniquely identifies the carrier.
- CarrierNumber; string; Number that identifies the carrier who transports the shipment.
- CountryOfOriginCode; string; Abbreviation that identifies the country of origin.
- CreationDate; string; Date when the application created the shipment line.
- CurrencyCode; string; Abbreviation that identifies the currency of the shipment line.
- CurrentBackorderedQuantityFromEvent; number; Quantity back ordered currently for the shipment line when publishing a back order.
- CustomerItem; string; Customer item number.
- CustomerItemId; integer; Value that uniquely identifies the customer item.
- CustomerPONumber; string; Number of the customer purchase order.
- DeliveryCartId; integer; Value that uniquely identifies the delivery cart.
- DestinationOrganizationCode; string; Value of the Destination Organization Code that's retrieved when the Source Document Type is Transfer Order.
- EndAssemblyItemNumber; string; Number that identifies the finished, assembled item to build, using the item shipped on this shipment line.
- EnforceSingleShipment; string; Indicates if the order can be fulfilled using a single shipment and the remaining quantity can be automatically canceled during the ship confirm process.
- ExceptionName; string; Name of the exception on the shipment line.
- FOB; string; Value that indicates the ownership of the items that are in transit. A list of accepted values is defined in the lookup type FOB.
- FOBCode; string; Abbreviation that indicates the ownership of the items that are in transit.
- FiscalDocumentStatusCode; string; Abbreviation that indicates the processing status associated with the fiscal document.
- FreightTerms; string; Agreement that describes whether the buyer or seller pays the shipping cost of the sales order, and when payment is due. A list of accepted values is defined in the lookup type WSH_FREIGHT_CHARGE_TERMS.
- FreightTermsCode; string; Abbreviation that identifies the freight terms.
- FromLPN; string; Name of the source LPN.
- FromLPNId; integer; Value that uniquely identifies the source LPN.
- GrossWeight; integer; Gross weight of the shipment line.
- InitialDestination; string; First leg of transportation that the transportation management application planned to deliver the shipment to the final destination.
- InitialDestinationId; integer; Value that uniquely identifies the first leg of transportation that the transportation management application planned to deliver the shipment to the final destination.
- IntegrationStatus; string; Integration status of a shipment line in an application that resides outside of Oracle applications. A list of accepted values is defined in the lookup type ORA_RCV_EXT_SYS_INTG_STATUS.
- IntegrationStatusCode; string; Abbreviation that identifies the integration status of a shipment line in an application that resides outside of Oracle applications. A list of accepted values is defined in the lookup type ORA_RCV_EXT_SYS_INTG_STATUS.
- InvInterfacedFlagCode; string; Contains one of the following values: true or false. If true, then the line is interfaced with Inventory. If false, then the line isn't interfaced with inventory.
- InventoryItemId; integer; Value that uniquely identifies the inventory item.
- Item; string; Value that uniquely identifies the item.
- ItemDescription; string; Description of the inventory item.
- ItemKeyword; string; Value that identifies the item.
- LineGrossWeight; number; Gross weight of the shipment line. This attribute is associated with a feature that requires opt in.
- LineNetWeight; number; Net weight of the shipment line. This attribute is associated with a feature that requires opt in.
- LineStatus; string; Status that determines where the status of the shipment line, such as ready to release, released, staged, shipped, or backordered. A list of accepted values is defined in the lookup type WSH_PICK_STATUS.
- LineStatusCode; string; Abbreviation that identifies the status code of the shipment line. A list of accepted values is defined in the lookup type WSH_PICK_STATUS.
- LoadId; integer; Value that uniquely identifies the outbound load.
- LoadName; string; Name of the outbound load.
- LoadingSequence; integer; Sequence to use when loading the shipment line.
- Locator; string; Concatenated name of the inventory locator that provides the source for material that ships.
- LocatorId; integer; Value that uniquely identifies the item locator for the shipment line.
- LogisticsServiceProviderCustomer; string; Name of the customer who provides logistics services. This customer sends the order line.
- LogisticsServiceProviderCustomerId; integer; Value that uniquely identifies the customer who provides logistics services. This customer sends the order line.
- LogisticsServiceProviderCustomerNumber; string; Number that identifies the customer who provides logistics services. This customer sends the order line.
- LotNumber; string; Number that identifies the lot for the item. This attribute is used when the warehouse places the item under lot control.
- ManualWeightVolumeFlag; boolean; Contains one of the following values: true or false. If true, then the weight and volume are manually entered. If false, then the system automatically computed the weight and volume.
- ModeOfTransportCode; string; Abbreviation that identifies the mode of transport for the shipping method. A list of accepted values is defined in the lookup type WSH_MODE_OF_TRANSPORT.
- MovementRequestLineId; integer; Value that uniquely identifies the movement request line.
- MovementRequestLineNumber; string; Number that identifies the movement request line.
- MovementRequestNumber; string; Number that identifies the movement request.
- NetWeight; integer; Net weight of the shipment line.
- OpenExceptionSeverity; string; Value that indicates the highest severity of the exception on the line. A list of accepted values is defined in the lookup type WSH_EXCEPTION_BEHAVIOR.
- Order; string; Sales order number from the order capture application.
- OrderLine; string; Sales order line number from the order capture application.
- OrderSchedule; string; Sales order shipment number from the order capture application.
- OrderType; string; Type of source line.
- OrderTypeCode; string; Abbreviation that identifies the type of source line.
- OrganizationCode; string; Abbreviation that identifies the ship-from organization.
- OrganizationCurrencyCode; string; Abbreviation that identifies the currency.
- OrganizationId; integer; Value that uniquely identifies the inventory organization.
- OrganizationName; string; Name of the inventory organization.
- OrganizationQuickShipFlag; boolean; Contains one of the following values: true or false. If true, then the organization is enabled for quick ship. If false, then the organization isn't enabled for quick ship.
- OriginalDeliveryDetailId; integer; Value that uniquely identifies the original delivery detail. This attribute is not currently used.
- OriginalItemId; integer; Value that uniquely identifies the original inventory item. This attribute is not currently used.
- OriginalItemNumber; string; Value that uniquely identifies the original item. This attribute is not currently used.
- OriginalShipmentLineFromEvent; integer; Value that uniquely identifies the shipment line from which the quantity was originally backordered. This attribute contains a value different from the shipment line when the parameter to consolidate backorders is enabled.
- OriginalSourceOrderFulfillmentLine; string; Original fulfillment number that identifies the fulfillment line for the order line in the source order.
- OriginalSourceOrderFulfillmentLineId; integer; Original fulfillment value that uniquely identifies the fulfillment line in the source order.
- OuterPackingUnitId; integer; Value that uniquely identifies the outermost packing unit of the shipment line.
- OuterPackingUnitNumber; string; Number or name that identifies the outermost packing unit of the shipment line.
- PackingSlipNumber; string; Number that identifies a packing slip.
- PackingSlipStatus; string; Value that indicates the state or condition of the packing slip. A list of accepted values is defined in the lookup type ORA_WSH_PACK_STATUS.
- ParentPackingUnit; string; Parent packing unit for the shipment line.
- ParentPackingUnitId; integer; Value that uniquely identifies the parent packing unit for the shipment line.
- PickWave; string; Name of the group of sales orders that the application released into picking.
- PickWaveId; integer; Value that uniquely identifies the group of sales orders that the application released into picking.
- PreferredGrade; string; Abbreviation that identifies the preferred grade of the item.
- PreferredGradeName; string; Preferred grade of the item.
- PrimaryImageURL; string; Indicates the attachment URL for the primary image of the item.
- ProcessReturnInShipping; string; Value that indicates whether return transactions are processed in receiving after confirming the return order shipment in shipping or when the return order is created in receiving.
- ProjectCostingProjectId; integer; Value that uniquely identifies the project for standardized project cost collection. This attribute is associated with a feature that requires opt in.
- ProjectCostingProjectNumber; string; Number that identifies the project for standardized project cost collection. This attribute is associated with a feature that requires opt in.
- ProjectCostingTaskId; integer; Value that uniquely identifies the task for standardized project cost collection. This attribute is associated with a feature that requires opt in.
- ProjectCostingTaskNumber; string; Number that identifies the task for standardized project cost collection. This attribute is associated with a feature that requires opt in.
- ProjectId; integer; Value that uniquely identifies the inventory attribute project.
- QuickShipLocator; string; Default locator to use for quick ship.
- QuickShipLocatorId; integer; Value that uniquely identifies the default locator to use for quick ship.
- QuickShipProjectId; integer; Value that uniquely identifies the default project to use for quick ship.
- QuickShipProjectName; string; Name of the default project to use for quick ship.
- QuickShipProjectNumber; string; Number that identifies the default project to use for quick ship.
- QuickShipStatus; string; Status of the quick ship for the shipment line.
- QuickShipSubinventory; string; Default subinventory to use for quick ship.
- QuickShipTaskId; integer; Value that uniquely identifies the default task to use for quick ship.
- QuickShipTaskName; string; Name of the default task to use for quick ship.
- QuickShipTaskNumber; string; Number that identifies the default task to use for quick ship.
- RcvShipmentLineId; integer; Value that uniquely the advanced shipment notice (ASN) for the shipment line that the supplier supplies in receiving.
- RcvShipmentNumber; string; Number that identifies the shipment in advance shipment notice sent by the supplier.
- RequestedDate; string; Date when the application requested the order line.
- RequestedDateType; string; Determines whether the requested date occurs when the material ships or when it arrives.
- RequestedDateTypeCode; string; Abbreviation that indicates whether the requested date occurs when the material ships or when it arrives.
- RequestedQuantity; number; Quantity of the item that the sales order line requests, in the primary unit of measure.
- RequestedQuantityUOM; string; Primary unit of measure for the ordered quantity.
- RequestedQuantityUOMCode; string; Abbreviation that identifies the primary unit of measure for the ordered quantity.
- ReservableFlag; boolean; Contains one of the following values: true or false. If true, the item can be reserved. If false, then the item can't be reserved.
- ReturnType; string; Value that indicates the type of return order lines. A list of accepted values is defined in the lookup ORA_WSH_ORDER_LINE_RETURN_TYPE.
- ReturnTypeCode; string; Abbreviation that indicates the type of return order lines. A list of accepted values is defined in the lookup ORA_WSH_ORDER_LINE_RETURN_TYPE.
- Revision; string; Revision of the item.
- ScheduledShipDate; string; Date that the application scheduled to ship the order line.
- SealNumber; string; Number that identifies the seal on a packing unit, locker, or truck to prove that the container remained closed during transport.
- SecondaryRequestedQuantity; number; Quantity of the item requested on the sales order line, in the secondary unit of measure.
- SecondaryRequestedQuantityUOM; string; Secondary unit of measure for the ordered quantity.
- SecondaryRequestedQuantityUOMCode; string; Abbreviation that identifies the secondary unit of measure for the ordered quantity.
- SecondaryShippedQuantity; number; Shipped quantity, in the secondary unit of measure.
- SellingPrice; integer; Selling price of the item.
- SerialNumber; string; Serial numbers associated with the shipment line.
- ServiceLevelCode; string; Abbreviation that identifies the service level for the shipping method. A list of accepted values is defined in the lookup type WSH_SERVICE_LEVELS.
- ShipConfirmBatchId; integer; Value that identifies the batch of the ship confirm transaction.
- ShipConfirmElectronicSignatureStatusCode; string; Indicates the processing status associated with the electronic signing process during ship confirm. A list of accepted values is defined in the lookup type ORA_EDR_SIGNATURE_STATUS.
- ShipFromLocationId; integer; Value that uniquely identifies the ship-from location.
- ShipToAddress1; string; First line of the ship-to customer address.
- ShipToAddress2; string; Second line of the ship-to customer address.
- ShipToAddress3; string; Third line of the ship-to customer address.
- ShipToAddress4; string; Fourth line of the ship-to customer address.
- ShipToCity; string; City of the ship-to customer address.
- ShipToContact; string; Person to contact at the ship-to customer site.
- ShipToContactId; integer; Value that uniquely identifies the contact at the ship-to location.
- ShipToContactPhone; string; Phone number for the person to contact at the ship-to customer site.
- ShipToCountry; string; Country of the ship-to customer address.
- ShipToCounty; string; County of the ship-to customer address.
- ShipToCustomer; string; Name of the party who will receive the sales order line that ships.
- ShipToCustomerNumber; string; Number that identifies the ship-to party.
- ShipToFax; string; Fax number of the ship-to customer.
- ShipToLocationId; integer; Value that uniquely identifies the ship-to location.
- ShipToLocationType; string; Defines the ship-to location type.
- ShipToPartyId; integer; Value that uniquely identifies the ship-to party.
- ShipToPartySiteId; integer; Value that uniquely identifies the ship-to party site.
- ShipToPostalCode; string; Abbreviation that identifies the postal code of the ship-to customer address.
- ShipToRegion; string; Region of the ship-to customer address.
- ShipToState; string; State of the ship-to customer address.
- ShipToURL; string; URL (Uniform Resource Locator) of the ship-to customer.
- Shipment; string; Name of the shipment.
- ShipmentId; integer; Value that uniquely identifies the shipment.
- ShipmentLine; integer; Value that uniquely identifies the shipment line.
- ShipmentSet; string; Shipset that contains the order line.
- ShipmentStatusCode; string; Abbreviation that identifies the state or condition of the shipment. A list of accepted values is defined in the lookup type WSH_DELIVERY_STATUS.
- ShippedQuantity; number; Shipped quantity, in the requested unit of measure.
- ShippingMethodCode; string; Abbreviation that identifies the transportation method for the shipment line.
- ShippingPriority; string; Indicates the priority of the demand lines to be shipped. A list of accepted values is defined in the lookup type WSH_SHIPPING_PRIORITY.
- ShippingPriorityCode; string; Abbreviation that identifies the priority of the demand lines to ship.
- SoldToContact; string; Person to contact at the sold-to customer site.
- SoldToContactId; integer; Value that uniquely identifies the sold-to contact for the shipment line.
- SoldToContactPhone; string; Phone number for the person to contact at the sold-to customer site.
- SoldToCustomer; string; Name of the party who purchased the sales order line.
- SoldToCustomerNumber; string; Number that identifies the sold-to party.
- SoldToFax; string; Fax number of the sold-to customer.
- SoldToPartyId; integer; Value that uniquely identifies the sold-to party.
- SoldToURL; string; URL (Uniform Resource Locator) of the sold-to customer.
- Source; string; Value that identifies the source of the request.
- SourceLocator; string; Name of the locator requested by the source system to supply the material on shipment lines.
- SourceOrder; string; Number that identifies the source order header.
- SourceOrderFulfillmentLine; string; Number that identifies the fulfillment line for the order line in the source order.
- SourceOrderFulfillmentLineId; integer; Value that uniquely identifies the fulfillment line in source order.
- SourceOrderId; integer; Value that uniquely identifies the source order header.
- SourceOrderLine; string; Number that identifies the source order line in the source order header.
- SourceOrderLineId; integer; Value that uniquely identifies the source order line.
- SourceSystem; string; Name of the source application.
- SourceSystemId; integer; Value that uniquely identifies the source application.
- StockingCancelledQuantity; number; Canceled quantity in the stocking unit of measure.
- StockingCycleCountQuantity; number; Cycle count quantity in the stocking unit of measure.
- StockingPickedQuantity; number; Picked quantity in the stocking unit of measure.
- StockingQuantityUOMName; string; Name of the stocking unit of measure associated with the item and location.
- StockingRequestedQuantity; number; Ordered quantity in the stocking unit of measure.
- StockingShippedQuantity; number; Shipped quantity in the stocking unit of measure.
- StockingStagedQuantity; number; Staged quantity in the stocking unit of measure.
- Subinventory; string; Subinventory to use when fulfilling the item to shipped.
- TaskId; integer; Value that uniquely identifies the inventory attribute task.
- ToLPN; string; Name of the destination LPN.
- ToLPNId; integer; Value that uniquely identifies the destination LPN.
- TotalShippingCost; number; Total cost associated with shipping a shipment line.
- TrackingNumber; string; Number that uniquely identifies tracking for the shipment during transportation. The carrier provides this number.
- TradeComplianceScreenedFromEvent; string; Value that indicates if the shipment line was screened for trade compliance when publishing a back order.
- TradeComplianceStatus; string; Value that indicates the status of trade compliance screening for the shipment line.
- TradeComplianceStatusCode; string; Abbreviation that identifies the status of trade compliance screening for the shipment line.
- TransactionTempId; integer; Value that uniquely identifies the temporary transaction that's used to store the serial number information.
- TransportationPlanningStatus; string; Value that indicates the status of transportation planning for the shipment line.
- TransportationPlanningStatusCode; string; Abbreviation that identifies the status of the transportation planning of the shipment line.
- TransportationShipment; string; Value that identifies the planned shipment that the transportation management application provides.
- TransportationShipmentCompleteFromEvent; string; Value that indicates if the transportation shipment is completed when publishing a back order.
- TransportationShipmentFromEvent; string; Value that identifies the planned shipment from the transportation management application when publishing a back order.
- TransportationShipmentLineFromEvent; string; Value that identifies the planned shipment line from the transportation management application when publishing a back order.
- UnitPrice; integer; Price of item for each unit.
- Volume; integer; Volume of the material for the shipment line.
- VolumeUOM; string; Unit of measure for volume.
- VolumeUOMCode; string; Abbreviation that identifies the unit of measure to use for volume.
- WeightUOM; string; Unit of measure for weight.
- WeightUOMCode; string; Abbreviation that identifies the unit of measure to use for weight.
-
totalResults: boolean
The resource collection representation will include the "estimated row count" when "?totalResults=true", otherwise the count is not included. The default value is "false".
Header Parameters
-
Metadata-Context: string
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version: string
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Root Schema : shipments-unpackedShipmentLines
Type:
Show Source
object-
count(required): integer
The number of resource instances returned in the current range.
-
hasMore(required): boolean
Indicates whether more resources are available on the server than the subset returned in the response. If the value is true, then there are more resources to retrieve from the server. The default value is false.
-
items: array
Items
Title:
ItemsThe items in the collection. -
limit(required): integer
The actual paging size used by the server.
-
links(required): array
Links
Title:
LinksThe link relations associated with the resource instance. -
offset(required): integer
The offset value used in the current page.
-
totalResults: integer
The estimated row count when "?totalResults=true", otherwise the count is not included.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : shipments-unpackedShipmentLines-item-response
Type:
Show Source
object-
ActualShipDate: string
(date-time)
Read Only:
trueDate and time when the shipment was shipped. -
AllowItemSubstitutionFlag: boolean
Read Only:
trueMaximum Length:1Contains one of the following values: true or false. If true, then allow item substitution. If false, then do not allow item substitution. This attribute does not have a default value. This attribute is not currently used. -
ArrivalSet: string
Read Only:
trueMaximum Length:150Arrival set that contains the order line. -
AssessableValue: number
Read Only:
trueValue of the item. Each tax authority can use a different assessable value for each item. The tax authority uses this attribute for taxation purposes. -
attachments: array
Attachments for Unpacked Shipment Lines
Title:
Attachments for Unpacked Shipment LinesThe Attachments for Unpacked Shipment Lines resource manages details about unpacked shipment line attachments. -
AutomaticPackBatchId: integer
Read Only:
trueValue that identifies the batch of the auto-pack transaction. -
BackorderedQuantity: number
Read Only:
trueQuantity that the application withheld from processing until inventory becomes available. -
BaseItem: string
Read Only:
trueMaximum Length:300Name of the model to use for an assemble-to-order configured item. -
BaseItemDescription: string
Read Only:
trueMaximum Length:240Description of the model to use for an assemble-to-order configured item. -
BaseItemId: integer
(int64)
Read Only:
trueValue that uniquely identifies the model to use for an assemble-to-order configured item. -
BillToAddress1: string
Maximum Length:
240First line of the bill-to customer address. -
BillToAddress2: string
Maximum Length:
240Second line of the bill-to customer address. -
BillToAddress3: string
Maximum Length:
240Third line of the bill-to customer address. -
BillToAddress4: string
Maximum Length:
240Fourth line of the bill-to customer address. -
BillToCity: string
Maximum Length:
60City of the bill-to customer address. -
BillToContact: string
Maximum Length:
360Person to contact at the bill-to customer site. -
BillToContactFirstName: string
Read Only:
trueFirst name of the person to contact at the bill-to customer site. -
BillToContactId: integer
(int64)
Read Only:
trueValue that uniquely identifies the bill-to contact for the order line. -
BillToContactLastName: string
Read Only:
trueLast name of the person to contact at the bill-to customer site. -
BillToContactPhone: string
Maximum Length:
40Phone number of the person to contact at the bill-to customer site. -
BillToCountry: string
Maximum Length:
80Country of the bill-to customer address. -
BillToCounty: string
Maximum Length:
60County of the bill-to customer address. -
BillToCustomer: string
Read Only:
trueMaximum Length:360Name of the party to bill for the sales order line. -
BillToCustomerNumber: string
Read Only:
trueMaximum Length:30Number that identifies the party to bill for the sales order line. -
BillToEmail: string
Read Only:
trueEmail of the person to contact at the bill-to customer site. -
BillToFax: string
Maximum Length:
40Fax number of the bill-to customer. -
BillToLocationId: integer
(int64)
Read Only:
trueValue that uniquely identifies the bill-to location for the order line. -
BillToPartyId: integer
(int64)
Read Only:
trueValue that uniquely identifies the bill-to party for the order line. -
BillToPartySiteId: integer
(int64)
Read Only:
trueValue that uniquely identifies the bill-to party site. -
BillToPartySiteNumber: string
Read Only:
trueMaximum Length:30Number that identifies the bill-to party site. -
BillToPostalCode: string
Maximum Length:
60Abbreviation that identifies the postal code of the bill-to customer address. -
BillToRegion: string
Maximum Length:
60Region of the bill-to customer address. -
BillToState: string
Maximum Length:
60State of the bill-to customer address. -
BillToURL: string
Maximum Length:
2000URL (Uniform Resource Locator) of the bill-to customer. -
BusinessUnit: string
Read Only:
trueName of the selling business unit. -
BusinessUnitId: integer
(int64)
Read Only:
trueValue that uniquely identifies the selling business unit. -
CancelBackorders: string
Read Only:
trueMaximum Length:1Indicates if the remaining quantity on the shipment line can be automatically canceled during the pick release, pick confirm, and ship confirm processes. -
CancelledQuantity: number
Read Only:
trueQuantity that was canceled. -
Carrier: string
Title:
NameRead Only:trueMaximum Length:360Name of the carrier who transports the shipment. -
CarrierId: integer
(int64)
Read Only:
trueValue that uniquely identifies the carrier. -
CarrierNumber: string
Title:
Registry IDRead Only:trueMaximum Length:30Number that identifies the carrier who transports the shipment. -
ConversionDate: string
(date)
Read Only:
trueDate when the application converted the currency. -
ConversionRate: number
Read Only:
trueRate of the currency conversion. -
ConversionTypeCode: string
Read Only:
trueMaximum Length:80If the sales order does not use the same currency that the shipping cost uses, then this attribute specifies the abbreviation that identifies the currency conversion type to use when converting the currency. -
ConvertedQuantity: number
Read Only:
trueShipped or backordered quantity of the line converted to ordered UOM. -
ConvertedRequestedQuantity: number
Read Only:
trueRequested quantity of the shipment line in order unit of measure (UOM). This attribute is associated with a feature that requires opt in. -
CountryOfOriginCode: string
Read Only:
trueMaximum Length:2Abbreviation that identifies the country of origin. -
CreatedBy: string
Read Only:
trueMaximum Length:64User who created the shipment line. -
CreationDate: string
(date-time)
Read Only:
trueDate when the application created the shipment line. -
CurrencyCode: string
Read Only:
trueMaximum Length:15Abbreviation that identifies the currency of the shipment line. -
CurrencyName: string
Read Only:
trueMaximum Length:80Currency of the shipment line. -
CurrentBackorderedQuantityFromEvent: number
Read Only:
trueQuantity back ordered currently for the shipment line when publishing a back order. -
CustomerItem: string
Read Only:
trueMaximum Length:150Customer item number. -
CustomerItemDescription: string
Read Only:
trueMaximum Length:240Customer item description. -
CustomerItemId: integer
(int64)
Read Only:
trueValue that uniquely identifies the customer item. -
CustomerPONumber: string
Read Only:
trueMaximum Length:50Number of the customer purchase order. -
DeliveredQuantity: number
Read Only:
trueQuantity that the shipper delivers. -
DeliveryCartId: integer
(int64)
Read Only:
trueValue that uniquely identifies the delivery cart. -
DeliveryCartName: string
Read Only:
trueMaximum Length:255Name that uniquely identifies the delivery cart. -
DestinationOrganizationCode: string
Read Only:
trueMaximum Length:255Value of the Destination Organization Code that's retrieved when the Source Document Type is Transfer Order. -
DestinationSubinventory: string
Read Only:
trueMaximum Length:255Value of the destination subinventory retrieved when the source document type is a transfer order. -
DocumentFiscalClassification: string
Read Only:
trueDocument fiscal classification. -
DocumentFiscalClassificationCode: string
Read Only:
trueMaximum Length:240Abbreviation that identifies the document fiscal classification. -
DoNotShipAfterDate: string
(date-time)
Read Only:
trueDate before when the shipper must ship. -
DoNotShipBeforeDate: string
(date-time)
Read Only:
trueDate after when the shipper must ship. -
EndAssemblyItemDescription: string
Read Only:
trueMaximum Length:255Description of the end assembly item. -
EndAssemblyItemNumber: string
Title:
End AssemblyRead Only:trueMaximum Length:300Number that identifies the finished, assembled item to build, using the item shipped on this shipment line. -
EnforceSingleShipment: string
Read Only:
trueMaximum Length:1Indicates if the order can be fulfilled using a single shipment and the remaining quantity can be automatically canceled during the ship confirm process. -
ExceptionName: string
Read Only:
trueMaximum Length:80Name of the exception on the shipment line. -
FirstPartyTaxRegistrationId: integer
(int64)
Read Only:
trueValue that uniquely identifies tax registration for the first party of the transaction. The tax authority uses this attribute for taxation purposes. -
FirstPartyTaxRegistrationNumber: string
Read Only:
trueNumber that identifies tax registration for the first party of the transaction. The tax authority uses this attribute for taxation purposes. -
FiscalDocumentStatusCode: string
Read Only:
trueMaximum Length:255Abbreviation that indicates the processing status associated with the fiscal document. -
FOB: string
Title:
MeaningRead Only:trueMaximum Length:80Value that indicates the ownership of the items that are in transit. A list of accepted values is defined in the lookup type FOB. -
FOBCode: string
Read Only:
trueMaximum Length:30Abbreviation that indicates the ownership of the items that are in transit. -
FreightTerms: string
Title:
MeaningRead Only:trueMaximum Length:80Agreement that describes whether the buyer or seller pays the shipping cost of the sales order, and when payment is due. A list of accepted values is defined in the lookup type WSH_FREIGHT_CHARGE_TERMS. -
FreightTermsCode: string
Read Only:
trueMaximum Length:30Abbreviation that identifies the freight terms. -
FromLPN: string
Read Only:
trueMaximum Length:30Name of the source LPN. -
FromLPNId: integer
(int64)
Read Only:
trueValue that uniquely identifies the source LPN. -
GrossWeight: integer
Read Only:
trueGross weight of the shipment line. -
InitialDestination: string
Read Only:
trueFirst leg of transportation that the transportation management application planned to deliver the shipment to the final destination. -
InitialDestinationId: integer
(int64)
Title:
Initial DestinationRead Only:trueValue that uniquely identifies the first leg of transportation that the transportation management application planned to deliver the shipment to the final destination. -
IntegrationStatus: string
Title:
MeaningRead Only:trueMaximum Length:80Integration status of a shipment line in an application that resides outside of Oracle applications. A list of accepted values is defined in the lookup type ORA_RCV_EXT_SYS_INTG_STATUS. -
IntegrationStatusCode: string
Read Only:
trueMaximum Length:30Abbreviation that identifies the integration status of a shipment line in an application that resides outside of Oracle applications. A list of accepted values is defined in the lookup type ORA_RCV_EXT_SYS_INTG_STATUS. -
IntendedUse: string
Read Only:
trueName of the intended use classification. -
IntendedUseClassificationId: number
Read Only:
trueValue that uniquely identifies the Intended use classification. -
InventoryControlsMissingMessage: string
Read Only:
trueMaximum Length:255Message that indicates the missing inventory control information for the shipment line. -
InventoryItemId: integer
(int64)
Read Only:
trueValue that uniquely identifies the inventory item. -
inventoryStripingDFF: array
Flexfields for Inventory Striping Attributes
Title:
Flexfields for Inventory Striping AttributesThe Flexfields for Inventory Striping Attributes resource manages the details of the inventory striping attributes. The inventory striping attributes are a set of named attributes (project, task, and country of origin). This resource is associated with a feature that requires opt in. -
InventoryTransactionIdForShippedLine: integer
Read Only:
trueValue that uniquely identifies the inventory transaction. -
InvInterfacedFlagCode: string
Read Only:
trueMaximum Length:1Contains one of the following values: true or false. If true, then the line is interfaced with Inventory. If false, then the line isn't interfaced with inventory. -
Item: string
Read Only:
trueMaximum Length:300Value that uniquely identifies the item. -
ItemDescription: string
Read Only:
trueMaximum Length:240Description of the inventory item. -
ItemKeyword: string
Read Only:
trueMaximum Length:80Value that identifies the item. -
ItemMessagesCount: number
Read Only:
trueIndicates the count of messages sent or received for the line. -
LastUpdateDate: string
(date-time)
Read Only:
trueDate when the user most recently updated the shipment line. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who most recently updated the shipment line. -
LegalEntity: string
Read Only:
trueName of the legal entity. -
LegalEntityId: integer
Read Only:
trueValue that uniquely identifies the legal entity. -
LineGrossWeight: number
Read Only:
trueGross weight of the shipment line. This attribute is associated with a feature that requires opt in. -
LineNetWeight: number
Read Only:
trueNet weight of the shipment line. This attribute is associated with a feature that requires opt in. -
linePackingInstructions: array
Packing Instructions for Unpacked Shipment Lines
Title:
Packing Instructions for Unpacked Shipment LinesThe Packing Instructions for Unpacked Shipment Lines resource manages details about how to pack an item in an unpacked shipment line. -
LineSellingPrice: number
Read Only:
trueSelling price of the item. -
lineShippingInstructions: array
Shipping Instructions for Unpacked Shipment Lines
Title:
Shipping Instructions for Unpacked Shipment LinesThe Shipping Instructions for Unpacked Shipment Lines resource manages details about how to ship items in unpacked shipment lines. -
LineStatus: string
Read Only:
trueMaximum Length:80Status that determines where the status of the shipment line, such as ready to release, released, staged, shipped, or backordered. A list of accepted values is defined in the lookup type WSH_PICK_STATUS. -
LineStatusCode: string
Read Only:
trueMaximum Length:1Abbreviation that identifies the status code of the shipment line. A list of accepted values is defined in the lookup type WSH_PICK_STATUS. -
LineUnitPrice: number
Read Only:
truePrice of item for each unit. -
LineUnitVolume: number
Read Only:
trueUnit volume of the item on the shipment line. -
LineUnitWeight: number
Read Only:
trueUnit weight of the item on the shipment line. -
LineVolume: number
Read Only:
trueVolume of the material for the shipment line. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LoadId: integer
(int64)
Read Only:
trueValue that uniquely identifies the outbound load. -
LoadingSequence: integer
Read Only:
trueSequence to use when loading the shipment line. -
LoadName: string
Read Only:
trueMaximum Length:255Name of the outbound load. -
LocationOfFinalDischarge: string
Read Only:
trueLocation of the final discharge. -
LocationOfFinalDischargeCode: string
Read Only:
trueAbbreviation that identifies the final discharge location. -
LocationOfFinalDischargeId: integer
(int64)
Read Only:
trueValue that uniquely identifies the location of the final discharge. -
Locator: string
Maximum Length:
4000Concatenated name of the inventory locator that provides the source for material that ships. -
LocatorId: integer
(int64)
Read Only:
trueValue that uniquely identifies the item locator for the shipment line. -
LogisticsServiceProviderCustomer: string
Read Only:
trueMaximum Length:360Name of the customer who provides logistics services. This customer sends the order line. -
LogisticsServiceProviderCustomerId: integer
(int64)
Read Only:
trueValue that uniquely identifies the customer who provides logistics services. This customer sends the order line. -
LogisticsServiceProviderCustomerNumber: string
Read Only:
trueMaximum Length:30Number that identifies the customer who provides logistics services. This customer sends the order line. -
lotAttributeDFF: array
Flexfields for Lot Attributes
Title:
Flexfields for Lot AttributesThe Flexfields for Lot Attributes resource manages details about lot attributes for the unpacked shipment lines. -
LotNumber: string
Read Only:
trueMaximum Length:80Number that identifies the lot for the item. This attribute is used when the warehouse places the item under lot control. -
lotStandardDFF: array
Flexfields for Lots
Title:
Flexfields for LotsThe Flexfields for Lots resource manages details about lots for unpacked shipment lines. -
LPNControl: integer
(int32)
Indicates whether the subinventory or locator associated with the shipment line is enabled for LPNs.
-
ManualWeightVolumeFlag: boolean
Read Only:
trueMaximum Length:1Contains one of the following values: true or false. If true, then the weight and volume are manually entered. If false, then the system automatically computed the weight and volume. -
MaximumOvershipmentPercentage: integer
Read Only:
trueMaximum percent above the requested quantity that can ship for the shipment line. -
MaximumUndershipmentPercentage: integer
Read Only:
trueMaximum percent below the requested quantity that can ship for the shipment line. -
ModeOfTransport: string
Title:
MeaningRead Only:trueMaximum Length:80Mode of transportation that ships the item. A list of accepted values is defined in the lookup type WSH_MODE_OF_TRANSPORT. -
ModeOfTransportCode: string
Read Only:
trueMaximum Length:30Abbreviation that identifies the mode of transport for the shipping method. A list of accepted values is defined in the lookup type WSH_MODE_OF_TRANSPORT. -
MovementRequestLineId: integer
(int64)
Read Only:
trueValue that uniquely identifies the movement request line. -
MovementRequestLineNumber: string
Read Only:
trueMaximum Length:255Number that identifies the movement request line. -
MovementRequestNumber: string
Read Only:
trueMaximum Length:255Number that identifies the movement request. -
NetWeight: integer
Read Only:
trueNet weight of the shipment line. -
OpenExceptionSeverity: string
Read Only:
trueMaximum Length:255Value that indicates the highest severity of the exception on the line. A list of accepted values is defined in the lookup type WSH_EXCEPTION_BEHAVIOR. -
OpenExceptionSeverityCode: string
Read Only:
trueMaximum Length:255Abbreviation that indicates the highest severity of the exception on the line. A list of accepted values is defined in the lookup type WSH_EXCEPTION_BEHAVIOR. -
Order: string
Title:
Sales OrderRead Only:trueMaximum Length:150Sales order number from the order capture application. -
OrderLine: string
Title:
Sales Order LineRead Only:trueMaximum Length:150Sales order line number from the order capture application. -
OrderSchedule: string
Title:
Sales Order ScheduleRead Only:trueMaximum Length:150Sales order shipment number from the order capture application. -
OrderType: string
Title:
MeaningRead Only:trueMaximum Length:80Type of source line. -
OrderTypeCode: string
Title:
Order TypeRead Only:trueMaximum Length:30Abbreviation that identifies the type of source line. -
OrganizationCode: string
Read Only:
trueMaximum Length:18Abbreviation that identifies the ship-from organization. -
OrganizationCurrencyCode: string
Read Only:
trueMaximum Length:255Abbreviation that identifies the currency. -
OrganizationId: integer
(int64)
Read Only:
trueValue that uniquely identifies the inventory organization. -
OrganizationName: string
Read Only:
trueMaximum Length:240Name of the inventory organization. -
OrganizationQuickShipFlag: boolean
Contains one of the following values: true or false. If true, then the organization is enabled for quick ship. If false, then the organization isn't enabled for quick ship.
-
OriginalDeliveryDetailId: integer
(int64)
Read Only:
trueValue that uniquely identifies the original delivery detail. This attribute is not currently used. -
OriginalItemConvertedQuantity: number
Read Only:
trueShipped or backordered quantity of the line converted to an original item and ordered UOM. -
OriginalItemId: integer
(int64)
Read Only:
trueValue that uniquely identifies the original inventory item. This attribute is not currently used. -
OriginalItemNumber: string
Read Only:
trueMaximum Length:255Value that uniquely identifies the original item. This attribute is not currently used. -
OriginalShipmentLineFromEvent: integer
Read Only:
trueValue that uniquely identifies the shipment line from which the quantity was originally backordered. This attribute contains a value different from the shipment line when the parameter to consolidate backorders is enabled. -
OriginalSourceOrderFulfillmentLine: string
Maximum Length:
255Original fulfillment number that identifies the fulfillment line for the order line in the source order. -
OriginalSourceOrderFulfillmentLineId: integer
Original fulfillment value that uniquely identifies the fulfillment line in the source order.
-
OuterPackingUnitId: integer
Read Only:
trueValue that uniquely identifies the outermost packing unit of the shipment line. -
OuterPackingUnitNumber: string
Read Only:
trueNumber or name that identifies the outermost packing unit of the shipment line. -
OverShipTolerancePercentage: number
Read Only:
trueMaximum percent above the requested quantity that can be shipped on an order line. This attribute is associated with a feature that requires opt in. -
PackingSlipNumber: string
Read Only:
trueMaximum Length:255Number that identifies a packing slip. -
PackingSlipStatus: string
Read Only:
trueMaximum Length:255Value that indicates the state or condition of the packing slip. A list of accepted values is defined in the lookup type ORA_WSH_PACK_STATUS. -
ParentItem: string
Read Only:
trueMaximum Length:300Name of the parent item. -
ParentItemDescription: string
Read Only:
trueMaximum Length:240Description of the parent item. -
ParentItemId: integer
(int64)
Read Only:
trueValue that uniquely identifies the parent item. -
ParentPackingUnit: string
Read Only:
trueMaximum Length:30Parent packing unit for the shipment line. -
ParentPackingUnitId: integer
(int64)
Read Only:
trueValue that uniquely identifies the parent packing unit for the shipment line. -
ParentSourceOrderFulfillmentLineId: integer
(int64)
Read Only:
trueValue that uniquely identifies the source shipment of the parent item. -
PendingQuantity: number
Read Only:
trueQuantity from the source order line that the shipper has not yet shipped. -
PendingQuantityFlag: boolean
Read Only:
trueContains one of the following values: true or false. If true, then the pending quantity is greater than zero. If false, then pending quantity is less than or equal to zero. The default value is false. -
PickedQuantity: number
Read Only:
trueQuantity that fulfillment takes from the warehouse to fulfill the sales order. -
PickWave: string
Read Only:
trueMaximum Length:30Name of the group of sales orders that the application released into picking. -
PickWaveId: integer
(int64)
Read Only:
trueValue that uniquely identifies the group of sales orders that the application released into picking. -
POBillToBusinessUnit: string
Read Only:
trueBusiness unit of the purchase order. -
POBillToBusinessUnitId: integer
Read Only:
trueValue that uniquely identifies the bill-to business unit of the purchase order. -
POHeaderId: integer
Read Only:
trueValue that uniquely identifies the purchase order header. -
PONumber: string
Read Only:
trueNumber that identifies the purchase order. -
POSoldToLegalEntity: string
Read Only:
trueSold-to legal entity for the purchase order. -
POSoldToLegalEntityId: integer
Read Only:
trueValue that uniquely identifies the sold-to legal entity of the purchase order. -
POVendorPartyId: integer
Read Only:
trueValue that uniquely identifies the vendor party of the purchase order. -
PreferredGrade: string
Read Only:
trueMaximum Length:150Abbreviation that identifies the preferred grade of the item. -
PreferredGradeName: string
Read Only:
trueMaximum Length:240Preferred grade of the item. -
PrimaryImageURL: string
Read Only:
trueMaximum Length:255Indicates the attachment URL for the primary image of the item. -
ProcessReturnInShipping: string
Read Only:
trueMaximum Length:1Value that indicates whether return transactions are processed in receiving after confirming the return order shipment in shipping or when the return order is created in receiving. -
ProductCategory: string
Read Only:
trueProduct category of the transaction line. -
ProductCategoryCode: string
Read Only:
trueMaximum Length:240Abbreviation that identifies the product category of the transaction line. -
ProductFiscalClassification: string
Read Only:
trueProduct fiscal classification of the transaction line. -
ProductFiscalClassificationId: integer
(int64)
Read Only:
trueValue that uniquely identifies the product fiscal classification of the transaction line. -
ProductType: string
Read Only:
trueProduct type of the inventory item. -
ProductTypeCode: string
Read Only:
trueMaximum Length:240Abbreviation that identifies the product type of the inventory item. -
ProjectCostingProjectId: integer
(int64)
Read Only:
trueValue that uniquely identifies the project for standardized project cost collection. This attribute is associated with a feature that requires opt in. -
ProjectCostingProjectName: string
Read Only:
trueMaximum Length:240Name of the project for standardized project cost collection. This attribute is associated with a feature that requires opt in. -
ProjectCostingProjectNumber: string
Read Only:
trueMaximum Length:25Number that identifies the project for standardized project cost collection. This attribute is associated with a feature that requires opt in. -
ProjectCostingTaskId: integer
(int64)
Read Only:
trueValue that uniquely identifies the task for standardized project cost collection. This attribute is associated with a feature that requires opt in. -
ProjectCostingTaskName: string
Read Only:
trueMaximum Length:255Name of the task for standardized project cost collection. This attribute is associated with a feature that requires opt in. -
ProjectCostingTaskNumber: string
Read Only:
trueMaximum Length:100Number that identifies the task for standardized project cost collection. This attribute is associated with a feature that requires opt in. -
ProjectId: integer
(int64)
Read Only:
trueValue that uniquely identifies the inventory attribute project. -
ProjectSalesOrderFlag: boolean
Title:
Project Sales OrderRead Only:trueMaximum Length:1Contains one of the following values: true or false. If true, then project details available with source application. If false, then project details are not available with source application. This attribute does not have a default value. -
proratedCosts: array
Prorated Costs for Unpacked Shipment Lines
Title:
Prorated Costs for Unpacked Shipment LinesThe Prorated Costs for Unpacked Shipment Lines resource manages details about prorated costs for unpacked shipment lines. -
QuickShipLocator: string
Maximum Length:
255Default locator to use for quick ship. -
QuickShipLocatorId: integer
Value that uniquely identifies the default locator to use for quick ship.
-
QuickShipProjectId: integer
Value that uniquely identifies the default project to use for quick ship.
-
QuickShipProjectName: string
Maximum Length:
255Name of the default project to use for quick ship. -
QuickShipProjectNumber: string
Maximum Length:
255Number that identifies the default project to use for quick ship. -
QuickShipStatus: string
Read Only:
trueMaximum Length:30Status of the quick ship for the shipment line. -
QuickShipSubinventory: string
Maximum Length:
255Default subinventory to use for quick ship. -
QuickShipTaskId: integer
Value that uniquely identifies the default task to use for quick ship.
-
QuickShipTaskName: string
Maximum Length:
255Name of the default task to use for quick ship. -
QuickShipTaskNumber: string
Maximum Length:
255Number that identifies the default task to use for quick ship. -
RcvShipmentLineId: integer
(int64)
Read Only:
trueValue that uniquely the advanced shipment notice (ASN) for the shipment line that the supplier supplies in receiving. -
RcvShipmentNumber: string
Read Only:
trueMaximum Length:255Number that identifies the shipment in advance shipment notice sent by the supplier. -
RequestedDate: string
(date-time)
Read Only:
trueDate when the application requested the order line. -
RequestedDateType: string
Title:
MeaningRead Only:trueMaximum Length:80Determines whether the requested date occurs when the material ships or when it arrives. -
RequestedDateTypeCode: string
Read Only:
trueMaximum Length:30Abbreviation that indicates whether the requested date occurs when the material ships or when it arrives. -
RequestedQuantity: number
Read Only:
trueQuantity of the item that the sales order line requests, in the primary unit of measure. -
RequestedQuantityUOM: string
Title:
UOM NameRead Only:trueMaximum Length:25Primary unit of measure for the ordered quantity. -
RequestedQuantityUOMCode: string
Read Only:
trueMaximum Length:3Abbreviation that identifies the primary unit of measure for the ordered quantity. -
ReservableFlag: boolean
Read Only:
trueContains one of the following values: true or false. If true, the item can be reserved. If false, then the item can't be reserved. -
ReturnType: string
Title:
MeaningRead Only:trueMaximum Length:80Value that indicates the type of return order lines. A list of accepted values is defined in the lookup ORA_WSH_ORDER_LINE_RETURN_TYPE. -
ReturnTypeCode: string
Read Only:
trueMaximum Length:30Abbreviation that indicates the type of return order lines. A list of accepted values is defined in the lookup ORA_WSH_ORDER_LINE_RETURN_TYPE. -
Revision: string
Read Only:
trueMaximum Length:18Revision of the item. -
ScheduledShipDate: string
(date-time)
Read Only:
trueDate that the application scheduled to ship the order line. -
SealNumber: string
Read Only:
trueMaximum Length:30Number that identifies the seal on a packing unit, locker, or truck to prove that the container remained closed during transport. -
SecondaryBackorderedQuantity: number
Read Only:
trueQuantity in the secondary unit of measure for the item that the application withheld from processing until inventory becomes available. -
SecondaryCancelledQuantity: number
Read Only:
trueCanceled quantity in the secondary unit of measure for the item. -
SecondaryConvertedQuantity: number
Read Only:
trueConverted quantity in the secondary unit of measure for the item. -
SecondaryDeliveredQuantity: number
Read Only:
trueDelivered quantity in the secondary unit of measure for the item. -
SecondaryPickedQuantity: number
Read Only:
trueQuantity in the secondary unit of measure for item that fulfillment takes from the warehouse to fulfill the sales order. -
SecondaryRequestedQuantity: number
Read Only:
trueQuantity of the item requested on the sales order line, in the secondary unit of measure. -
SecondaryRequestedQuantityUOM: string
Title:
UOM NameRead Only:trueMaximum Length:25Secondary unit of measure for the ordered quantity. -
SecondaryRequestedQuantityUOMCode: string
Read Only:
trueMaximum Length:3Abbreviation that identifies the secondary unit of measure for the ordered quantity. -
SecondaryShippedQuantity: number
Read Only:
trueShipped quantity, in the secondary unit of measure. -
SecondarySourceRequestedQuantity: number
Read Only:
trueSecondary unit of measure for the requested quantity on the source order line. -
SecondarySourceRequestedQuantityUOM: string
Title:
UOM NameRead Only:trueMaximum Length:25Secondary unit of measure for the requested quantity on the source order line. -
SecondarySourceRequestedQuantityUOMCode: string
Read Only:
trueMaximum Length:3Abbreviation that identifies the secondary unit of measure for the requested quantity on the source order line. -
SecondaryStagedQuantity: number
Read Only:
trueStaged quantity in the secondary unit of measure for the item. -
SellingPrice: integer
Read Only:
trueSelling price of the item. -
SerialNumber: string
Read Only:
trueMaximum Length:255Serial numbers associated with the shipment line. -
SerialNumberControlCode: number
Read Only:
trueValue that indicates the ability to use the serial number for tracking the unit of an item in the inventory. A list of accepted values is defined in the lookup EGP_SERIAL_NUMBER_CONTROL_TYPE. -
ServiceLevel: string
Title:
MeaningRead Only:trueMaximum Length:80Transportation priority that determines how quickly to transport the item. A list of accepted values is defined in the lookup type WSH_SERVICE_LEVELS. -
ServiceLevelCode: string
Read Only:
trueMaximum Length:30Abbreviation that identifies the service level for the shipping method. A list of accepted values is defined in the lookup type WSH_SERVICE_LEVELS. -
ShipConfirmBatchId: integer
Read Only:
trueValue that identifies the batch of the ship confirm transaction. -
ShipConfirmElectronicSignatureStatusCode: string
Read Only:
trueMaximum Length:255Indicates the processing status associated with the electronic signing process during ship confirm. A list of accepted values is defined in the lookup type ORA_EDR_SIGNATURE_STATUS. -
ShipFromAddress1: string
Title:
Address Line 1Read Only:trueMaximum Length:240First line of the ship-from address. -
ShipFromAddress2: string
Title:
Address Line 2Read Only:trueMaximum Length:240Second line of the ship-from address. -
ShipFromAddress3: string
Title:
Address Line 3Read Only:trueMaximum Length:240Third line of the ship-from address. -
ShipFromAddress4: string
Title:
Address Line 4Read Only:trueMaximum Length:240Fourth line of the ship-from address. -
ShipFromCity: string
Title:
Town or CityRead Only:trueMaximum Length:30City of the ship-from address. -
ShipFromCountry: string
Title:
CountryRead Only:trueMaximum Length:60Country of the ship-from address. -
ShipFromCounty: string
Title:
Region 1Read Only:trueMaximum Length:120County of the ship-from address. -
ShipFromLocationId: integer
(int64)
Read Only:
trueValue that uniquely identifies the ship-from location. -
ShipFromPostalCode: string
Title:
Postal CodeRead Only:trueMaximum Length:30Postal code of the ship-from address. -
ShipFromRegion: string
Title:
Region 3Read Only:trueMaximum Length:120Region of the ship-from address. -
ShipFromState: string
Title:
Region 2Read Only:trueMaximum Length:120State of the ship-from address. -
Shipment: string
Read Only:
trueMaximum Length:30Name of the shipment. -
ShipmentAdviceStatusFlag: boolean
Read Only:
trueMaximum Length:1Contains one of the following values: true or false. If true, then the application sent the shipment advice for the shipped line to the source application. If false, then shipment advice not sent. The default value is false. -
ShipmentId: integer
(int64)
Read Only:
trueValue that uniquely identifies the shipment. -
ShipmentLine: integer
(int64)
Title:
LineRead Only:trueValue that uniquely identifies the shipment line. -
shipmentLineCosts: array
Shipment Line Costs for Unpacked Shipment Lines
Title:
Shipment Line Costs for Unpacked Shipment LinesThe Shipment Line Costs for Unpacked Shipment Lines resource manages details about the shipping costs for an item in unpacked shipment lines. -
shipmentLinesDFF: array
Flexfields for Unpacked Shipment Lines
Title:
Flexfields for Unpacked Shipment LinesThe Flexfields for Unpacked Shipment Lines resource manages details about unpacked shipment lines. -
shipmentLineSerials: array
Serials for Unpacked Shipment Lines
Title:
Serials for Unpacked Shipment LinesThe Serials for Unpacked Shipment Lines resource manages details about serial numbers for items in unpacked shipment lines. -
ShipmentSet: string
Read Only:
trueMaximum Length:150Shipset that contains the order line. -
ShipmentStatusCode: string
Read Only:
trueMaximum Length:255Abbreviation that identifies the state or condition of the shipment. A list of accepted values is defined in the lookup type WSH_DELIVERY_STATUS. -
ShippedQuantity: number
Read Only:
trueShipped quantity, in the requested unit of measure. -
ShippingMethod: string
Read Only:
trueMaximum Length:522Transportation method for the shipment line. -
ShippingMethodCode: string
Read Only:
trueMaximum Length:30Abbreviation that identifies the transportation method for the shipment line. -
ShippingPriority: string
Title:
MeaningRead Only:trueMaximum Length:80Indicates the priority of the demand lines to be shipped. A list of accepted values is defined in the lookup type WSH_SHIPPING_PRIORITY. -
ShippingPriorityCode: string
Read Only:
trueMaximum Length:30Abbreviation that identifies the priority of the demand lines to ship. -
ShippingToleranceBehavior: string
Read Only:
trueValue that indicates the tolerance level while shipping the order lines. Contains one of the following values: Under tolerance or Requested quantity. If Under tolerance, then the order line is closed as soon as the shipped quantity meets the under tolerance level. If Requested quantity, then the order line is closed as soon as the shipped quantity meets the requested quantity level. This attribute is associated with a feature that requires opt in. -
ShipToAddress1: string
Maximum Length:
240First line of the ship-to customer address. -
ShipToAddress2: string
Maximum Length:
240Second line of the ship-to customer address. -
ShipToAddress3: string
Maximum Length:
240Third line of the ship-to customer address. -
ShipToAddress4: string
Maximum Length:
240Fourth line of the ship-to customer address. -
ShipToCity: string
Maximum Length:
60City of the ship-to customer address. -
ShipToContact: string
Maximum Length:
360Person to contact at the ship-to customer site. -
ShipToContactFirstName: string
Read Only:
trueFirst name of the person to contact at the ship-to customer site. -
ShipToContactId: integer
(int64)
Read Only:
trueValue that uniquely identifies the contact at the ship-to location. -
ShipToContactLastName: string
Read Only:
trueLast name of the person to contact at the ship-to customer site. -
ShipToContactPhone: string
Maximum Length:
40Phone number for the person to contact at the ship-to customer site. -
ShipToCountry: string
Maximum Length:
80Country of the ship-to customer address. -
ShipToCounty: string
Maximum Length:
120County of the ship-to customer address. -
ShipToCustomer: string
Read Only:
trueMaximum Length:360Name of the party who will receive the sales order line that ships. -
ShipToCustomerNumber: string
Read Only:
trueMaximum Length:30Number that identifies the ship-to party. -
ShipToEmail: string
Read Only:
trueEmail of the person to contact at the ship-to customer site. -
ShipToFax: string
Maximum Length:
40Fax number of the ship-to customer. -
ShipToLocation: string
Read Only:
trueMaximum Length:255Location where the goods are shipped. -
ShipToLocationId: integer
(int64)
Read Only:
trueValue that uniquely identifies the ship-to location. -
ShipToLocationType: string
Read Only:
trueMaximum Length:1Defines the ship-to location type. -
ShipToPartyId: integer
(int64)
Read Only:
trueValue that uniquely identifies the ship-to party. -
ShipToPartySiteId: integer
(int64)
Read Only:
trueValue that uniquely identifies the ship-to party site. -
ShipToPartySiteNumber: string
Read Only:
trueMaximum Length:30Number that identifies the ship-to party site. -
ShipToPostalCode: string
Maximum Length:
60Abbreviation that identifies the postal code of the ship-to customer address. -
ShipToRegion: string
Maximum Length:
120Region of the ship-to customer address. -
ShipToState: string
Maximum Length:
120State of the ship-to customer address. -
ShipToURL: string
Maximum Length:
2000URL (Uniform Resource Locator) of the ship-to customer. -
SoldToContact: string
Maximum Length:
360Person to contact at the sold-to customer site. -
SoldToContactFirstName: string
Read Only:
trueFirst name of the person to contact at the sold-to customer site. -
SoldToContactId: integer
(int64)
Read Only:
trueValue that uniquely identifies the sold-to contact for the shipment line. -
SoldToContactLastName: string
Read Only:
trueLast name of the person to contact at the sold-to customer site. -
SoldToContactPhone: string
Maximum Length:
40Phone number for the person to contact at the sold-to customer site. -
SoldToCustomer: string
Read Only:
trueMaximum Length:360Name of the party who purchased the sales order line. -
SoldToCustomerNumber: string
Read Only:
trueMaximum Length:30Number that identifies the sold-to party. -
SoldToEmail: string
Read Only:
trueEmail of the person to contact at the sold-to customer site. -
SoldToFax: string
Maximum Length:
40Fax number of the sold-to customer. -
SoldToPartyId: integer
(int64)
Read Only:
trueValue that uniquely identifies the sold-to party. -
SoldToURL: string
Maximum Length:
2000URL (Uniform Resource Locator) of the sold-to customer. -
Source: string
Read Only:
trueMaximum Length:255Value that identifies the source of the request. -
SourceDocumentTypeId: integer
(int64)
Read Only:
trueValue that uniquely identifies the type of source document. -
SourceLineUpdateDate: string
(date-time)
Read Only:
trueDate when the application most recently updated the source line. -
SourceLocator: string
Maximum Length:
4000Name of the locator requested by the source system to supply the material on shipment lines. -
SourceLocatorId: integer
(int64)
Read Only:
trueValue that uniquely identifies the source locator. -
SourceOrder: string
Read Only:
trueMaximum Length:150Number that identifies the source order header. -
SourceOrderFulfillmentLine: string
Read Only:
trueMaximum Length:150Number that identifies the fulfillment line for the order line in the source order. -
SourceOrderFulfillmentLineId: integer
(int64)
Read Only:
trueValue that uniquely identifies the fulfillment line in source order. -
SourceOrderId: integer
(int64)
Read Only:
trueValue that uniquely identifies the source order header. -
SourceOrderLine: string
Read Only:
trueMaximum Length:150Number that identifies the source order line in the source order header. -
SourceOrderLineId: integer
(int64)
Read Only:
trueValue that uniquely identifies the source order line. -
SourceRequestedQuantity: number
Read Only:
trueQuantity that the customer requested on the source order line. -
SourceRequestedQuantityUOM: string
Title:
UOM NameRead Only:trueMaximum Length:25Unit of measure for the requested quantity on the source order line. -
SourceRequestedQuantityUOMCode: string
Read Only:
trueMaximum Length:3Abbreviation that identifies the unit of measure for the requested quantity on the source order line. -
SourceSubinventory: string
Read Only:
trueMaximum Length:10If material is available, then this attribute contains the subinventory that the warehouse uses to pick the requested item. -
SourceSystem: string
Read Only:
trueMaximum Length:80Name of the source application. -
SourceSystemId: integer
(int64)
Read Only:
trueValue that uniquely identifies the source application. -
SplitFromShipmentLine: integer
(int64)
Read Only:
trueValue that uniquely identifies the shipment line that the application originally split this line from. -
SrcAttribute1: string
Read Only:
trueMaximum Length:150Value that indicates the source application descriptive flexfield segment of the first user descriptive flexfield. -
SrcAttribute10: string
Read Only:
trueMaximum Length:150Value that indicates the source application descriptive flexfield segment of the tenth user descriptive flexfield. -
SrcAttribute11: string
Read Only:
trueMaximum Length:150Value that indicates the source application descriptive flexfield segment of the eleventh user descriptive flexfield. -
SrcAttribute12: string
Read Only:
trueMaximum Length:150Value that indicates the source application descriptive flexfield segment of the twelfth user descriptive flexfield. -
SrcAttribute13: string
Read Only:
trueMaximum Length:150Value that indicates the source application descriptive flexfield segment of the thirteenth user descriptive flexfield. -
SrcAttribute14: string
Read Only:
trueMaximum Length:150Value that indicates the source application descriptive flexfield segment of the fourteenth user descriptive flexfield. -
SrcAttribute15: string
Read Only:
trueMaximum Length:150Value that indicates the source application descriptive flexfield segment of the fifteenth user descriptive flexfield. -
SrcAttribute16: string
Read Only:
trueMaximum Length:150Value that indicates the source application descriptive flexfield segment of the sixteenth user descriptive flexfield. -
SrcAttribute17: string
Read Only:
trueMaximum Length:150Value that indicates the source application descriptive flexfield segment of the seventeenth user descriptive flexfield. -
SrcAttribute18: string
Read Only:
trueMaximum Length:150Value that indicates the source application descriptive flexfield segment of the eighteenth user descriptive flexfield. -
SrcAttribute19: string
Read Only:
trueMaximum Length:150Value that indicates the source application descriptive flexfield segment of the nineteenth user descriptive flexfield. -
SrcAttribute2: string
Read Only:
trueMaximum Length:150Value that indicates the source application descriptive flexfield segment of the second user descriptive flexfield. -
SrcAttribute20: string
Read Only:
trueMaximum Length:150Value that indicates the source application descriptive flexfield segment of the twentieth user descriptive flexfield. -
SrcAttribute3: string
Read Only:
trueMaximum Length:150Value that indicates the source application descriptive flexfield segment of the third user descriptive flexfield. -
SrcAttribute4: string
Read Only:
trueMaximum Length:150Value that indicates the source application descriptive flexfield segment of the fourth user descriptive flexfield. -
SrcAttribute5: string
Read Only:
trueMaximum Length:150Value that indicates the source application descriptive flexfield segment of the fifth user descriptive flexfield. -
SrcAttribute6: string
Read Only:
trueMaximum Length:150Value that indicates the source application descriptive flexfield segment of the sixth user descriptive flexfield. -
SrcAttribute7: string
Read Only:
trueMaximum Length:150Value that indicates the source application descriptive flexfield segment of the seventh user descriptive flexfield. -
SrcAttribute8: string
Read Only:
trueMaximum Length:150Value that indicates the source application descriptive flexfield segment of the eighth user descriptive flexfield. -
SrcAttribute9: string
Read Only:
trueMaximum Length:150Value that indicates the source application descriptive flexfield segment of the ninth user descriptive flexfield. -
SrcAttributeCategory: string
Read Only:
trueMaximum Length:30Value that indicates the source application descriptive flexfield segment. -
SrcAttributeDate1: string
(date)
Read Only:
trueDate that indicates the source application descriptive flexfield segment of the first user descriptive flexfield. -
SrcAttributeDate2: string
(date)
Read Only:
trueDate that indicates the source application descriptive flexfield segment of the second user descriptive flexfield. -
SrcAttributeDate3: string
(date)
Read Only:
trueDate that indicates the source application descriptive flexfield segment of the third user descriptive flexfield. -
SrcAttributeDate4: string
(date)
Read Only:
trueDate that indicates the source application descriptive flexfield segment of the fourth user descriptive flexfield. -
SrcAttributeDate5: string
(date)
Read Only:
trueDate that indicates the source application descriptive flexfield segment of the fifth user descriptive flexfield. -
SrcAttributeNumber1: number
Read Only:
trueNumber that indicates the source application descriptive flexfield segment of the first user descriptive flexfield. -
SrcAttributeNumber10: number
Read Only:
trueNumber that indicates the source application descriptive flexfield segment of the tenth user descriptive flexfield. -
SrcAttributeNumber2: number
Read Only:
trueNumber that indicates the source application descriptive flexfield segment of the second user descriptive flexfield. -
SrcAttributeNumber3: number
Read Only:
trueNumber that indicates the source application descriptive flexfield segment of the third user descriptive flexfield. -
SrcAttributeNumber4: number
Read Only:
trueNumber that indicates the source application descriptive flexfield segment of the fourth user descriptive flexfield. -
SrcAttributeNumber5: number
Read Only:
trueNumber that indicates the source application descriptive flexfield segment of the fifth user descriptive flexfield. -
SrcAttributeNumber6: number
Read Only:
trueNumber that indicates the source application descriptive flexfield segment of the sixth user descriptive flexfield. -
SrcAttributeNumber7: number
Read Only:
trueNumber that indicates the source application descriptive flexfield segment of the seventh user descriptive flexfield. -
SrcAttributeNumber8: number
Read Only:
trueNumber that indicates the source application descriptive flexfield segment of the eighth user descriptive flexfield. -
SrcAttributeNumber9: number
Read Only:
trueNumber that indicates the source application descriptive flexfield segment of the ninth user descriptive flexfield. -
SrcAttributeTimestamp1: string
(date-time)
Read Only:
trueDate and time that indicates the source application descriptive flexfield segment of the first user descriptive flexfield. -
SrcAttributeTimestamp2: string
(date-time)
Read Only:
trueDate and time that indicates the source application descriptive flexfield segment of the second user descriptive flexfield. -
SrcAttributeTimestamp3: string
(date-time)
Read Only:
trueDate and time that indicates the source application descriptive flexfield segment of the third user descriptive flexfield. -
SrcAttributeTimestamp4: string
(date-time)
Read Only:
trueDate and time that indicates the source application descriptive flexfield segment of the fourth user descriptive flexfield. -
SrcAttributeTimestamp5: string
(date-time)
Read Only:
trueDate and time that indicates the source application descriptive flexfield segment of the fifth user descriptive flexfield. -
StagedQuantity: number
Read Only:
trueStaged quantity from items in the sales order. -
StockingCancelledQuantity: number
Canceled quantity in the stocking unit of measure.
-
StockingCycleCountQuantity: number
Cycle count quantity in the stocking unit of measure.
-
StockingPickedQuantity: number
Picked quantity in the stocking unit of measure.
-
StockingQuantityUOMCode: string
Maximum Length:
255Code that identifies the stocking unit of measure associated with the item and location. -
StockingQuantityUOMName: string
Maximum Length:
255Name of the stocking unit of measure associated with the item and location. -
StockingRequestedQuantity: number
Ordered quantity in the stocking unit of measure.
-
StockingShippedQuantity: number
Shipped quantity in the stocking unit of measure.
-
StockingStagedQuantity: number
Staged quantity in the stocking unit of measure.
-
Subinventory: string
Read Only:
trueMaximum Length:10Subinventory to use when fulfilling the item to shipped. -
Supplier: string
Read Only:
trueMaximum Length:360Name of the supplier. -
SupplierLotNumber: string
Read Only:
trueMaximum Length:255Number that identifies the lot assigned to the item by the supplier. -
SupplierPartyNumber: string
Read Only:
trueMaximum Length:30Number that identifies the supplier party. -
TareWeight: number
Read Only:
trueWeight of the container of the shipment line. It is the difference between the gross weight and the net weight. -
TaskId: integer
(int64)
Read Only:
trueValue that uniquely identifies the inventory attribute task. -
TaxationCountry: string
Read Only:
trueCountry where the transaction occurs. The tax authority uses this attribute for taxation purposes. -
TaxationCountryCode: string
Read Only:
trueMaximum Length:2Abbreviation that identifies the country where the transaction occurs. The tax authority uses this attribute for taxation purposes. -
TaxClassification: string
Read Only:
trueValue that indicates the group of taxes for reporting and processing. The tax authority uses this attribute for taxation purposes. -
TaxClassificationCode: string
Read Only:
trueMaximum Length:50Abbreviation that identifies a group of taxes for reporting and processing. The tax authority uses this attribute for taxation purposes. -
TaxExemptionCertificateNumber: string
Read Only:
trueMaximum Length:80Number that identifies the certificate for tax exemption. The tax authority uses this attribute for taxation purposes. -
TaxExemptionReason: string
Read Only:
trueValue that indicates the reason for tax exemption. The tax authority uses this attribute for taxation purposes. -
TaxExemptionReasonCode: string
Read Only:
trueMaximum Length:30Abbreviation that identifies the reason for tax exemption. The tax authority uses this attribute for taxation purposes. -
TaxInvoiceDate: string
(date)
Read Only:
trueDate and time of the tax invoice that you use to meet tax reporting that different countries require. -
TaxInvoiceNumber: string
Read Only:
trueMaximum Length:150Number of the tax invoice that you use to meet tax reporting that different countries require. -
ThirdPartyTaxRegistrationId: integer
(int64)
Read Only:
trueValue that uniquely identifies tax registration for the third party of the transaction. The tax authority uses this attribute for taxation purposes. -
ThirdPartyTaxRegistrationNumber: string
Read Only:
trueNumber that identifies tax registration for the third party of the transaction. The tax authority uses this attribute for taxation purposes. -
ToLPN: string
Read Only:
trueMaximum Length:30Name of the destination LPN. -
ToLPNId: integer
(int64)
Read Only:
trueValue that uniquely identifies the destination LPN. -
TotalShippingCost: number
Read Only:
trueTotal cost associated with shipping a shipment line. -
TrackingNumber: string
Read Only:
trueMaximum Length:30Number that uniquely identifies tracking for the shipment during transportation. The carrier provides this number. -
TradeComplianceDate: string
(date-time)
Title:
Trade Compliance DateRead Only:trueDate when the application updated the trade compliance status. -
TradeComplianceReason: string
Title:
Trade Compliance ReasonRead Only:trueMaximum Length:2000Reason for the trade compliance screening. -
TradeComplianceScreenedFromEvent: string
Read Only:
trueValue that indicates if the shipment line was screened for trade compliance when publishing a back order. -
TradeComplianceScreeningMethod: string
Title:
MeaningRead Only:trueMaximum Length:80Method the application uses to screen the order line for trade compliance. -
TradeComplianceScreeningMethodCode: string
Read Only:
trueMaximum Length:30Abbreviation that identifies the method the application uses to screen the order line for trade compliance. -
TradeComplianceStatus: string
Title:
MeaningRead Only:trueMaximum Length:80Value that indicates the status of trade compliance screening for the shipment line. -
TradeComplianceStatusCode: string
Title:
Trade Compliance StatusRead Only:trueMaximum Length:30Abbreviation that identifies the status of trade compliance screening for the shipment line. -
TransactionBusinessCategory: string
Read Only:
trueName of the business classification. Oracle Fusion Tax uses this value to identify and categorize each transaction that resides outside of Oracle Fusion Tax into a transaction that resides inside Oracle Fusion Tax. -
TransactionBusinessCategoryCode: string
Read Only:
trueMaximum Length:240Abbreviation that identifies the business classification. Oracle Fusion Tax uses this value to identify and categorize each transaction that resides outside of Oracle Fusion Tax into a transaction that resides inside Oracle Fusion Tax. -
TransactionTempId: integer
(int64)
Read Only:
trueValue that uniquely identifies the temporary transaction that's used to store the serial number information. -
TransportationPlanningDate: string
(date-time)
Title:
Transportation Planning DateRead Only:trueDate when the application received transportation planning for the shipment line. -
TransportationPlanningStatus: string
Title:
MeaningRead Only:trueMaximum Length:80Value that indicates the status of transportation planning for the shipment line. -
TransportationPlanningStatusCode: string
Title:
Transportation Planning StatusRead Only:trueMaximum Length:30Abbreviation that identifies the status of the transportation planning of the shipment line. -
TransportationShipment: string
Title:
Transportation ShipmentRead Only:trueMaximum Length:101Value that identifies the planned shipment that the transportation management application provides. -
TransportationShipmentCompleteFromEvent: string
Read Only:
trueValue that indicates if the transportation shipment is completed when publishing a back order. -
TransportationShipmentFromEvent: string
Read Only:
trueValue that identifies the planned shipment from the transportation management application when publishing a back order. -
TransportationShipmentLine: string
Title:
Transportation Shipment LineRead Only:trueMaximum Length:101Value that identifies the planned shipment line that the transportation management application provides. -
TransportationShipmentLineFromEvent: string
Read Only:
trueValue that identifies the planned shipment line from the transportation management application when publishing a back order. -
UnderShipTolerancePercentage: number
Read Only:
trueMaximum percent below the requested quantity that can be shipped on an order line. This attribute is associated with a feature that requires opt in. -
UnitPrice: integer
Read Only:
truePrice of item for each unit. -
UnitVolume: integer
Read Only:
trueUnit volume of the item on the shipment line. -
UnitWeight: integer
Read Only:
trueUnit weight of the item on the shipment line. -
UserDefinedFiscalClassification: string
Read Only:
trueClassification for each tax requirement that you cannot define using the fiscal classification types that already exist. -
UserDefinedFiscalClassificationCode: string
Read Only:
trueMaximum Length:30Abbreviation that identifies the classification for each tax requirement that you cannot define using the fiscal classification types that already exist. -
Volume: integer
Read Only:
trueVolume of the material for the shipment line. -
VolumeUOM: string
Title:
UOM NameRead Only:trueMaximum Length:25Unit of measure for volume. -
VolumeUOMCode: string
Read Only:
trueMaximum Length:3Abbreviation that identifies the unit of measure to use for volume. -
WeightUOM: string
Title:
UOM NameRead Only:trueMaximum Length:25Unit of measure for weight. -
WeightUOMCode: string
Read Only:
trueMaximum Length:3Abbreviation that identifies the unit of measure to use for weight. -
WMSBatchNumber: string
Read Only:
trueMaximum Length:150Value that identifies the order in the external execution system.
Nested Schema : Attachments for Unpacked Shipment Lines
Type:
arrayTitle:
Attachments for Unpacked Shipment LinesThe Attachments for Unpacked Shipment Lines resource manages details about unpacked shipment line attachments.
Show Source
Nested Schema : Flexfields for Inventory Striping Attributes
Type:
arrayTitle:
Flexfields for Inventory Striping AttributesThe Flexfields for Inventory Striping Attributes resource manages the details of the inventory striping attributes. The inventory striping attributes are a set of named attributes (project, task, and country of origin). This resource is associated with a feature that requires opt in.
Show Source
Nested Schema : Packing Instructions for Unpacked Shipment Lines
Type:
arrayTitle:
Packing Instructions for Unpacked Shipment LinesThe Packing Instructions for Unpacked Shipment Lines resource manages details about how to pack an item in an unpacked shipment line.
Show Source
Nested Schema : Shipping Instructions for Unpacked Shipment Lines
Type:
arrayTitle:
Shipping Instructions for Unpacked Shipment LinesThe Shipping Instructions for Unpacked Shipment Lines resource manages details about how to ship items in unpacked shipment lines.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Flexfields for Lot Attributes
Type:
arrayTitle:
Flexfields for Lot AttributesThe Flexfields for Lot Attributes resource manages details about lot attributes for the unpacked shipment lines.
Show Source
Nested Schema : Flexfields for Lots
Type:
arrayTitle:
Flexfields for LotsThe Flexfields for Lots resource manages details about lots for unpacked shipment lines.
Show Source
Nested Schema : Prorated Costs for Unpacked Shipment Lines
Type:
arrayTitle:
Prorated Costs for Unpacked Shipment LinesThe Prorated Costs for Unpacked Shipment Lines resource manages details about prorated costs for unpacked shipment lines.
Show Source
Nested Schema : Shipment Line Costs for Unpacked Shipment Lines
Type:
arrayTitle:
Shipment Line Costs for Unpacked Shipment LinesThe Shipment Line Costs for Unpacked Shipment Lines resource manages details about the shipping costs for an item in unpacked shipment lines.
Show Source
Nested Schema : Flexfields for Unpacked Shipment Lines
Type:
arrayTitle:
Flexfields for Unpacked Shipment LinesThe Flexfields for Unpacked Shipment Lines resource manages details about unpacked shipment lines.
Show Source
Nested Schema : Serials for Unpacked Shipment Lines
Type:
arrayTitle:
Serials for Unpacked Shipment LinesThe Serials for Unpacked Shipment Lines resource manages details about serial numbers for items in unpacked shipment lines.
Show Source
Nested Schema : shipments-unpackedShipmentLines-attachments-item-response
Type:
Show Source
object-
AsyncTrackerId: string
Title:
Asynchronous Upload Tracker IdIdentifier used for tracking the uploaded files. -
AttachedDocumentId: integer
(int64)
Title:
Attached Document IdValue that uniquely identifies the attached document. -
CategoryName: string
Title:
CategoryMaximum Length:30Category of the attachment. - ContentRepositoryFileShared: boolean
-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:255User who created the attachment. -
CreatedByUserName: string
Title:
Created By User NameRead Only:trueLogin that the user used when creating the document. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate when the user created the attachment. -
DatatypeCode: string
Title:
TypeMaximum Length:30Default Value:FILEAbbreviation that identifies the data type. -
Description: string
Title:
DescriptionMaximum Length:255Description of the attachment. -
DmDocumentId: string
Maximum Length:
255Value that uniquely identifies the attached document. -
DmFolderPath: string
Title:
Dm Folder PathMaximum Length:1000Folder path of the attachment. -
DmVersionNumber: string
Maximum Length:
255Number that identifies the version of the attached document. -
DownloadInfo: string
Title:
DownloadInfoJSON formatted string containing information required to programmatically retrieve a large file attachment. -
ErrorStatusCode: string
Title:
Error Status CodeAbbreviation that identifies the error code, if any, for the attachment. -
ErrorStatusMessage: string
Title:
Error Status MessageText of the error message, if any, for the attachment. -
ExpirationDate: string
(date-time)
Title:
Expiration DateDate when the contents in the attachment expires. -
FileContents: string
(byte)
Title:
File ContentsContents of the attachment. -
FileName: string
Title:
File NameMaximum Length:2048File name of the attachment. -
FileUrl: string
Title:
File UrlURL (Uniform Resource Locator) that locates the attachment. This attribute contains a value only if the attachment type is a URL. -
FileWebImage: string
(byte)
Title:
File Web ImageRead Only:trueThe base64 encoded image of the file displayed in .png format if the source is a convertible image. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate when the user most recently updated the attachment. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:255User who most recently updated the attachment. -
LastUpdatedByUserName: string
Title:
Last Updated By UserRead Only:trueLogin that the user used when updating the document. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PostProcessingAction: string
Title:
PostProcessingActionThe name of the action that can be performed after an attachment is uploaded. -
Title: string
Title:
TitleTitle of the attachment. -
UploadedFileContentType: string
Title:
Uploaded File Content TypeContent type of the attachment. -
UploadedFileLength: integer
Title:
File SizeLength of the attachment file. -
UploadedFileName: string
Title:
Uploaded File NameName of the attachment file. -
UploadedText: string
Title:
Uploaded TextText of the attachment. -
Uri: string
Title:
UriMaximum Length:4000URI (Uniform Resource Identifier) that the shipment appends to the URI. The shipment gets this value from the endpoint for the application that MODULE_ID identifies. -
Url: string
Title:
UrlMaximum Length:4000URL (Uniform Resource Locator) that locates the attachment. This attribute contains a value only if the attachment type is a URL. -
UserName: string
Title:
User NameRead Only:trueMaximum Length:255Login that the user used when adding or modifying the attachment.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : link
Type:
Show Source
object-
href: string
Title:
hyperlink referenceThe URI to the related resource. -
kind: string
Title:
kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource. -
name: string
Title:
nameThe name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relationAllowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source
object-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
Nested Schema : shipments-unpackedShipmentLines-inventoryStripingDFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:40Descriptive flexfield context name of the inventory striping attributes for shipment lines. This attribute is associated with a feature that requires opt in. -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentDescriptive flexfield context display value of the inventory striping attributes for shipment lines. This attribute is associated with a feature that requires opt in. -
countryOfOriginCode: string
Title:
Country of OriginMaximum Length:2Abbreviation that identifies the country of origin. This attribute is associated with a feature that requires opt in. -
countryOfOriginCode_Display: string
Title:
Country of OriginName of the country of origin. This attribute is associated with a feature that requires opt in. -
DeliveryDetailId: integer
(int64)
Title:
LineValue that uniquely identifies the shipment line. This attribute is associated with a feature that requires opt in. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
projectId: integer
(int64)
Title:
ProjectValue that uniquely identifies the inventory attribute project. This attribute is associated with a feature that requires opt in. -
projectId_Display: string
Title:
ProjectNumber that identifies the inventory attribute project. This attribute is associated with a feature that requires opt in. -
taskId: integer
(int64)
Title:
TaskValue that uniquely identifies the inventory attribute task. This attribute is associated with a feature that requires opt in. -
taskId_Display: string
Title:
TaskNumber that identifies the inventory attribute task. This attribute is associated with a feature that requires opt in.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : shipments-unpackedShipmentLines-linePackingInstructions-item-response
Type:
Show Source
object-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
NoteId: integer
Read Only:
trueValue that uniquely identifies the text that contains details about how to pack the item. -
PackingInstructions: string
(byte)
Read Only:
trueText that describes how to pack the item.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : shipments-unpackedShipmentLines-lineShippingInstructions-item-response
Type:
Show Source
object-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
NoteId: integer
(int64)
Read Only:
trueValue that uniquely identifies the shipping instruction. -
ShippingInstructions: string
(byte)
Read Only:
trueText that includes details about how to ship the item.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : shipments-unpackedShipmentLines-lotAttributeDFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Descriptive flexfield context name for lot attributes. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
InventoryItemId: integer
(int64)
Value that uniquely identifies the inventory item.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LotNumber: string
Title:
LotMaximum Length:80Number that identifies the lot for the item. This attribute is used when the warehouse places the item under lot control. -
OrganizationId: integer
(int64)
Value that uniquely identifies the inventory organization.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : shipments-unpackedShipmentLines-lotStandardDFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Descriptive flexfield context name for lot standards. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
InventoryItemId: integer
(int64)
Value that uniquely identifies the inventory item.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LotNumber: string
Title:
LotMaximum Length:80Number that identifies the lot for the item. The application uses this attribute when the warehouse places the item under lot control. -
OrganizationId: integer
(int64)
Value that uniquely identifies the inventory organization.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : shipments-unpackedShipmentLines-proratedCosts-item-response
Type:
Show Source
object-
CreatedBy: string
Maximum Length:
64User who created the prorated shipping cost. -
CreationDate: string
(date-time)
Date when the prorated shipping cost was created.
-
CurrencyCode: string
Maximum Length:
15Abbreviation that identifies the currency that the prorated shipping cost uses. -
CurrencyName: string
Read Only:
trueMaximum Length:80Currency of the prorated shipping cost. -
LastUpdateDate: string
(date-time)
Date when the prorated shipping cost was last updated.
-
LastUpdatedBy: string
Maximum Length:
64User who most recently updated the prorated shipping cost. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ProratedAmount: number
Amount for the prorated shipping cost.
-
ProratedShippingCostId: integer
(int64)
Value that uniquely identifies the prorated shipping cost.
-
ShippingCostType: string
Read Only:
trueMaximum Length:60Type of cost that is predefined in the application. -
ShippingCostTypeCategory: string
Read Only:
trueMaximum Length:80Category of the prorated shipping cost that the application uses to group shipping costs according to similar characteristics. A list of accepted values is defined in the lookup type WSH_FREIGHT_COST_TYPE. -
ShippingCostTypeCategoryCode: string
Read Only:
trueMaximum Length:30Abbreviation that identifies the category of the prorated shipping cost. A list of accepted values is defined in the lookup type WSH_FREIGHT_COST_TYPE. -
ShippingCostTypeId: integer
(int64)
Value that uniquely identifies the category of the prorated shipping cost.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : shipments-unpackedShipmentLines-shipmentLineCosts-item-response
Type:
Show Source
object-
Amount: number
Amount for the shipping cost for each unit.
-
ConversionDate: string
(date)
Conversion date to use when converting the currency.
-
ConversionRate: number
Conversion rate to use when converting the currency.
-
ConversionRateType: string
Read Only:
trueMaximum Length:30Type of currency conversion. -
ConversionRateTypeCode: string
Maximum Length:
30Abbreviation that identifies the type of currency conversion. -
CreatedBy: string
Maximum Length:
64User who created the shipping cost for the packing unit. -
CreationDate: string
(date-time)
Date when the shipping cost for the packing unit was created.
-
CurrencyCode: string
Maximum Length:
15Abbreviation that identifies the currency that the packing unit cost uses. -
CurrencyName: string
Read Only:
trueMaximum Length:80Currency of the shipping cost. -
DeliveryDetailId: integer
(int64)
Value that uniquely identifies the shipment line.
-
FreightCostId: integer
(int64)
Value that uniquely identifies the freight cost.
-
LastUpdateDate: string
(date-time)
Date when the shipping cost for the packing unit was last updated.
-
LastUpdatedBy: string
Maximum Length:
64User who most recently updated the shipping cost for the packing unit. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LPNId: integer
(int64)
Value that uniquely identifies the container to use when packing the detail line.
-
PackingUnit: string
Read Only:
trueMaximum Length:30Name of the container to use to pack the item. -
ShippingCost: string
Read Only:
trueMaximum Length:60Cost type that comes predefined in the application. -
shippingCostsDFF: array
Flexfields for Shipment Line Costs
Title:
Flexfields for Shipment Line CostsThe Flexfields for Shipment Line Costs resource manages details about shipment line costs. -
ShippingCostTypeCategory: string
Read Only:
trueMaximum Length:80Category of the shipping cost that the application uses to group shipping costs according to similar characteristics. A list of accepted values is defined in the lookup type WSH_FREIGHT_COST_TYPE. -
ShippingCostTypeCategoryCode: string
Read Only:
trueMaximum Length:30Abbreviation that identifies the category of the shipping cost. A list of accepted values is defined in the lookup type WSH_FREIGHT_COST_TYPE. -
ShippingCostTypeId: integer
(int64)
Value that uniquely identifies the category of the shipping cost.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Flexfields for Shipment Line Costs
Type:
arrayTitle:
Flexfields for Shipment Line CostsThe Flexfields for Shipment Line Costs resource manages details about shipment line costs.
Show Source
Nested Schema : shipments-unpackedShipmentLines-shipmentLineCosts-shippingCostsDFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Descriptive flexfield context name for shipping costs. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value for shipping costs. -
FreightCostId: integer
(int64)
Value that uniquely identifies the freight cost.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : shipments-unpackedShipmentLines-shipmentLinesDFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueRead Only:trueMaximum Length:30Descriptive flexfield context name for shipment lines. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
DeliveryDetailId: integer
(int64)
Title:
LineRead Only:trueValue that uniquely identifies the shipment line. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : shipments-unpackedShipmentLines-shipmentLineSerials-item-response
Type:
Show Source
object-
attributeDFF: array
Flexfields for Serial Attributes
Title:
Flexfields for Serial AttributesThe Flexfields for Serial Attributes resource manages details about serial attributes for the serial numbers. -
DeliveryDetailId: number
Read Only:
trueValue that uniquely identifies the shipment line. -
FromSerialNumber: string
Read Only:
trueMaximum Length:255Starting serial number in a range of serial numbers. This attribute is used when the warehouse places the item under serial control. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
serialNumbers: array
Serial Numbers
Title:
Serial NumbersThe Serial Numbers resource manages details about individual serial numbers for the shipment lines. -
SerialQuantity: number
Read Only:
trueQuantity of serial numbers recorded. -
standardDFF: array
Flexfields for Serials
Title:
Flexfields for SerialsThe Flexfields for Serials resource manages details about serial numbers. -
SupplierSerialNumber: string
Read Only:
trueMaximum Length:80Serial number assigned to the item by the supplier. -
ToSerialNumber: string
Read Only:
trueMaximum Length:80Ending serial number in a range of serial numbers. This attribute is used when the warehouse places the item under serial control. -
TransactionTempId: number
Read Only:
trueValue that uniquely identifies a row in the transaction table for temporary inventory. -
UniqueLineNumber: integer
(int64)
Value that creates a relationship between the serial number and the shipment line. If the line has shipped, then this attribute identifies the shipment line. If the line has not shipped, then this attribute identifies the transaction for a row in a temporary transaction table that references the serial number.
Nested Schema : Flexfields for Serial Attributes
Type:
arrayTitle:
Flexfields for Serial AttributesThe Flexfields for Serial Attributes resource manages details about serial attributes for the serial numbers.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Serial Numbers
Type:
arrayTitle:
Serial NumbersThe Serial Numbers resource manages details about individual serial numbers for the shipment lines.
Show Source
Nested Schema : Flexfields for Serials
Type:
arrayTitle:
Flexfields for SerialsThe Flexfields for Serials resource manages details about serial numbers.
Show Source
Nested Schema : shipments-unpackedShipmentLines-shipmentLineSerials-attributeDFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Descriptive flexfield context name for serial attributes. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value for serial attributes. -
FmSerialNumber: string
Maximum Length:
80 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
TransactionTempId: integer
(int64)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : shipments-unpackedShipmentLines-shipmentLineSerials-serialNumbers-item-response
Type:
Show Source
object-
attributeDFF: array
Flexfields for Serial Attributes
Title:
Flexfields for Serial AttributesThe Flexfields for Serial Attributes resource manages details about serial attributes for the serial numbers. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
SerialNumber: string
Title:
Serial NumberRead Only:trueMaximum Length:80Serial number for the item. The application uses this attribute when the warehouse places the item under serial control. -
standardDFF: array
Flexfields for Serials
Title:
Flexfields for SerialsThe Flexfields for Serials resource manages details about serial numbers.
Nested Schema : Flexfields for Serial Attributes
Type:
arrayTitle:
Flexfields for Serial AttributesThe Flexfields for Serial Attributes resource manages details about serial attributes for the serial numbers.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Flexfields for Serials
Type:
arrayTitle:
Flexfields for SerialsThe Flexfields for Serials resource manages details about serial numbers.
Show Source
Nested Schema : shipments-unpackedShipmentLines-shipmentLineSerials-serialNumbers-attributeDFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Descriptive flexfield context name for serial attributes. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value for serial attributes. -
CurrentOrganizationId: integer
(int64)
Value that uniquely identifies the inventory organization.
-
InventoryItemId: integer
(int64)
Value that uniquely identifies the inventory item.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
SerialNumber: string
Title:
Serial NumberMaximum Length:80Serial number for the item. The application uses this attribute when the warehouse places the item under serial control.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : shipments-unpackedShipmentLines-shipmentLineSerials-serialNumbers-standardDFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Descriptive flexfield context name for standard attributes. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value for serial standards. -
CurrentOrganizationId: integer
(int64)
Value that uniquely identifies the inventory organization.
-
InventoryItemId: integer
(int64)
Value that uniquely identifies the inventory item.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
SerialNumber: string
Title:
Serial NumberMaximum Length:80Serial number for the item. This attribute is used when the warehouse places the item under serial control.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : shipments-unpackedShipmentLines-shipmentLineSerials-standardDFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Descriptive flexfield context name for standard attributes. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value for serial standards. -
FmSerialNumber: string
Maximum Length:
80 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
TransactionTempId: integer
(int64)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source