Get all lines

get

/fscmRestApi/resources/11.13.18.05/shipments/{Shipment}/child/outerPackingUnits/{LPNId}/child/shipmentLines

Request

Path Parameters
Query Parameters
  • 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>
  • 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).
  • 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
  • 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 shipment lines according to the shipment line number.
      Finder Variables:
      • ShipmentLine; integer; Number that identifies the shipment line.
  • 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.
  • 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
  • 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.
  • The resource item payload will be filtered in order to contain only data (no links section, for example).
  • 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
  • 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:
    • 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.
    • 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.
    • 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.
    • 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.
    • 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.
    • 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.
    • 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.
    • GrossWeight; integer; Gross weight of the shipment line.
    • 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.
    • InventoryItemId; integer; Value that uniquely identifies the inventory item.
    • Item; string; Value that uniquely identifies the item.
    • ItemDescription; string; Description of the inventory 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.
    • 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.
    • LotNumber; string; Number that identifies the lot for the item. This attribute is used when the warehouse places the item under lot control.
    • MovementRequestLineId; integer; Value that uniquely identifies the movement request line.
    • NetWeight; integer; Net weight of the shipment line.
    • 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.
    • OrganizationId; integer; Value that uniquely identifies the inventory organization.
    • OrganizationName; string; Name of the inventory organization.
    • 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 fullfilment number that identifies the fulfillment line for the order line in the source order.
    • OriginalSourceOrderFulfillmentLineId; integer; Original fullfilment value that uniquely identifies the fulfillment line in the source order.
    • 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.
    • 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.
    • QuickShipStatus; string; Status of the quick ship for the shipment line.
    • RcvShipmentLineId; integer; Value that uniquely the advanced shipment notice (ASN) for the shipment line that the supplier supplies in receiving.
    • 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.
    • Revision; string; Revision of the item.
    • ScheduledShipDate; string; Date that the application scheduled to ship the order line.
    • 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.
    • 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.
    • ShipmentLine; integer; Value that uniquely identifies the shipment line.
    • ShipmentSet; string; Shipset that contains the order line.
    • ShippedQuantity; number; Shipped quantity, in the requested unit of measure.
    • 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.
    • 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.
    • Subinventory; string; Subinventory to use when fulfilling the item to shipped.
    • 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.
    • 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.
  • 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
  • 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".
  • 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 Top

Response

Supported Media Types

Default Response

The following table describes the default response for this task.
Headers
  • 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".
  • 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.
Body ()
Root Schema : shipments-outerPackingUnits-shipmentLines
Type: object
Show Source
Nested Schema : Items
Type: array
Title: Items
The items in the collection.
Show Source
Nested Schema : shipments-outerPackingUnits-shipmentLines-item-response
Type: object
Show Source
Nested Schema : Attachments for Shipment Lines
Type: array
Title: Attachments for Shipment Lines
The Attachments for Shipment Lines resource manages details about shipment line attachments.
Show Source
Nested Schema : Flexfields for Inventory Striping Attributes
Type: array
Title: Flexfields for Inventory Striping Attributes
The 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 Shipment Lines
Type: array
Title: Packing Instructions for Shipment Lines
The Packing Instructions for Shipment Lines resource manages details about how to pack an item.
Show Source
Nested Schema : Shipping Instructions for Shipment Lines
Type: array
Title: Shipping Instructions for Shipment Lines
The Shipping Instructions for Shipment Lines resource manages details about how to ship items.
Show Source
Nested Schema : Flexfields for Lot Attributes
Type: array
Title: Flexfields for Lot Attributes
The Flexfields for Lot Attributes resource manages details about lot attributes for the shipment lines.
Show Source
Nested Schema : Flexfields for Lots
Type: array
Title: Flexfields for Lots
The Flexfields for Lots resource manages details about lots for shipment lines.
Show Source
Nested Schema : Prorated Costs for Shipment Lines
Type: array
Title: Prorated Costs for Shipment Lines
The Prorated Costs for Shipment Lines resource manages details about prorated costs for shipment lines.
Show Source
Nested Schema : Shipment Line Costs
Type: array
Title: Shipment Line Costs
The Shipment Line Costs resource manages details about the shipping costs for an item.
Show Source
Nested Schema : Flexfields for Shipment Lines
Type: array
Title: Flexfields for Shipment Lines
The Flexfields for Shipment Lines resource manages details about shipment lines.
Show Source
Nested Schema : Serials for Shipment Lines
Type: array
Title: Serials for Shipment Lines
The Serials for Shipment Lines resource manages details about serial numbers for items in shipment lines.
Show Source
Nested Schema : shipments-outerPackingUnits-shipmentLines-attachments-item-response
Type: object
Show Source
Nested Schema : shipments-outerPackingUnits-shipmentLines-inventoryStripingDFF-item-response
Type: object
Show Source
  • Title: Context Segment
    Maximum Length: 40
    Descriptive flexfield context name of the inventory striping attributes for shipment lines. This attribute is associated with a feature that requires opt in.
  • Title: Context Segment
    Descriptive flexfield context display value of the inventory striping attributes for shipment lines. This attribute is associated with a feature that requires opt in.
  • Title: Country of Origin
    Maximum Length: 2
    Abbreviation that identifies the country of origin. This attribute is associated with a feature that requires opt in.
  • Title: Country of Origin
    Name of the country of origin. This attribute is associated with a feature that requires opt in.
  • Title: Line
    Value that uniquely identifies the shipment line. This attribute is associated with a feature that requires opt in.
  • Links
  • Title: Project
    Value that uniquely identifies the inventory attribute project. This attribute is associated with a feature that requires opt in.
  • Title: Project
    Number that identifies the inventory attribute project. This attribute is associated with a feature that requires opt in.
  • Title: Task
    Value that uniquely identifies the inventory attribute task. This attribute is associated with a feature that requires opt in.
  • Title: Task
    Number that identifies the inventory attribute task. This attribute is associated with a feature that requires opt in.
