Get all units
get
/fscmRestApi/resources/11.13.18.05/shipments/{Shipment}/child/outerPackingUnits
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 outer packing units for the packing unit.
Finder Variables:- LPNId; integer; Value that uniquely identifies the parent packing unit or container where you pack the detail line.
- PrimaryKey: Finds outer packing units for the packing unit.
-
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:- ContainerItem; string; Identifies the item for the packing unit.
- ContainerVolume; number; Volume of material that the packing unit can hold.
- ContainerVolumeUOM; string; Unit of measure that the container volume uses for the packing unit.
- ContainerVolumeUOMCode; string; Abbreviation that identifies the unit of measure to use for the container volume for the packing unit.
- 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 identifies the ownership of the items that are in transit.
- GrossWeight; number; Weight of the packing unit, including contents.
- GrossWeightUOM; string; Unit of measure for the gross weight of the packing unit.
- GrossWeightUOMCode; string; Abbreviation that identifies the unit of measure to use for the gross weight for the packing unit.
- InventoryItemId; integer; Value that uniquely identifies the inventory item.
- LPNId; integer; Value that uniquely identifies the container that the shipper uses to pack the item.
- LicensePlateNumber; string; Value that uniquely identifies the packing unit.
- MasterSerialNumber; string; Master serial number that identifies the packing unit.
- ParentLPNId; integer; Value that uniquely identifies the parent packing unit or container.
- SealNumber; string; Number that identifies the seal on a packing unit, locker, or truck to prove that the container remained closed during transport.
- TareWeight; number; Weight of the container of the packing unit.
- TareWeightUOM; string; Unit of measure for the tare weight of the packing unit.
- TareWeightUOMCode; string; Abbreviation that identifies the unit of measure to use for the tare weight of the packing unit.
- TrackingNumber; string; Value that uniquely identifies the tracking for the packing unit.
-
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:
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.
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(required):
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(required):
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-outerPackingUnits
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:
Items
The items in the collection. -
limit(required): integer
The actual paging size used by the server.
-
links(required): array
Links
Title:
Links
The 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:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : shipments-outerPackingUnits-item-response
Type:
Show Source
object
-
attachments: array
Attachments for Packing Units
Title:
Attachments for Packing Units
The Attachments for Packing Units resource manages details about packing unit attachments. -
Carrier: string
Read Only:
true
Name of the carrier that transports the shipment. -
CarrierId: integer
(int64)
Value that uniquely identifies the carrier.
-
CarrierNumber: string
Read Only:
true
Number that identifies the carrier that transports the shipment. -
ContainerItem: string
Read Only:
true
Identifies the item for the packing unit. -
ContainerItemDescription: string
Read Only:
true
Description of the item for the packing unit. -
ContainerVolume: number
Volume of material that the packing unit can hold.
-
ContainerVolumeUOM: string
Read Only:
true
Unit of measure that the container volume uses for the packing unit. -
ContainerVolumeUOMCode: string
Maximum Length:
3
Abbreviation that identifies the unit of measure to use for the container volume for the packing unit. -
DimensionUOM: string
Read Only:
true
Unit of measure of the dimensions of the packing unit. -
DimensionUOMCode: string
Read Only:
true
Abbreviation that identifies the unit of measure to use for the dimensions of the packing unit. -
FOB: string
Read Only:
true
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
Maximum Length:
30
Abbreviation that identifies the ownership of the items that are in transit. -
GrossWeight: number
Title:
Gross Weight
Weight of the packing unit, including contents. -
GrossWeightUOM: string
Read Only:
true
Unit of measure for the gross weight of the packing unit. -
GrossWeightUOMCode: string
Maximum Length:
3
Abbreviation that identifies the unit of measure to use for the gross weight for the packing unit. -
innerPackingUnits: array
Inner Packing Units
Title:
Inner Packing Units
The Inner Packing Units resource manages details about the packing unit that's packed in an outer packing unit. -
InventoryItemId: integer
(int64)
Value that uniquely identifies the inventory item.
-
LicensePlateNumber: string
Title:
Packing Unit
Maximum Length:30
Value that uniquely identifies the packing unit. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
LPNId: integer
(int64)
Value that uniquely identifies the container that the shipper uses to pack the item.
-
MasterSerialNumber: string
Maximum Length:
80
Master serial number that identifies the packing unit. -
ModeOfTransport: string
Read Only:
true
Mode of transportation that ships goods. A list of accepted values is defined in the lookup type WSH_MODE_OF_TRANSPORT. -
ModeOfTransportCode: string
Maximum Length:
30
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. -
NetWeight: number
Title:
Net Weight
Weight of the contents of the packing unit. -
NetWeightUOM: string
Read Only:
true
Unit of measure of the net weight of the packing unit. -
NetWeightUOMCode: string
Title:
Weight UOM
Maximum Length:3
Abbreviation that identifies the unit of measure to use for the net weight of the packing unit. -
OutermostPackingUnit: string
Read Only:
true
Number that identifies the outermost packing unit. -
OutermostPackingUnitId: integer
(int64)
Value that uniquely identifies the outermost packing unit.
-
PackingUnitCategory: string
Read Only:
true
Type of packing unit. A list of accepted values is defined in the lookup type INV_CONTAINER_TYPE. -
PackingUnitCategoryCode: string
Read Only:
true
Abbreviation that identifies the type of packing unit. A list of accepted values is defined in the lookup type INV_CONTAINER_TYPE. -
packingUnitCosts: array
Packing Unit Costs
Title:
Packing Unit Costs
The Packing Unit Costs resource manages details about the shipping costs for a packing unit. -
packingUnitPackingInstructions: array
Packing Instructions for Packing Units
Title:
Packing Instructions for Packing Units
The Packing Instructions for Packing Units resource manages details about how to pack a packing unit. -
packingUnitsDFF: array
Flexfields for Packing Units
Title:
Flexfields for Packing Units
The Flexfields for Packing Units resource manages details about packing units. -
packingUnitShippingInstructions: array
Shipping Instructions for Packing Units
Title:
Shipping Instructions for Packing Units
The Shipping Instructions for Packing Units resource manages details about how to ship a packing unit. -
ParentLPNId: integer
(int64)
Value that uniquely identifies the parent packing unit or container.
-
ParentPackingUnit: string
Read Only:
true
Number that identifies the parent packing unit. -
PercentageFilled: integer
(int64)
Percent of the packing unit that is packed.
-
SealNumber: string
Title:
Seal Number
Maximum Length:30
Number that identifies the seal on a packing unit, locker, or truck to prove that the container remained closed during transport. -
ServiceLevel: string
Read Only:
true
Transportation 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
Maximum Length:
30
Abbreviation that identifies the service level for the shipping method. A list of accepted values is defined in the lookup type WSH_SERVICE_LEVELS. -
ShipFromAddress1: string
Read Only:
true
Maximum Length:240
First line of the ship-from address. -
ShipFromAddress2: string
Read Only:
true
Maximum Length:240
Second line of the ship-from address. -
ShipFromAddress3: string
Read Only:
true
Maximum Length:240
Third line of the ship-from address. -
ShipFromAddress4: string
Read Only:
true
Maximum Length:240
Fourth line of the ship-from address. -
ShipFromCity: string
Read Only:
true
Maximum Length:30
City of the ship-from address. -
ShipFromCountry: string
Read Only:
true
Maximum Length:60
Country of the ship-from address. -
ShipFromCounty: string
Read Only:
true
Maximum Length:120
County of the ship-from address. -
ShipFromLocationId: integer
(int64)
Value that uniquely identifies the ship-from location.
-
ShipFromPostalCode: string
Read Only:
true
Maximum Length:30
Abbreviation that identifies the postal code of the ship-from address. -
ShipFromRegion: string
Read Only:
true
Maximum Length:120
Region of the ship-from address. -
ShipFromState: string
Read Only:
true
Maximum Length:120
State of the ship-from address. -
shipmentLines: array
Shipment Lines
Title:
Shipment Lines
The Shipment Lines resource manages details about the packed shipment lines. -
ShipToAddress1: string
Read Only:
true
Maximum Length:240
First line of the ship-to customer address. -
ShipToAddress2: string
Read Only:
true
Maximum Length:240
Second line of ship-to customer address. -
ShipToAddress3: string
Read Only:
true
Maximum Length:240
Third line of the ship-to customer address. -
ShipToAddress4: string
Read Only:
true
Maximum Length:240
Fourth line of the ship-to customer address. -
ShipToCity: string
Read Only:
true
Maximum Length:60
City of the ship-to customer address. -
ShipToCountry: string
Read Only:
true
Maximum Length:60
Country of the ship-to customer address. -
ShipToCounty: string
Read Only:
true
Maximum Length:120
County of the ship-to customer address. -
ShipToLocationId: integer
(int64)
Value that uniquely identifies the ship-to location.
-
ShipToPostalCode: string
Read Only:
true
Maximum Length:60
Abbreviation that identifies the postal code of the ship-to customer address. -
ShipToRegion: string
Read Only:
true
Maximum Length:120
Region of the ship-to customer address. -
ShipToState: string
Read Only:
true
Maximum Length:120
State of the ship-to customer address. -
TareWeight: number
Weight of the container of the packing unit.
-
TareWeightUOM: string
Read Only:
true
Unit of measure for the tare weight of the packing unit. -
TareWeightUOMCode: string
Maximum Length:
3
Abbreviation that identifies the unit of measure to use for the tare weight of the packing unit. -
TrackingNumber: string
Maximum Length:
30
Value that uniquely identifies the tracking for the packing unit. -
UnitHeight: number
Read Only:
true
Height of the packing unit. -
UnitLength: number
Read Only:
true
Length of the packing unit. -
UnitWidth: number
Read Only:
true
Width of the packing unit. -
VolumeFilled: integer
(int64)
Volume of the packing unit that is filled.
Nested Schema : Attachments for Packing Units
Type:
array
Title:
Attachments for Packing Units
The Attachments for Packing Units resource manages details about packing unit attachments.
Show Source
Nested Schema : Inner Packing Units
Type:
array
Title:
Inner Packing Units
The Inner Packing Units resource manages details about the packing unit that's packed in an outer packing unit.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Packing Unit Costs
Type:
array
Title:
Packing Unit Costs
The Packing Unit Costs resource manages details about the shipping costs for a packing unit.
Show Source
Nested Schema : Packing Instructions for Packing Units
Type:
array
Title:
Packing Instructions for Packing Units
The Packing Instructions for Packing Units resource manages details about how to pack a packing unit.
Show Source
Nested Schema : Flexfields for Packing Units
Type:
array
Title:
Flexfields for Packing Units
The Flexfields for Packing Units resource manages details about packing units.
Show Source
Nested Schema : Shipping Instructions for Packing Units
Type:
array
Title:
Shipping Instructions for Packing Units
The Shipping Instructions for Packing Units resource manages details about how to ship a packing unit.
Show Source
Nested Schema : Shipment Lines
Type:
array
Title:
Shipment Lines
The Shipment Lines resource manages details about the packed shipment lines.
Show Source
Nested Schema : shipments-outerPackingUnits-attachments-item-response
Type:
Show Source
object
-
AsyncTrackerId: string
Title:
Asynchronous Upload Tracker Id
Identifier used for tracking the uploaded files. -
AttachedDocumentId: integer
(int64)
Title:
Attached Document Id
Value that uniquely identifies the attached document. -
CategoryName: string
Title:
Category
Maximum Length:30
Category of the attachment. - ContentRepositoryFileShared: boolean
-
CreatedBy: string
Title:
Created By
Read Only:true
Maximum Length:255
User who created the attachment. -
CreatedByUserName: string
Title:
Created By User Name
Read Only:true
Login that the user used when creating the document. -
CreationDate: string
(date-time)
Title:
Creation Date
Read Only:true
Date when the user created the attachment. -
DatatypeCode: string
Title:
Type
Maximum Length:30
Default Value:FILE
Abbreviation that identifies the data type. -
Description: string
Title:
Description
Maximum Length:255
Description of the attachment. -
DmDocumentId: string
Maximum Length:
255
Value that uniquely identifies the attached document. -
DmFolderPath: string
Title:
Dm Folder Path
Maximum Length:1000
Folder path of the attachment. -
DmVersionNumber: string
Maximum Length:
255
Number that identifies the version of the attached document. -
DownloadInfo: string
Title:
DownloadInfo
JSON formatted string containing information required to programmatically retrieve a large file attachment. -
ErrorStatusCode: string
Title:
Error Status Code
Abbreviation that identifies the error code, if any, for the attachment. -
ErrorStatusMessage: string
Title:
Error Status Message
Text of the error message, if any, for the attachment. -
ExpirationDate: string
(date-time)
Title:
Expiration Date
Date when the contents in the attachment expires. -
FileContents: string
(byte)
Title:
File Contents
Contents of the attachment. -
FileName: string
Title:
File Name
Maximum Length:2048
File name of the attachment. -
FileUrl: string
Title:
File Url
URL (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 Image
Read Only:true
The base64 encoded image of the file displayed in .png format if the source is a convertible image. -
LastUpdateDate: string
(date-time)
Title:
Last Update Date
Read Only:true
Date when the user most recently updated the attachment. -
LastUpdatedBy: string
Title:
Last Updated By
Read Only:true
Maximum Length:255
User who most recently updated the attachment. -
LastUpdatedByUserName: string
Title:
Last Updated By User
Read Only:true
Login that the user used when updating the document. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
Title: string
Title:
Title
Title of the attachment. -
UploadedFileContentType: string
Title:
Uploaded File Content Type
Content type of the attachment. -
UploadedFileLength: integer
Title:
File Size
Length of the attachment file. -
UploadedFileName: string
Title:
Uploaded File Name
Name of the attachment file. -
UploadedText: string
Title:
Uploaded Text
Text of the attachment. -
Uri: string
Title:
Uri
Maximum Length:4000
URI (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:
Url
Maximum Length:4000
URL (Uniform Resource Locator) that locates the attachment. This attribute contains a value only if the attachment type is a URL. -
UserName: string
Title:
User Name
Read Only:true
Maximum Length:255
Login that the user used when adding or modifying the attachment.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : link
Type:
Show Source
object
-
href: string
Title:
hyperlink reference
The URI to the related resource. -
kind: string
Title:
kind
Allowed Values:[ "collection", "item", "describe", "other" ]
The kind of the related resource. -
name: string
Title:
name
The name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relation
Allowed 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-outerPackingUnits-innerPackingUnits-item-response
Type:
Show Source
object
-
Carrier: string
Read Only:
true
Name of the carrier that transports the shipment. -
CarrierId: integer
(int64)
Value that uniquely identifies the carrier.
-
CarrierNumber: string
Read Only:
true
Number that identifies the carrier that transports the shipment. -
ContainerItem: string
Read Only:
true
Identifies the item for the packing unit. -
ContainerItemDescription: string
Read Only:
true
Description of the item for the packing unit. -
ContainerVolume: number
Volume of material that the packing unit can hold.
-
ContainerVolumeUOM: string
Read Only:
true
Unit of measure that the container volume uses for the packing unit. -
ContainerVolumeUOMCode: string
Maximum Length:
3
Abbreviation that identifies the unit of measure to use for the container volume for the packing unit. -
DimensionUOM: string
Read Only:
true
Unit of measure of the dimensions of the packing unit. -
DimensionUOMCode: string
Read Only:
true
Abbreviation that identifies the unit of measure to use for the dimensions of the packing unit. -
FOB: string
Read Only:
true
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
Maximum Length:
30
Abbreviation that identifies the ownership of the items that are in transit. -
GrossWeight: number
Title:
Gross Weight
Weight of the packing unit, including contents. -
GrossWeightUOM: string
Read Only:
true
Unit of measure for the gross weight of the packing unit. -
GrossWeightUOMCode: string
Maximum Length:
3
Abbreviation that identifies the unit of measure to use for the gross weight for the packing unit. -
InventoryItemId: integer
(int64)
Value that uniquely identifies the inventory item.
-
LicensePlateNumber: string
Title:
Packing Unit
Maximum Length:30
Value that uniquely identifies the packing unit. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
LPNId: integer
(int64)
Value that uniquely identifies the container that the shipper uses to pack the item.
-
MasterSerialNumber: string
Maximum Length:
80
Master serial number that identifies the packing unit. -
ModeOfTransport: string
Read Only:
true
Mode of transportation that ships goods. A list of accepted values is defined in the lookup type WSH_MODE_OF_TRANSPORT. -
ModeOfTransportCode: string
Maximum Length:
30
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. -
NetWeight: number
Title:
Net Weight
Weight of the contents of the packing unit. -
NetWeightUOM: string
Read Only:
true
Unit of measure of the net weight of the packing unit. -
NetWeightUOMCode: string
Title:
Weight UOM
Maximum Length:3
Abbreviation that identifies the unit of measure to use for the net weight of the packing unit. -
OutermostPackingUnit: string
Read Only:
true
Number that identifies the outermost packing unit. -
OutermostPackingUnitId: integer
(int64)
Value that uniquely identifies the outermost packing unit.
-
PackingUnitCategory: string
Read Only:
true
Type of packing unit. A list of accepted values is defined in the lookup type INV_CONTAINER_TYPE. -
PackingUnitCategoryCode: string
Read Only:
true
Abbreviation that identifies the type of packing unit. A list of accepted values is defined in the lookup type INV_CONTAINER_TYPE. -
ParentLPNId: integer
(int64)
Value that uniquely identifies the parent packing unit or container.
-
ParentPackingUnit: string
Read Only:
true
Number that identifies the parent packing unit. -
PercentageFilled: integer
(int64)
Percent of the packing unit that is packed.
-
SealNumber: string
Title:
Seal Number
Maximum Length:30
Number that identifies the seal on a packing unit, locker, or truck to prove that the container remained closed during transport. -
ServiceLevel: string
Read Only:
true
Transportation 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
Maximum Length:
30
Abbreviation that identifies the service level for the shipping method. A list of accepted values is defined in the lookup type WSH_SERVICE_LEVELS. -
ShipFromAddress1: string
Read Only:
true
Maximum Length:240
First line of the ship-from address. -
ShipFromAddress2: string
Read Only:
true
Maximum Length:240
Second line of the ship-from address. -
ShipFromAddress3: string
Read Only:
true
Maximum Length:240
Third line of the ship-from address. -
ShipFromAddress4: string
Read Only:
true
Maximum Length:240
Fourth line of the ship-from address. -
ShipFromCity: string
Read Only:
true
Maximum Length:30
City of the ship-from address. -
ShipFromCountry: string
Read Only:
true
Maximum Length:60
Country of the ship-from address. -
ShipFromCounty: string
Read Only:
true
Maximum Length:120
County of the ship-from address. -
ShipFromLocationId: integer
(int64)
Value that uniquely identifies the ship-from location.
-
ShipFromPostalCode: string
Read Only:
true
Maximum Length:30
Abbreviation that identifies the postal code of the ship-from address. -
ShipFromRegion: string
Read Only:
true
Maximum Length:120
Region of the ship-from address. -
ShipFromState: string
Read Only:
true
Maximum Length:120
State of the ship-from address. -
ShipToAddress1: string
Read Only:
true
Maximum Length:240
First line of the ship-to customer address. -
ShipToAddress2: string
Read Only:
true
Maximum Length:240
Second line of ship-to customer address. -
ShipToAddress3: string
Read Only:
true
Maximum Length:240
Third line of the ship-to customer address. -
ShipToAddress4: string
Read Only:
true
Maximum Length:240
Fourth line of the ship-to customer address. -
ShipToCity: string
Read Only:
true
Maximum Length:60
City of the ship-to customer address. -
ShipToCountry: string
Read Only:
true
Maximum Length:60
Country of the ship-to customer address. -
ShipToCounty: string
Read Only:
true
Maximum Length:120
County of the ship-to customer address. -
ShipToLocationId: integer
(int64)
Value that uniquely identifies the ship-to location.
-
ShipToPostalCode: string
Read Only:
true
Maximum Length:60
Abbreviation that identifies the postal code of the ship-to customer address. -
ShipToRegion: string
Read Only:
true
Maximum Length:120
Region of the ship-to customer address. -
ShipToState: string
Read Only:
true
Maximum Length:120
State of the ship-to customer address. -
TareWeight: number
Weight of the container of the packing unit.
-
TareWeightUOM: string
Read Only:
true
Unit of measure for the tare weight of the packing unit. -
TareWeightUOMCode: string
Maximum Length:
3
Abbreviation that identifies the unit of measure to use for the tare weight of the packing unit. -
TrackingNumber: string
Maximum Length:
30
Value that uniquely identifies the tracking for the packing unit. -
UnitHeight: number
Read Only:
true
Height of the packing unit. -
UnitLength: number
Read Only:
true
Length of the packing unit. -
UnitWidth: number
Read Only:
true
Width of the packing unit. -
VolumeFilled: integer
(int64)
Volume of the packing unit that is filled.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : shipments-outerPackingUnits-packingUnitCosts-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:
true
Maximum Length:30
Type of currency conversion. -
ConversionRateTypeCode: string
Maximum Length:
30
Abbreviation that identifies the type of currency conversion. -
CreatedBy: string
Maximum Length:
64
User 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:
15
Abbreviation that identifies the currency that the packing unit cost uses. -
CurrencyName: string
Read Only:
true
Maximum Length:80
Currency 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:
64
User who most recently updated the shipping cost for the packing unit. -
links: array
Links
Title:
Links
The 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:
true
Maximum Length:30
Name of the container to use to pack the item. -
ShippingCost: string
Read Only:
true
Maximum Length:60
Cost type that comes predefined in the application. -
shippingCostsDFF: array
Flexfields for Shipping Costs in Packing Units
Title:
Flexfields for Shipping Costs in Packing Units
The Flexfields for Shipping Costs in Packing Units resource manages details about shipping costs. -
ShippingCostTypeCategory: string
Read Only:
true
Maximum Length:80
Category 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:
true
Maximum Length:30
Abbreviation 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:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Flexfields for Shipping Costs in Packing Units
Type:
array
Title:
Flexfields for Shipping Costs in Packing Units
The Flexfields for Shipping Costs in Packing Units resource manages details about shipping costs.
Show Source
Nested Schema : shipments-outerPackingUnits-packingUnitCosts-shippingCostsDFF-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:30
Descriptive flexfield context name for shipping costs. -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Descriptive flexfield context display value for shipping costs. -
FreightCostId: integer
(int64)
Value that uniquely identifies the freight cost.
-
links: array
Links
Title:
Links
The link relations associated with the resource instance.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : shipments-outerPackingUnits-packingUnitPackingInstructions-item-response
Type:
Show Source
object
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
NoteId: integer
Read Only:
true
Value that uniquely identifies the text that contains details about how to pack the item. -
PackingInstructions: string
(byte)
Read Only:
true
Text that describes how to pack the item.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : shipments-outerPackingUnits-packingUnitsDFF-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:30
Descriptive flexfield context name for packing units. -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Descriptive flexfield context display value for packing units. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
LPNId: integer
(int64)
Value that uniquely identifies the container to use when packing the detail line.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : shipments-outerPackingUnits-packingUnitShippingInstructions-item-response
Type:
Show Source
object
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
NoteId: integer
(int64)
Read Only:
true
Value that uniquely identifies the shipping instruction. -
ShippingInstructions: string
(byte)
Read Only:
true
Text that includes details about how to ship the item.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : shipments-outerPackingUnits-shipmentLines-item-response
Type:
Show Source
object
-
AllowItemSubstitutionFlag: boolean
Read Only:
true
Maximum Length:1
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
Read Only:
true
Maximum Length:150
Arrival set that contains the order line. -
AssessableValue: number
Read Only:
true
Value 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 Shipment Lines
Title:
Attachments for Shipment Lines
The Attachments for Shipment Lines resource manages details about shipment line attachments. -
BackorderedQuantity: number
Read Only:
true
Quantity that the application withheld from processing until inventory becomes available. -
BaseItem: string
Read Only:
true
Maximum Length:300
Name of the model to use for an assemble-to-order configured item. -
BaseItemDescription: string
Read Only:
true
Maximum Length:240
Description of the model to use for an assemble-to-order configured item. -
BaseItemId: integer
(int64)
Read Only:
true
Value that uniquely identifies the model to use for an assemble-to-order configured item. -
BillToAddress1: string
Maximum Length:
240
First line of the bill-to customer address. -
BillToAddress2: string
Maximum Length:
240
Second line of the bill-to customer address. -
BillToAddress3: string
Maximum Length:
240
Third line of the bill-to customer address. -
BillToAddress4: string
Maximum Length:
240
Fourth line of the bill-to customer address. -
BillToCity: string
Maximum Length:
60
City of the bill-to customer address. -
BillToContact: string
Maximum Length:
360
Person to contact at the bill-to customer site. -
BillToContactFirstName: string
Read Only:
true
First name of the person to contact at the bill-to customer site. -
BillToContactId: integer
(int64)
Read Only:
true
Value that uniquely identifies the bill-to contact for the order line. -
BillToContactLastName: string
Read Only:
true
Last name of the person to contact at the bill-to customer site. -
BillToContactPhone: string
Maximum Length:
40
Phone number of the person to contact at the bill-to customer site. -
BillToCountry: string
Maximum Length:
80
Country of the bill-to customer address. -
BillToCounty: string
Maximum Length:
60
County of the bill-to customer address. -
BillToCustomer: string
Read Only:
true
Maximum Length:360
Name of the party to bill for the sales order line. -
BillToCustomerNumber: string
Read Only:
true
Maximum Length:30
Number that identifies the party to bill for the sales order line. -
BillToEmail: string
Read Only:
true
Email of the person to contact at the bill-to customer site. -
BillToFax: string
Maximum Length:
40
Fax number of the bill-to customer. -
BillToLocationId: integer
(int64)
Read Only:
true
Value that uniquely identifies the bill-to location for the order line. -
BillToPartyId: integer
(int64)
Read Only:
true
Value that uniquely identifies the bill-to party for the order line. -
BillToPartySiteId: integer
(int64)
Read Only:
true
Value that uniquely identifies the bill-to party site. -
BillToPartySiteNumber: string
Read Only:
true
Maximum Length:30
Number that identifies the bill-to party site. -
BillToPostalCode: string
Maximum Length:
60
Abbreviation that identifies the postal code of the bill-to customer address. -
BillToRegion: string
Maximum Length:
60
Region of the bill-to customer address. -
BillToState: string
Maximum Length:
60
State of the bill-to customer address. -
BillToURL: string
Maximum Length:
2000
URL (Uniform Resource Locator) of the bill-to customer. -
BusinessUnit: string
Read Only:
true
Name of the selling business unit. -
BusinessUnitId: integer
(int64)
Read Only:
true
Value that uniquely identifies the selling business unit. -
CancelledQuantity: number
Read Only:
true
Quantity that was canceled. -
Carrier: string
Title:
Name
Read Only:true
Maximum Length:360
Name of the carrier who transports the shipment. -
CarrierId: integer
(int64)
Read Only:
true
Value that uniquely identifies the carrier. -
CarrierNumber: string
Title:
Registry ID
Read Only:true
Maximum Length:30
Number that identifies the carrier who transports the shipment. -
ConversionDate: string
(date)
Read Only:
true
Date when the application converted the currency. -
ConversionRate: number
Read Only:
true
Rate of the currency conversion. -
ConversionTypeCode: string
Read Only:
true
Maximum Length:80
If 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:
true
Shipped or backordered quantity of the line converted to ordered UOM. -
ConvertedRequestedQuantity: number
Read Only:
true
Requested quantity of the shipment line in order unit of measure (UOM). This attribute is associated with a feature that requires opt in. -
CreatedBy: string
Read Only:
true
Maximum Length:64
User who created the shipment line. -
CreationDate: string
(date-time)
Read Only:
true
Date when the application created the shipment line. -
CurrencyCode: string
Read Only:
true
Maximum Length:15
Abbreviation that identifies the currency of the shipment line. -
CurrencyName: string
Read Only:
true
Maximum Length:80
Currency of the shipment line. -
CurrentBackorderedQuantityFromEvent: number
Read Only:
true
Quantity back ordered currently for the shipment line when publishing a back order. -
CustomerItem: string
Read Only:
true
Maximum Length:150
Customer item number. -
CustomerItemDescription: string
Read Only:
true
Maximum Length:240
Customer item description. -
CustomerItemId: integer
(int64)
Read Only:
true
Value that uniquely identifies the customer item. -
CustomerPONumber: string
Read Only:
true
Maximum Length:50
Number of the customer purchase order. -
DeliveredQuantity: number
Read Only:
true
Quantity that the shipper delivers. -
DestinationOrganizationCode: string
Read Only:
true
Maximum Length:255
Value of the Destination Organization Code that's retrieved when the Source Document Type is Transfer Order. -
DocumentFiscalClassification: string
Read Only:
true
Document fiscal classification. -
DocumentFiscalClassificationCode: string
Read Only:
true
Maximum Length:240
Abbreviation that identifies the document fiscal classification. -
DoNotShipAfterDate: string
(date-time)
Read Only:
true
Date before when the shipper must ship. -
DoNotShipBeforeDate: string
(date-time)
Read Only:
true
Date after when the shipper must ship. -
EndAssemblyItemNumber: string
Title:
End Assembly
Read Only:true
Maximum Length:300
Number that identifies the finished, assembled item to build, using the item shipped on this shipment line. -
FirstPartyTaxRegistrationId: integer
(int64)
Read Only:
true
Value 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:
true
Number that identifies tax registration for the first party of the transaction. The tax authority uses this attribute for taxation purposes. -
FOB: string
Title:
Meaning
Read Only:true
Maximum Length:80
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
Read Only:
true
Maximum Length:30
Abbreviation that indicates the ownership of the items that are in transit. -
FreightTerms: string
Title:
Meaning
Read Only:true
Maximum Length:80
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
Read Only:
true
Maximum Length:30
Abbreviation that identifies the freight terms. -
GrossWeight: integer
Read Only:
true
Gross weight of the shipment line. -
InitialDestination: string
Read Only:
true
First leg of transportation that the transportation management application planned to deliver the shipment to the final destination. -
InitialDestinationId: integer
(int64)
Title:
Initial Destination
Read Only:true
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
Title:
Meaning
Read Only:true
Maximum Length:80
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
Read Only:
true
Maximum Length:30
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. -
IntendedUse: string
Read Only:
true
Name of the intended use classification. -
IntendedUseClassificationId: number
Read Only:
true
Value that uniquely identifies the Intended use classification. -
InventoryItemId: integer
(int64)
Read Only:
true
Value that uniquely identifies the inventory item. -
inventoryStripingDFF: array
Flexfields for Inventory Striping Attributes
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. -
Item: string
Read Only:
true
Maximum Length:300
Value that uniquely identifies the item. -
ItemDescription: string
Read Only:
true
Maximum Length:240
Description of the inventory item. -
LastUpdateDate: string
(date-time)
Read Only:
true
Date when the user most recently updated the shipment line. -
LastUpdatedBy: string
Read Only:
true
Maximum Length:64
User who most recently updated the shipment line. -
LegalEntity: string
Read Only:
true
Name of the legal entity. -
LegalEntityId: integer
Read Only:
true
Value that uniquely identifies the legal entity. -
LineGrossWeight: number
Read Only:
true
Gross weight of the shipment line. This attribute is associated with a feature that requires opt in. -
LineNetWeight: number
Read Only:
true
Net weight of the shipment line. This attribute is associated with a feature that requires opt in. -
linePackingInstructions: array
Packing Instructions for Shipment Lines
Title:
Packing Instructions for Shipment Lines
The Packing Instructions for Shipment Lines resource manages details about how to pack an item. -
LineSellingPrice: number
Read Only:
true
Selling price of the item. -
lineShippingInstructions: array
Shipping Instructions for Shipment Lines
Title:
Shipping Instructions for Shipment Lines
The Shipping Instructions for Shipment Lines resource manages details about how to ship items. -
LineStatus: string
Read Only:
true
Maximum Length:80
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
Read Only:
true
Maximum Length:1
Abbreviation 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:
true
Price of item for each unit. -
LineUnitVolume: number
Read Only:
true
Unit volume of the item on the shipment line. -
LineUnitWeight: number
Read Only:
true
Unit weight of the item on the shipment line. -
LineVolume: number
Read Only:
true
Volume of the material for the shipment line. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
LoadingSequence: integer
Read Only:
true
Sequence to use when loading the shipment line. -
LocationOfFinalDischarge: string
Read Only:
true
Location of the final discharge. -
LocationOfFinalDischargeCode: string
Read Only:
true
Abbreviation that identifies the final discharge location. -
LocationOfFinalDischargeId: integer
(int64)
Read Only:
true
Value that uniquely identifies the location of the final discharge. -
Locator: string
Maximum Length:
4000
Concatenated name of the inventory locator that provides the source for material that ships. -
LocatorId: integer
(int64)
Read Only:
true
Value that uniquely identifies the item locator for the shipment line. -
LogisticsServiceProviderCustomer: string
Read Only:
true
Maximum Length:360
Name of the customer who provides logistics services. This customer sends the order line. -
LogisticsServiceProviderCustomerId: integer
(int64)
Read Only:
true
Value that uniquely identifies the customer who provides logistics services. This customer sends the order line. -
LogisticsServiceProviderCustomerNumber: string
Read Only:
true
Maximum Length:30
Number that identifies the customer who provides logistics services. This customer sends the order line. -
lotAttributeDFF: array
Flexfields for Lot Attributes
Title:
Flexfields for Lot Attributes
The Flexfields for Lot Attributes resource manages details about lot attributes for the shipment lines. -
LotNumber: string
Read Only:
true
Maximum Length:80
Number 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 Lots
The Flexfields for Lots resource manages details about lots for shipment lines. -
MaximumOvershipmentPercentage: integer
Read Only:
true
Maximum percent above the requested quantity that can ship for the shipment line. -
MaximumUndershipmentPercentage: integer
Read Only:
true
Maximum percent below the requested quantity that can ship for the shipment line. -
ModeOfTransport: string
Title:
Meaning
Read Only:true
Maximum Length:80
Mode 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:
true
Maximum Length:30
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
(int64)
Read Only:
true
Value that uniquely identifies the movement request line. -
NetWeight: integer
Read Only:
true
Net weight of the shipment line. -
Order: string
Title:
Sales Order
Read Only:true
Maximum Length:150
Sales order number from the order capture application. -
OrderLine: string
Title:
Sales Order Line
Read Only:true
Maximum Length:150
Sales order line number from the order capture application. -
OrderSchedule: string
Title:
Sales Order Schedule
Read Only:true
Maximum Length:150
Sales order shipment number from the order capture application. -
OrderType: string
Title:
Meaning
Read Only:true
Maximum Length:80
Type of source line. -
OrderTypeCode: string
Title:
Order Type
Read Only:true
Maximum Length:30
Abbreviation that identifies the type of source line. -
OrganizationCode: string
Read Only:
true
Maximum Length:18
Abbreviation that identifies the ship-from organization. -
OrganizationId: integer
(int64)
Read Only:
true
Value that uniquely identifies the inventory organization. -
OrganizationName: string
Read Only:
true
Maximum Length:240
Name of the inventory organization. -
OriginalDeliveryDetailId: integer
(int64)
Read Only:
true
Value that uniquely identifies the original delivery detail. This attribute is not currently used. -
OriginalItemConvertedQuantity: number
Read Only:
true
Shipped or backordered quantity of the line converted to an original item and ordered UOM. -
OriginalItemId: integer
(int64)
Read Only:
true
Value that uniquely identifies the original inventory item. This attribute is not currently used. -
OriginalItemNumber: string
Read Only:
true
Maximum Length:255
Value that uniquely identifies the original item. This attribute is not currently used. -
OriginalShipmentLineFromEvent: integer
Read Only:
true
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
Maximum Length:
255
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.
-
OverShipTolerancePercentage: number
Read Only:
true
Maximum percent above the requested quantity that can be shipped on an order line. This attribute is associated with a feature that requires opt in. -
ParentItem: string
Read Only:
true
Maximum Length:300
Name of the parent item. -
ParentItemDescription: string
Read Only:
true
Maximum Length:240
Description of the parent item. -
ParentItemId: integer
(int64)
Read Only:
true
Value that uniquely identifies the parent item. -
ParentPackingUnit: string
Read Only:
true
Maximum Length:30
Parent packing unit for the shipment line. -
ParentPackingUnitId: integer
(int64)
Read Only:
true
Value that uniquely identifies the parent packing unit for the shipment line. -
ParentSourceOrderFulfillmentLineId: integer
(int64)
Read Only:
true
Value that uniquely identifies the source shipment of the parent item. -
PendingQuantity: number
Read Only:
true
Quantity from the source order line that the shipper has not yet shipped. -
PendingQuantityFlag: boolean
Read Only:
true
Contains 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:
true
Quantity that fulfillment takes from the warehouse to fulfill the sales order. -
PickWave: string
Read Only:
true
Maximum Length:30
Name of the group of sales orders that the application released into picking. -
PickWaveId: integer
(int64)
Read Only:
true
Value that uniquely identifies the group of sales orders that the application released into picking. -
POBillToBusinessUnit: string
Read Only:
true
Business unit of the purchase order. -
POBillToBusinessUnitId: integer
Read Only:
true
Value that uniquely identifies the bill-to business unit of the purchase order. -
POHeaderId: integer
Read Only:
true
Value that uniquely identifies the purchase order header. -
PONumber: string
Read Only:
true
Number that identifies the purchase order. -
POSoldToLegalEntity: string
Read Only:
true
Sold-to legal entity for the purchase order. -
POSoldToLegalEntityId: integer
Read Only:
true
Value that uniquely identifies the sold-to legal entity of the purchase order. -
PreferredGrade: string
Read Only:
true
Maximum Length:150
Abbreviation that identifies the preferred grade of the item. -
PreferredGradeName: string
Read Only:
true
Maximum Length:240
Preferred grade of the item. -
ProductCategory: string
Read Only:
true
Product category of the transaction line. -
ProductCategoryCode: string
Read Only:
true
Maximum Length:240
Abbreviation that identifies the product category of the transaction line. -
ProductFiscalClassification: string
Read Only:
true
Product fiscal classification of the transaction line. -
ProductFiscalClassificationId: integer
(int64)
Read Only:
true
Value that uniquely identifies the product fiscal classification of the transaction line. -
ProductType: string
Read Only:
true
Product type of the inventory item. -
ProductTypeCode: string
Read Only:
true
Maximum Length:240
Abbreviation that identifies the product type of the inventory item. -
ProjectCostingProjectId: integer
(int64)
Read Only:
true
Value 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:
true
Maximum Length:240
Name of the project for standardized project cost collection. This attribute is associated with a feature that requires opt in. -
ProjectCostingProjectNumber: string
Read Only:
true
Maximum Length:25
Number 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:
true
Value 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:
true
Maximum Length:255
Name of the task for standardized project cost collection. This attribute is associated with a feature that requires opt in. -
ProjectCostingTaskNumber: string
Read Only:
true
Maximum Length:100
Number that identifies the task for standardized project cost collection. This attribute is associated with a feature that requires opt in. -
ProjectSalesOrderFlag: boolean
Title:
Project Sales Order
Read Only:true
Maximum Length:1
Contains 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 Shipment Lines
Title:
Prorated Costs for Shipment Lines
The Prorated Costs for Shipment Lines resource manages details about prorated costs for shipment lines. -
QuickShipStatus: string
Read Only:
true
Maximum Length:30
Status of the quick ship for the shipment line. -
RcvShipmentLineId: integer
(int64)
Read Only:
true
Value that uniquely the advanced shipment notice (ASN) for the shipment line that the supplier supplies in receiving. -
RequestedDate: string
(date-time)
Read Only:
true
Date when the application requested the order line. -
RequestedDateType: string
Title:
Meaning
Read Only:true
Maximum Length:80
Determines whether the requested date occurs when the material ships or when it arrives. -
RequestedDateTypeCode: string
Read Only:
true
Maximum Length:30
Abbreviation that indicates whether the requested date occurs when the material ships or when it arrives. -
RequestedQuantity: number
Read Only:
true
Quantity of the item that the sales order line requests, in the primary unit of measure. -
RequestedQuantityUOM: string
Title:
UOM Name
Read Only:true
Maximum Length:25
Primary unit of measure for the ordered quantity. -
RequestedQuantityUOMCode: string
Read Only:
true
Maximum Length:3
Abbreviation that identifies the primary unit of measure for the ordered quantity. -
Revision: string
Read Only:
true
Maximum Length:3
Revision of the item. -
ScheduledShipDate: string
(date-time)
Read Only:
true
Date that the application scheduled to ship the order line. -
SealNumber: string
Read Only:
true
Maximum Length:30
Number that identifies the seal on a packing unit, locker, or truck to prove that the container remained closed during transport. -
SecondaryBackorderedQuantity: number
Read Only:
true
Quantity in the secondary unit of measure for the item that the application withheld from processing until inventory becomes available. -
SecondaryCancelledQuantity: number
Read Only:
true
Canceled quantity in the secondary unit of measure for the item. -
SecondaryConvertedQuantity: number
Read Only:
true
Converted quantity in the secondary unit of measure for the item. -
SecondaryDeliveredQuantity: number
Read Only:
true
Delivered quantity in the secondary unit of measure for the item. -
SecondaryPickedQuantity: number
Read Only:
true
Quantity in the secondary unit of measure for item that fulfillment takes from the warehouse to fulfill the sales order. -
SecondaryRequestedQuantity: number
Read Only:
true
Quantity of the item requested on the sales order line, in the secondary unit of measure. -
SecondaryRequestedQuantityUOM: string
Title:
UOM Name
Read Only:true
Maximum Length:25
Secondary unit of measure for the ordered quantity. -
SecondaryRequestedQuantityUOMCode: string
Read Only:
true
Maximum Length:3
Abbreviation that identifies the secondary unit of measure for the ordered quantity. -
SecondaryShippedQuantity: number
Read Only:
true
Shipped quantity, in the secondary unit of measure. -
SecondarySourceRequestedQuantity: number
Read Only:
true
Secondary unit of measure for the requested quantity on the source order line. -
SecondarySourceRequestedQuantityUOM: string
Title:
UOM Name
Read Only:true
Maximum Length:25
Secondary unit of measure for the requested quantity on the source order line. -
SecondarySourceRequestedQuantityUOMCode: string
Read Only:
true
Maximum Length:3
Abbreviation that identifies the secondary unit of measure for the requested quantity on the source order line. -
SecondaryStagedQuantity: number
Read Only:
true
Staged quantity in the secondary unit of measure for the item. -
SellingPrice: integer
Read Only:
true
Selling price of the item. -
ServiceLevel: string
Title:
Meaning
Read Only:true
Maximum Length:80
Transportation 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:
true
Maximum Length:30
Abbreviation that identifies the service level for the shipping method. A list of accepted values is defined in the lookup type WSH_SERVICE_LEVELS. -
ShipFromAddress1: string
Title:
Address Line 1
Read Only:true
Maximum Length:240
First line of the ship-from address. -
ShipFromAddress2: string
Title:
Address Line 2
Read Only:true
Maximum Length:240
Second line of the ship-from address. -
ShipFromAddress3: string
Title:
Address Line 3
Read Only:true
Maximum Length:240
Third line of the ship-from address. -
ShipFromAddress4: string
Title:
Address Line 4
Read Only:true
Maximum Length:240
Fourth line of the ship-from address. -
ShipFromCity: string
Title:
Town or City
Read Only:true
Maximum Length:30
City of the ship-from address. -
ShipFromCountry: string
Title:
Country
Read Only:true
Maximum Length:60
Country of the ship-from address. -
ShipFromCounty: string
Title:
Region 1
Read Only:true
Maximum Length:120
County of the ship-from address. -
ShipFromLocationId: integer
(int64)
Read Only:
true
Value that uniquely identifies the ship-from location. -
ShipFromPostalCode: string
Title:
Postal Code
Read Only:true
Maximum Length:30
Postal code of the ship-from address. -
ShipFromRegion: string
Title:
Region 3
Read Only:true
Maximum Length:120
Region of the ship-from address. -
ShipFromState: string
Title:
Region 2
Read Only:true
Maximum Length:120
State of the ship-from address. -
Shipment: string
Read Only:
true
Maximum Length:30
Name of the shipment. -
ShipmentAdviceStatusFlag: boolean
Read Only:
true
Maximum Length:1
Contains 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:
true
Value that uniquely identifies the shipment. -
ShipmentLine: integer
(int64)
Title:
Line
Read Only:true
Value that uniquely identifies the shipment line. -
shipmentLineCosts: array
Shipment Line Costs
Title:
Shipment Line Costs
The Shipment Line Costs resource manages details about the shipping costs for an item. -
shipmentLinesDFF: array
Flexfields for Shipment Lines
Title:
Flexfields for Shipment Lines
The Flexfields for Shipment Lines resource manages details about shipment lines. -
shipmentLineSerials: array
Serials for Shipment Lines
Title:
Serials for Shipment Lines
The Serials for Shipment Lines resource manages details about serial numbers for items in shipment lines. -
ShipmentSet: string
Read Only:
true
Maximum Length:150
Shipset that contains the order line. -
ShippedQuantity: number
Read Only:
true
Shipped quantity, in the requested unit of measure. -
ShippingMethod: string
Read Only:
true
Maximum Length:522
Transportation method for the shipment line. -
ShippingMethodCode: string
Read Only:
true
Maximum Length:30
Abbreviation that identifies the transportation method for the shipment line. -
ShippingPriority: string
Title:
Meaning
Read Only:true
Maximum Length:80
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
Read Only:
true
Maximum Length:30
Abbreviation that identifies the priority of the demand lines to ship. -
ShippingToleranceBehavior: string
Read Only:
true
Value 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:
240
First line of the ship-to customer address. -
ShipToAddress2: string
Maximum Length:
240
Second line of the ship-to customer address. -
ShipToAddress3: string
Maximum Length:
240
Third line of the ship-to customer address. -
ShipToAddress4: string
Maximum Length:
240
Fourth line of the ship-to customer address. -
ShipToCity: string
Maximum Length:
60
City of the ship-to customer address. -
ShipToContact: string
Maximum Length:
360
Person to contact at the ship-to customer site. -
ShipToContactFirstName: string
Read Only:
true
First name of the person to contact at the ship-to customer site. -
ShipToContactId: integer
(int64)
Read Only:
true
Value that uniquely identifies the contact at the ship-to location. -
ShipToContactLastName: string
Read Only:
true
Last name of the person to contact at the ship-to customer site. -
ShipToContactPhone: string
Maximum Length:
40
Phone number for the person to contact at the ship-to customer site. -
ShipToCountry: string
Maximum Length:
80
Country of the ship-to customer address. -
ShipToCounty: string
Maximum Length:
120
County of the ship-to customer address. -
ShipToCustomer: string
Read Only:
true
Maximum Length:360
Name of the party who will receive the sales order line that ships. -
ShipToCustomerNumber: string
Read Only:
true
Maximum Length:30
Number that identifies the ship-to party. -
ShipToEmail: string
Read Only:
true
Email of the person to contact at the ship-to customer site. -
ShipToFax: string
Maximum Length:
40
Fax number of the ship-to customer. -
ShipToLocationId: integer
(int64)
Read Only:
true
Value that uniquely identifies the ship-to location. -
ShipToLocationType: string
Read Only:
true
Maximum Length:1
Defines the ship-to location type. -
ShipToPartyId: integer
(int64)
Read Only:
true
Value that uniquely identifies the ship-to party. -
ShipToPartySiteId: integer
(int64)
Read Only:
true
Value that uniquely identifies the ship-to party site. -
ShipToPartySiteNumber: string
Read Only:
true
Maximum Length:30
Number that identifies the ship-to party site. -
ShipToPostalCode: string
Maximum Length:
60
Abbreviation that identifies the postal code of the ship-to customer address. -
ShipToRegion: string
Maximum Length:
120
Region of the ship-to customer address. -
ShipToState: string
Maximum Length:
120
State of the ship-to customer address. -
ShipToURL: string
Maximum Length:
2000
URL (Uniform Resource Locator) of the ship-to customer. -
SoldToContact: string
Maximum Length:
360
Person to contact at the sold-to customer site. -
SoldToContactFirstName: string
Read Only:
true
First name of the person to contact at the sold-to customer site. -
SoldToContactId: integer
(int64)
Read Only:
true
Value that uniquely identifies the sold-to contact for the shipment line. -
SoldToContactLastName: string
Read Only:
true
Last name of the person to contact at the sold-to customer site. -
SoldToContactPhone: string
Maximum Length:
40
Phone number for the person to contact at the sold-to customer site. -
SoldToCustomer: string
Read Only:
true
Maximum Length:360
Name of the party who purchased the sales order line. -
SoldToCustomerNumber: string
Read Only:
true
Maximum Length:30
Number that identifies the sold-to party. -
SoldToEmail: string
Read Only:
true
Email of the person to contact at the sold-to customer site. -
SoldToFax: string
Maximum Length:
40
Fax number of the sold-to customer. -
SoldToPartyId: integer
(int64)
Read Only:
true
Value that uniquely identifies the sold-to party. -
SoldToURL: string
Maximum Length:
2000
URL (Uniform Resource Locator) of the sold-to customer. -
SourceDocumentTypeId: integer
(int64)
Read Only:
true
Value that uniquely identifies the type of source document. -
SourceLineUpdateDate: string
(date-time)
Read Only:
true
Date when the application most recently updated the source line. -
SourceOrder: string
Read Only:
true
Maximum Length:150
Number that identifies the source order header. -
SourceOrderFulfillmentLine: string
Read Only:
true
Maximum Length:150
Number that identifies the fulfillment line for the order line in the source order. -
SourceOrderFulfillmentLineId: integer
(int64)
Read Only:
true
Value that uniquely identifies the fulfillment line in source order. -
SourceOrderId: integer
(int64)
Read Only:
true
Value that uniquely identifies the source order header. -
SourceOrderLine: string
Read Only:
true
Maximum Length:150
Number that identifies the source order line in the source order header. -
SourceOrderLineId: integer
(int64)
Read Only:
true
Value that uniquely identifies the source order line. -
SourceRequestedQuantity: number
Read Only:
true
Quantity that the customer requested on the source order line. -
SourceRequestedQuantityUOM: string
Title:
UOM Name
Read Only:true
Maximum Length:25
Unit of measure for the requested quantity on the source order line. -
SourceRequestedQuantityUOMCode: string
Read Only:
true
Maximum Length:3
Abbreviation that identifies the unit of measure for the requested quantity on the source order line. -
SourceSubinventory: string
Read Only:
true
Maximum Length:10
If material is available, then this attribute contains the subinventory that the warehouse uses to pick the requested item. -
SourceSystem: string
Read Only:
true
Maximum Length:80
Name of the source application. -
SourceSystemId: integer
(int64)
Read Only:
true
Value that uniquely identifies the source application. -
SplitFromShipmentLine: integer
(int64)
Read Only:
true
Value that uniquely identifies the shipment line that the application originally split this line from. -
SrcAttribute1: string
Read Only:
true
Maximum Length:150
Value that indicates the source application descriptive flexfield segment of the first user descriptive flexfield. -
SrcAttribute10: string
Read Only:
true
Maximum Length:150
Value that indicates the source application descriptive flexfield segment of the tenth user descriptive flexfield. -
SrcAttribute11: string
Read Only:
true
Maximum Length:150
Value that indicates the source application descriptive flexfield segment of the eleventh user descriptive flexfield. -
SrcAttribute12: string
Read Only:
true
Maximum Length:150
Value that indicates the source application descriptive flexfield segment of the twelfth user descriptive flexfield. -
SrcAttribute13: string
Read Only:
true
Maximum Length:150
Value that indicates the source application descriptive flexfield segment of the thirteenth user descriptive flexfield. -
SrcAttribute14: string
Read Only:
true
Maximum Length:150
Value that indicates the source application descriptive flexfield segment of the fourteenth user descriptive flexfield. -
SrcAttribute15: string
Read Only:
true
Maximum Length:150
Value that indicates the source application descriptive flexfield segment of the fifteenth user descriptive flexfield. -
SrcAttribute16: string
Read Only:
true
Maximum Length:150
Value that indicates the source application descriptive flexfield segment of the sixteenth user descriptive flexfield. -
SrcAttribute17: string
Read Only:
true
Maximum Length:150
Value that indicates the source application descriptive flexfield segment of the seventeenth user descriptive flexfield. -
SrcAttribute18: string
Read Only:
true
Maximum Length:150
Value that indicates the source application descriptive flexfield segment of the eighteenth user descriptive flexfield. -
SrcAttribute19: string
Read Only:
true
Maximum Length:150
Value that indicates the source application descriptive flexfield segment of the nineteenth user descriptive flexfield. -
SrcAttribute2: string
Read Only:
true
Maximum Length:150
Value that indicates the source application descriptive flexfield segment of the second user descriptive flexfield. -
SrcAttribute20: string
Read Only:
true
Maximum Length:150
Value that indicates the source application descriptive flexfield segment of the twentieth user descriptive flexfield. -
SrcAttribute3: string
Read Only:
true
Maximum Length:150
Value that indicates the source application descriptive flexfield segment of the third user descriptive flexfield. -
SrcAttribute4: string
Read Only:
true
Maximum Length:150
Value that indicates the source application descriptive flexfield segment of the fourth user descriptive flexfield. -
SrcAttribute5: string
Read Only:
true
Maximum Length:150
Value that indicates the source application descriptive flexfield segment of the fifth user descriptive flexfield. -
SrcAttribute6: string
Read Only:
true
Maximum Length:150
Value that indicates the source application descriptive flexfield segment of the sixth user descriptive flexfield. -
SrcAttribute7: string
Read Only:
true
Maximum Length:150
Value that indicates the source application descriptive flexfield segment of the seventh user descriptive flexfield. -
SrcAttribute8: string
Read Only:
true
Maximum Length:150
Value that indicates the source application descriptive flexfield segment of the eighth user descriptive flexfield. -
SrcAttribute9: string
Read Only:
true
Maximum Length:150
Value that indicates the source application descriptive flexfield segment of the ninth user descriptive flexfield. -
SrcAttributeCategory: string
Read Only:
true
Maximum Length:30
Value that indicates the source application descriptive flexfield segment. -
SrcAttributeDate1: string
(date)
Read Only:
true
Date that indicates the source application descriptive flexfield segment of the first user descriptive flexfield. -
SrcAttributeDate2: string
(date)
Read Only:
true
Date that indicates the source application descriptive flexfield segment of the second user descriptive flexfield. -
SrcAttributeDate3: string
(date)
Read Only:
true
Date that indicates the source application descriptive flexfield segment of the third user descriptive flexfield. -
SrcAttributeDate4: string
(date)
Read Only:
true
Date that indicates the source application descriptive flexfield segment of the fourth user descriptive flexfield. -
SrcAttributeDate5: string
(date)
Read Only:
true
Date that indicates the source application descriptive flexfield segment of the fifth user descriptive flexfield. -
SrcAttributeNumber1: number
Read Only:
true
Number that indicates the source application descriptive flexfield segment of the first user descriptive flexfield. -
SrcAttributeNumber10: number
Read Only:
true
Number that indicates the source application descriptive flexfield segment of the tenth user descriptive flexfield. -
SrcAttributeNumber2: number
Read Only:
true
Number that indicates the source application descriptive flexfield segment of the second user descriptive flexfield. -
SrcAttributeNumber3: number
Read Only:
true
Number that indicates the source application descriptive flexfield segment of the third user descriptive flexfield. -
SrcAttributeNumber4: number
Read Only:
true
Number that indicates the source application descriptive flexfield segment of the fourth user descriptive flexfield. -
SrcAttributeNumber5: number
Read Only:
true
Number that indicates the source application descriptive flexfield segment of the fifth user descriptive flexfield. -
SrcAttributeNumber6: number
Read Only:
true
Number that indicates the source application descriptive flexfield segment of the sixth user descriptive flexfield. -
SrcAttributeNumber7: number
Read Only:
true
Number that indicates the source application descriptive flexfield segment of the seventh user descriptive flexfield. -
SrcAttributeNumber8: number
Read Only:
true
Number that indicates the source application descriptive flexfield segment of the eighth user descriptive flexfield. -
SrcAttributeNumber9: number
Read Only:
true
Number that indicates the source application descriptive flexfield segment of the ninth user descriptive flexfield. -
SrcAttributeTimestamp1: string
(date-time)
Read Only:
true
Date and time that indicates the source application descriptive flexfield segment of the first user descriptive flexfield. -
SrcAttributeTimestamp2: string
(date-time)
Read Only:
true
Date and time that indicates the source application descriptive flexfield segment of the second user descriptive flexfield. -
SrcAttributeTimestamp3: string
(date-time)
Read Only:
true
Date and time that indicates the source application descriptive flexfield segment of the third user descriptive flexfield. -
SrcAttributeTimestamp4: string
(date-time)
Read Only:
true
Date and time that indicates the source application descriptive flexfield segment of the fourth user descriptive flexfield. -
SrcAttributeTimestamp5: string
(date-time)
Read Only:
true
Date and time that indicates the source application descriptive flexfield segment of the fifth user descriptive flexfield. -
StagedQuantity: number
Read Only:
true
Staged quantity from items in the sales order. -
Subinventory: string
Read Only:
true
Maximum Length:10
Subinventory to use when fulfilling the item to shipped. -
Supplier: string
Read Only:
true
Maximum Length:360
Name of the supplier. -
SupplierLotNumber: string
Read Only:
true
Maximum Length:255
Number that identifies the lot assigned to the item by the supplier. -
SupplierPartyNumber: string
Read Only:
true
Maximum Length:30
Number that identifies the supplier party. -
TareWeight: number
Read Only:
true
Weight of the container of the shipment line. It is the difference between the gross weight and the net weight. -
TaxationCountry: string
Read Only:
true
Country where the transaction occurs. The tax authority uses this attribute for taxation purposes. -
TaxationCountryCode: string
Read Only:
true
Maximum Length:2
Abbreviation that identifies the country where the transaction occurs. The tax authority uses this attribute for taxation purposes. -
TaxClassification: string
Read Only:
true
Value that indicates the group of taxes for reporting and processing. The tax authority uses this attribute for taxation purposes. -
TaxClassificationCode: string
Read Only:
true
Maximum Length:50
Abbreviation that identifies a group of taxes for reporting and processing. The tax authority uses this attribute for taxation purposes. -
TaxExemptionCertificateNumber: string
Read Only:
true
Maximum Length:80
Number that identifies the certificate for tax exemption. The tax authority uses this attribute for taxation purposes. -
TaxExemptionReason: string
Read Only:
true
Value that indicates the reason for tax exemption. The tax authority uses this attribute for taxation purposes. -
TaxExemptionReasonCode: string
Read Only:
true
Maximum Length:30
Abbreviation that identifies the reason for tax exemption. The tax authority uses this attribute for taxation purposes. -
TaxInvoiceDate: string
(date)
Read Only:
true
Date and time of the tax invoice that you use to meet tax reporting that different countries require. -
TaxInvoiceNumber: string
Read Only:
true
Maximum Length:150
Number of the tax invoice that you use to meet tax reporting that different countries require. -
ThirdPartyTaxRegistrationId: integer
(int64)
Read Only:
true
Value 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:
true
Number that identifies tax registration for the third party of the transaction. The tax authority uses this attribute for taxation purposes. -
TrackingNumber: string
Read Only:
true
Maximum Length:30
Number that uniquely identifies tracking for the shipment during transportation. The carrier provides this number. -
TradeComplianceDate: string
(date-time)
Title:
Trade Compliance Date
Read Only:true
Date when the application updated the trade compliance status. -
TradeComplianceReason: string
Title:
Trade Compliance Reason
Read Only:true
Maximum Length:2000
Reason for the trade compliance screening. -
TradeComplianceScreenedFromEvent: string
Read Only:
true
Value that indicates if the shipment line was screened for trade compliance when publishing a back order. -
TradeComplianceScreeningMethod: string
Title:
Meaning
Read Only:true
Maximum Length:80
Method the application uses to screen the order line for trade compliance. -
TradeComplianceScreeningMethodCode: string
Read Only:
true
Maximum Length:30
Abbreviation that identifies the method the application uses to screen the order line for trade compliance. -
TradeComplianceStatus: string
Title:
Meaning
Read Only:true
Maximum Length:80
Value that indicates the status of trade compliance screening for the shipment line. -
TradeComplianceStatusCode: string
Title:
Trade Compliance Status
Read Only:true
Maximum Length:30
Abbreviation that identifies the status of trade compliance screening for the shipment line. -
TransactionBusinessCategory: string
Read Only:
true
Name 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:
true
Maximum Length:240
Abbreviation 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. -
TransportationPlanningDate: string
(date-time)
Title:
Transportation Planning Date
Read Only:true
Date when the application received transportation planning for the shipment line. -
TransportationPlanningStatus: string
Title:
Meaning
Read Only:true
Maximum Length:80
Value that indicates the status of transportation planning for the shipment line. -
TransportationPlanningStatusCode: string
Title:
Transportation Planning Status
Read Only:true
Maximum Length:30
Abbreviation that identifies the status of the transportation planning of the shipment line. -
TransportationShipment: string
Title:
Transportation Shipment
Read Only:true
Maximum Length:101
Value that identifies the planned shipment that the transportation management application provides. -
TransportationShipmentCompleteFromEvent: string
Read Only:
true
Value that indicates if the transportation shipment is completed when publishing a back order. -
TransportationShipmentFromEvent: string
Read Only:
true
Value that identifies the planned shipment from the transportation management application when publishing a back order. -
TransportationShipmentLine: string
Title:
Transportation Shipment Line
Read Only:true
Maximum Length:101
Value that identifies the planned shipment line that the transportation management application provides. -
TransportationShipmentLineFromEvent: string
Read Only:
true
Value that identifies the planned shipment line from the transportation management application when publishing a back order. -
UnderShipTolerancePercentage: number
Read Only:
true
Maximum 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:
true
Price of item for each unit. -
UnitVolume: integer
Read Only:
true
Unit volume of the item on the shipment line. -
UnitWeight: integer
Read Only:
true
Unit weight of the item on the shipment line. -
UserDefinedFiscalClassification: string
Read Only:
true
Classification for each tax requirement that you cannot define using the fiscal classification types that already exist. -
UserDefinedFiscalClassificationCode: string
Read Only:
true
Maximum Length:30
Abbreviation that identifies the classification for each tax requirement that you cannot define using the fiscal classification types that already exist. -
Volume: integer
Read Only:
true
Volume of the material for the shipment line. -
VolumeUOM: string
Title:
UOM Name
Read Only:true
Maximum Length:25
Unit of measure for volume. -
VolumeUOMCode: string
Read Only:
true
Maximum Length:3
Abbreviation that identifies the unit of measure to use for volume. -
WeightUOM: string
Title:
UOM Name
Read Only:true
Maximum Length:25
Unit of measure for weight. -
WeightUOMCode: string
Read Only:
true
Maximum Length:3
Abbreviation that identifies the unit of measure to use for weight.
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 : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
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:
Show Source
object
-
AsyncTrackerId: string
Title:
Asynchronous Upload Tracker Id
Identifier used for tracking the uploaded files. -
AttachedDocumentId: integer
(int64)
Title:
Attached Document Id
Value that uniquely identifies the attached document. -
CategoryName: string
Title:
Category
Maximum Length:30
Category of the attachment. - ContentRepositoryFileShared: boolean
-
CreatedBy: string
Title:
Created By
Read Only:true
Maximum Length:255
User who created the attachment. -
CreatedByUserName: string
Title:
Created By User Name
Read Only:true
Login that the user used when creating the document. -
CreationDate: string
(date-time)
Title:
Creation Date
Read Only:true
Date when the user created the attachment. -
DatatypeCode: string
Title:
Type
Maximum Length:30
Default Value:FILE
Abbreviation that identifies the data type. -
Description: string
Title:
Description
Maximum Length:255
Description of the attachment. -
DmDocumentId: string
Maximum Length:
255
Value that uniquely identifies the attached document. -
DmFolderPath: string
Title:
Dm Folder Path
Maximum Length:1000
Folder path of the attachment. -
DmVersionNumber: string
Maximum Length:
255
Number that identifies the version of the attached document. -
DownloadInfo: string
Title:
DownloadInfo
JSON formatted string containing information required to programmatically retrieve a large file attachment. -
ErrorStatusCode: string
Title:
Error Status Code
Abbreviation that identifies the error code, if any, for the attachment. -
ErrorStatusMessage: string
Title:
Error Status Message
Text of the error message, if any, for the attachment. -
ExpirationDate: string
(date-time)
Title:
Expiration Date
Date when the contents in the attachment expires. -
FileContents: string
(byte)
Title:
File Contents
Contents of the attachment. -
FileName: string
Title:
File Name
Maximum Length:2048
File name of the attachment. -
FileUrl: string
Title:
File Url
URL (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 Image
Read Only:true
The base64 encoded image of the file displayed in .png format if the source is a convertible image. -
LastUpdateDate: string
(date-time)
Title:
Last Update Date
Read Only:true
Date when the user most recently updated the attachment. -
LastUpdatedBy: string
Title:
Last Updated By
Read Only:true
Maximum Length:255
User who most recently updated the attachment. -
LastUpdatedByUserName: string
Title:
Last Updated By User
Read Only:true
Login that the user used when updating the document. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
Title: string
Title:
Title
Title of the attachment. -
UploadedFileContentType: string
Title:
Uploaded File Content Type
Content type of the attachment. -
UploadedFileLength: integer
Title:
File Size
Length of the attachment file. -
UploadedFileName: string
Title:
Uploaded File Name
Name of the attachment file. -
UploadedText: string
Title:
Uploaded Text
Text of the attachment. -
Uri: string
Title:
Uri
Maximum Length:4000
URI (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:
Url
Maximum Length:4000
URL (Uniform Resource Locator) that locates the attachment. This attribute contains a value only if the attachment type is a URL. -
UserName: string
Title:
User Name
Read Only:true
Maximum Length:255
Login that the user used when adding or modifying the attachment.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : shipments-outerPackingUnits-shipmentLines-inventoryStripingDFF-item-response
Type:
Show Source
object
-
__FLEX_Context: string
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. -
__FLEX_Context_DisplayValue: string
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. -
countryOfOriginCode: string
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. -
countryOfOriginCode_Display: string
Title:
Country of Origin
Name of the country of origin. This attribute is associated with a feature that requires opt in. -
DeliveryDetailId: integer
(int64)
Title:
Line
Value that uniquely identifies the shipment line. This attribute is associated with a feature that requires opt in. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
projectId: integer
(int64)
Title:
Project
Value that uniquely identifies the inventory attribute project. This attribute is associated with a feature that requires opt in. -
projectId_Display: string
Title:
Project
Number that identifies the inventory attribute project. This attribute is associated with a feature that requires opt in. -
taskId: integer
(int64)
Title:
Task
Value that uniquely identifies the inventory attribute task. This attribute is associated with a feature that requires opt in. -
taskId_Display: string
Title:
Task
Number that identifies the inventory attribute task. This attribute is associated with a feature that requires opt in.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : shipments-outerPackingUnits-shipmentLines-linePackingInstructions-item-response
Type:
Show Source
object
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
NoteId: integer
Read Only:
true
Value that uniquely identifies the text that contains details about how to pack the item. -
PackingInstructions: string
(byte)
Read Only:
true
Text that describes how to pack the item.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : shipments-outerPackingUnits-shipmentLines-lineShippingInstructions-item-response
Type:
Show Source
object
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
NoteId: integer
(int64)
Read Only:
true
Value that uniquely identifies the shipping instruction. -
ShippingInstructions: string
(byte)
Read Only:
true
Text that includes details about how to ship the item.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : shipments-outerPackingUnits-shipmentLines-lotAttributeDFF-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:30
Descriptive flexfield context name for lot attributes. -
__FLEX_Context_DisplayValue: string
Title:
Context Value
-
InventoryItemId: integer
(int64)
Value that uniquely identifies the inventory item.
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
LotNumber: string
Title:
Lot
Maximum Length:80
Number 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:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : shipments-outerPackingUnits-shipmentLines-lotStandardDFF-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:30
Descriptive flexfield context name for lot standards. -
__FLEX_Context_DisplayValue: string
Title:
Context Value
-
InventoryItemId: integer
(int64)
Value that uniquely identifies the inventory item.
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
LotNumber: string
Title:
Lot
Maximum Length:80
Number 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:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : shipments-outerPackingUnits-shipmentLines-proratedCosts-item-response
Type:
Show Source
object
-
CreatedBy: string
Maximum Length:
64
User who created the prorated shipping cost. -
CreationDate: string
(date-time)
Date when the prorated shipping cost was created.
-
CurrencyCode: string
Maximum Length:
15
Abbreviation that identifies the currency that the prorated shipping cost uses. -
CurrencyName: string
Read Only:
true
Maximum Length:80
Currency of the prorated shipping cost. -
LastUpdateDate: string
(date-time)
Date when the prorated shipping cost was last updated.
-
LastUpdatedBy: string
Maximum Length:
64
User who most recently updated the prorated shipping cost. -
links: array
Links
Title:
Links
The 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:
true
Maximum Length:60
Type of cost that is predefined in the application. -
ShippingCostTypeCategory: string
Read Only:
true
Maximum Length:80
Category 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:
true
Maximum Length:30
Abbreviation 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:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : shipments-outerPackingUnits-shipmentLines-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:
true
Maximum Length:30
Type of currency conversion. -
ConversionRateTypeCode: string
Maximum Length:
30
Abbreviation that identifies the type of currency conversion. -
CreatedBy: string
Maximum Length:
64
User 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:
15
Abbreviation that identifies the currency that the packing unit cost uses. -
CurrencyName: string
Read Only:
true
Maximum Length:80
Currency 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:
64
User who most recently updated the shipping cost for the packing unit. -
links: array
Links
Title:
Links
The 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:
true
Maximum Length:30
Name of the container to use to pack the item. -
ShippingCost: string
Read Only:
true
Maximum Length:60
Cost type that comes predefined in the application. -
shippingCostsDFF: array
Flexfields for Shipment Line Costs
Title:
Flexfields for Shipment Line Costs
The Flexfields for Shipment Line Costs resource manages details about shipment line costs. -
ShippingCostTypeCategory: string
Read Only:
true
Maximum Length:80
Category 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:
true
Maximum Length:30
Abbreviation 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:
array
Title:
Links
The link relations associated with the resource instance.
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:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:30
Descriptive flexfield context name for shipping costs. -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Descriptive flexfield context display value for shipping costs. -
FreightCostId: integer
(int64)
Value that uniquely identifies the freight cost.
-
links: array
Links
Title:
Links
The link relations associated with the resource instance.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : shipments-outerPackingUnits-shipmentLines-shipmentLinesDFF-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Read Only:true
Maximum Length:30
Descriptive flexfield context name for shipment lines. -
__FLEX_Context_DisplayValue: string
Title:
Context Value
-
DeliveryDetailId: integer
(int64)
Title:
Line
Read Only:true
Value that uniquely identifies the shipment line. -
links: array
Links
Title:
Links
The link relations associated with the resource instance.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : shipments-outerPackingUnits-shipmentLines-shipmentLineSerials-item-response
Type:
Show Source
object
-
attributeDFF: array
Flexfields for Serial Attributes
Title:
Flexfields for Serial Attributes
The Flexfields for Serial Attributes resource manages details about serial attributes for the serial numbers. -
DeliveryDetailId: number
Read Only:
true
Value that uniquely identifies the shipment line. -
FromSerialNumber: string
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: array
Links
Title:
Links
The link relations associated with the resource instance. -
serialNumbers: array
Serial Numbers
Title:
Serial Numbers
The Serial Numbers resource manages details about individual serial numbers for the shipment lines. -
standardDFF: array
Flexfields for Serials
Title:
Flexfields for Serials
The Flexfields for Serials resource manages details about serial numbers. -
SupplierSerialNumber: string
Read Only:
true
Maximum Length:80
Serial number assigned to the item by the supplier. -
ToSerialNumber: string
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. -
TransactionTempId: number
Read Only:
true
Value 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:
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 : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
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:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:30
Descriptive flexfield context name for serial attributes. -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Descriptive flexfield context display value for serial attributes. -
FmSerialNumber: string
Maximum Length:
80
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
TransactionTempId: integer
(int64)
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : shipments-outerPackingUnits-shipmentLines-shipmentLineSerials-serialNumbers-item-response
Type:
Show Source
object
-
attributeDFF: array
Flexfields for Serial Attributes
Title:
Flexfields for Serial Attributes
The Flexfields for Serial Attributes resource manages details about serial attributes for the serial numbers. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
SerialNumber: string
Title:
Serial Number
Read Only:true
Maximum Length:80
Serial 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 Serials
The Flexfields for Serials resource manages details about serial numbers.
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 : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
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:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:30
Descriptive flexfield context name for serial attributes. -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Descriptive 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:
Links
The link relations associated with the resource instance. -
SerialNumber: string
Title:
Serial Number
Maximum Length:80
Serial number for the item. The application uses this attribute when the warehouse places the item under serial control.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : shipments-outerPackingUnits-shipmentLines-shipmentLineSerials-serialNumbers-standardDFF-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:30
Descriptive flexfield context name for standard attributes. -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Descriptive 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:
Links
The link relations associated with the resource instance. -
SerialNumber: string
Title:
Serial Number
Maximum Length:80
Serial number for the item. This attribute is used when the warehouse places the item under serial control.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : shipments-outerPackingUnits-shipmentLines-shipmentLineSerials-standardDFF-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:30
Descriptive flexfield context name for standard attributes. -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Descriptive flexfield context display value for serial standards. -
FmSerialNumber: string
Maximum Length:
80
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
TransactionTempId: integer
(int64)
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Examples
This example describes how to get all units.
Example cURL Command
Use the following cURL command to submit a request on the REST resource:
curl -u username:password "https://servername/fscmRestApi/resources/version/shipments/Shipment/child/outerPackingUnits"
Example Response Body
The following shows an example of the response body in JSON format.
{ "items": [ { "LPNId": 5213, "LicensePlateNumber": "5173", "TrackingNumber": null, "MasterSerialNumber": null, "SealNumber": null, "InventoryItemId": 100000012320400, "ContainerItem": "WSH-Container1", "ContainerItemDescription": "Finished Good", "ContainerVolume": 10, "ContainerVolumeUOMCode": "FT3", "ContainerVolumeUOM": "Cubic foot", "FOBCode": null, "FOB": null, "GrossWeight": 151, "GrossWeightUOMCode": "Lbs", "GrossWeightUOM": "Pounds", "TareWeight": 1, "TareWeightUOMCode": "Lbs", "TareWeightUOM": "Pounds", "NetWeight": 150, "NetWeightUOMCode": "Lbs", "NetWeightUOM": "Pounds", "PackingUnitCategoryCode": "BOX", "PackingUnitCategory": "Box", "UnitHeight": null, "UnitLength": null, "UnitWidth": null, "DimensionUOMCode": "IN", "DimensionUOM": "Inch", "ParentLPNId": null, "ParentPackingUnit": null, "OutermostPackingUnitId": 5213, "OutermostPackingUnit": "5173", "PercentageFilled": 100, "VolumeFilled": 9.7, "ShipFromLocationId": 20795, "ShipToLocationId": 936, "CarrierId": null, "Carrier": null, "CarrierNumber": null, "ServiceLevelCode": null, "ServiceLevel": null, "ModeOfTransportCode": null, "ModeOfTransport": null, "ShipFromAddress1": "475 Avenue", "ShipFromAddress2": null, "ShipFromAddress3": null, "ShipFromAddress4": null, "ShipFromCity": "New York", "ShipFromCounty": "New York", "ShipFromState": "NY", "ShipFromRegion": null, "ShipFromCountry": "US", "ShipFromPostalCode": "10022", "ShipToAddress1": "1156 Street", "ShipToAddress2": null, "ShipToAddress3": null, "ShipToAddress4": null, "ShipToCity": "Atlanta", "ShipToCounty": "Fulton", "ShipToState": "GA", "ShipToRegion": null, "ShipToCountry": "US", "ShipToPostalCode": "30010", "links": [ { "rel": "self", "href": "https://servername/fscmRestApi/resources/version/shipments/2238085/child/outerPackingUnits/5213", "name": "outerPackingUnits", "kind": "item" }, { "rel": "canonical", "href": "https://servername/fscmRestApi/resources/version/shipments/2238085/child/outerPackingUnits/5213", "name": "outerPackingUnits", "kind": "item" }, { "rel": "parent", "href": "https://servername/fscmRestApi/resources/version/shipments/2238085", "name": "shipments", "kind": "item" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/shipments/2238085/child/outerPackingUnits/5213/child/attachments", "name": "attachments", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/shipments/2238085/child/outerPackingUnits/5213/child/innerPackingUnits", "name": "innerPackingUnits", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/shipments/2238085/child/outerPackingUnits/5213/child/packingUnitCosts", "name": "packingUnitCosts", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/shipments/2238085/child/outerPackingUnits/5213/child/packingUnitPackingInstructions", "name": "packingUnitPackingInstructions", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/shipments/2238085/child/outerPackingUnits/5213/child/packingUnitShippingInstructions", "name": "packingUnitShippingInstructions", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/shipments/2238085/child/outerPackingUnits/5213/child/packingUnitsDFF", "name": "packingUnitsDFF", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/shipments/2238085/child/outerPackingUnits/5213/child/shipmentLines", "name": "shipmentLines", "kind": "collection" } ] } ], "count": 1, "hasMore": false, "limit": 25, "offset": 0, "links": [ { "rel": "self", "href": "https://servername/fscmRestApi/resources/version/shipments/2238085/child/outerPackingUnits", "name": "outerPackingUnits", "kind": "collection" } ] }