Nested Schema : shipments-outerPackingUnits-shipmentLines-linePackingInstructions-item-response
Type: object
Show Source
Nested Schema : shipments-outerPackingUnits-shipmentLines-lineShippingInstructions-item-response
Type: object
Show Source
Nested Schema : shipments-outerPackingUnits-shipmentLines-lotAttributeDFF-item-response
Type: object
Show Source
Nested Schema : shipments-outerPackingUnits-shipmentLines-lotStandardDFF-item-response
Type: object
Show Source
Nested Schema : shipments-outerPackingUnits-shipmentLines-proratedCosts-item-response
Type: object
Show Source
Nested Schema : shipments-outerPackingUnits-shipmentLines-shipmentLineCosts-item-response
Type: object
Show Source
Nested Schema : Flexfields for Shipment Line Costs
Type: array
Title: Flexfields for Shipment Line Costs
The Flexfields for Shipment Line Costs resource manages details about shipment line costs.
Show Source
Nested Schema : shipments-outerPackingUnits-shipmentLines-shipmentLineCosts-shippingCostsDFF-item-response
Type: object
Show Source
Nested Schema : shipments-outerPackingUnits-shipmentLines-shipmentLinesDFF-item-response
Type: object
Show Source
Nested Schema : shipments-outerPackingUnits-shipmentLines-shipmentLineSerials-item-response
Type: object
Show Source
  • Flexfields for Serial Attributes
    Title: Flexfields for Serial Attributes
    The Flexfields for Serial Attributes resource manages details about serial attributes for the serial numbers.
  • Read Only: true
    Value that uniquely identifies the shipment line.
  • Read Only: true
    Maximum Length: 255
    Starting serial number in a range of serial numbers. This attribute is used when the warehouse places the item under serial control.
  • Links
  • Serial Numbers
    Title: Serial Numbers
    The Serial Numbers resource manages details about individual serial numbers for the shipment lines.
  • Flexfields for Serials
    Title: Flexfields for Serials
    The Flexfields for Serials resource manages details about serial numbers.
  • Read Only: true
    Maximum Length: 80
    Serial number assigned to the item by the supplier.
  • Read Only: true
    Maximum Length: 80
    Ending serial number in a range of serial numbers. This attribute is used when the warehouse places the item under serial control.
  • Read Only: true
    Value that uniquely identifies a row in the transaction table for temporary inventory.
  • 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: array
Title: Flexfields for Serial Attributes
The Flexfields for Serial Attributes resource manages details about serial attributes for the serial numbers.
Show Source
Nested Schema : Serial Numbers
Type: array
Title: Serial Numbers
The Serial Numbers resource manages details about individual serial numbers for the shipment lines.
Show Source
Nested Schema : Flexfields for Serials
Type: array
Title: Flexfields for Serials
The Flexfields for Serials resource manages details about serial numbers.
Show Source
Nested Schema : shipments-outerPackingUnits-shipmentLines-shipmentLineSerials-attributeDFF-item-response
Type: object
Show Source
Nested Schema : shipments-outerPackingUnits-shipmentLines-shipmentLineSerials-serialNumbers-item-response
Type: object
Show Source
Nested Schema : Flexfields for Serial Attributes
Type: array
Title: Flexfields for Serial Attributes
The Flexfields for Serial Attributes resource manages details about serial attributes for the serial numbers.
Show Source
Nested Schema : Flexfields for Serials
Type: array
Title: Flexfields for Serials
The Flexfields for Serials resource manages details about serial numbers.
Show Source
Nested Schema : shipments-outerPackingUnits-shipmentLines-shipmentLineSerials-serialNumbers-attributeDFF-item-response
Type: object
Show Source
Nested Schema : shipments-outerPackingUnits-shipmentLines-shipmentLineSerials-serialNumbers-standardDFF-item-response
Type: object
Show Source
Nested Schema : shipments-outerPackingUnits-shipmentLines-shipmentLineSerials-standardDFF-item-response
Type: object
Show Source
Back to Top