Get all items

get

/fscmRestApi/resources/11.13.18.05/itemsV2

Request

Query Parameters
  • When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
  • This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.

    Format: ?fields=Attribute1,Attribute2

    Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2
  • Used as a predefined finder to search the collection.

    Format: ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2>

    The following are the available finder names and corresponding finder variables:

    • ItemNumberAltKey: Finds items according to the alternate key.
      Finder Variables:
      • ItemNumber; string.
    • ItemRF: Finds items according to the item number and organization code.
      Finder Variables:
      • ItemNumber; string; Not exposed in code.
      • OrganizationCode; string; Not exposed in code.
    • ItemVersionAltKey: Finds items according to the alternate key.
      Finder Variables:
      • AcdType; string.
      • ChangeLineId; integer.
      • InventoryOrganizationId; integer.
      • VersionId; 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.
  • This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>

    Example:
    self,canonical
  • Used to define the starting position of the resource collection. If offset exceeds the resource count then no resources are returned. Default value is 0.
  • The resource item payload will be filtered in order to contain only data (no links section, for example).
  • This parameter orders a resource collection based on the specified fields. The parameter value is a comma-separated string of attribute names, each optionally followed by a colon and "asc" or "desc". Specify "asc" for ascending and "desc" for descending. The default value is "asc". For example, ?orderBy=field1:asc,field2:desc
  • This query parameter defines the where clause. The resource collection will be queried using the provided expressions. The value of this query parameter is one or more expressions. Example: ?q=Deptno>=10 and <= 30;Loc!=NY

    Format: ?q=expression1;expression2

    You can use these queryable attributes to filter this collection resource using the q query parameter:
    • ATPComponentsValue; string; Value that indicates additional components to be included in the bill of material for assemble-to-order (ATO) or pick-to-order (PTO) items in available-to-promise (ATP) checking. A list of accepted values is defined in the lookup type EGP_ORDATPCHECKVS_TYPE. Review the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is None For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • ATPValue; string; Value that indicates the information to check available to promise and or capable to promise when placing demand. A list of accepted values is defined in the lookup type EGP_ORDATPCHECKVS_TYPE. Review the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is None For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • AcceptableEarlyDays; number; Number of days before which the planning process will not reschedule the sales order. For example, if the due date on the original sales order is 10-JUN, and if the Acceptable Early Days is 3, and if the new due date is less than or equal to 13-JUN, then the planning process will not suggest rescheduling. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • AccountingRuleValue; string; Value that indicates the accounting rule to identify special revenue recognition rules for an item. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Accounting Rules task. This attribute does not have a default value. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • AllowExpressTransactionsFlag; boolean; Contains one of the following values: true or false. If true, then when the quantity to deliver equals the balance on the purchase order line, then deliver all distributions for this item with one data entry transaction. If false, then do not deliver all distributions for the item with one data entry transaction, even if the quantity to deliver equals the balance on the purchase order line. This attribute does not have a default value. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • AllowMaintenanceAssetFlag; boolean; Contains one of the following values: true or false. If true, then maintainable assets can be defined for the item. If false, then maintainable assets cannot be defined for the item. The default value is false.
    • AllowPurchasingDocumentDescriptionUpdateFlag; boolean; Contains one of the following values: true or false. If true, then allow the application to update the purchasing document description. If false, then do not allow this update. The default value is true. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • AllowSubstituteReceiptsFlag; boolean; Contains one of the following values: true or false. If true, then allow the application to receive a defined substitute instead of the item. If false, then do not allow this substitution. This attribute does not have a default value. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • AllowSuspendFlag; boolean; Contains one of the following values: true or false. If true, then allow suspending of a service contract. If false, then do not allow suspending of a service contract. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • AllowTerminateFlag; boolean; Contains one of the following values: true or false. If true, then allow permanent stopping of a service contract. If false, then do not allow permanent stopping of a service contract. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • AllowUnorderedReceiptsFlag; boolean; Contains one of the following values: true or false. If true, then allow the application to receive the item without a purchase order. If false, then do not allow this receipt. This attribute does not have a default value. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • ApprovalStatusValue; string; Value that indicates the approval status of the item. A list of accepted values is defined in the lookup type EGP_APPROVAL_STATUS. Review the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is Approved.
    • AssembleToOrderFlag; boolean; Contains one of the following values: true or false. If true, the item is generally built for sales order demand and a final assembly work order is created based on sales order details. If false, then assembly work order is not created for the item. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • AssetCategoryValue; string; Key flexfield structure name for asset category. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Key Flexfields task. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • AssetClassValue; string; Contains one of the following values: true or false. If true, then the asset is movable, and needs to be brought into the shop for repairs. If false, then the asset is not movable. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • AssetTrackedFlag; boolean; Contains one of the following values: true or false. If true, then item is classified as an asset item. If false, then item is not classified as an asset item. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • AssetTrackedValue; string; Value that indicates the type of asset tracking done on the items. A list of accepted values is defined in the lookup type ORA_EGP_ASSET_TRACKING.
    • AutoCreatedConfigurationFlag; boolean; Contains one of the following values: true or false. If true, then item is created automatically. If false, then item is not created automatically. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • AutomaticallyExpireASNFlag; boolean; Contains one of the following values: true or false. If true, then automatically expire the advance shipment notice. If false, then do not automatically expire the advance shipment notice. The default value is False. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • BackOrderableFlag; boolean; Contains one of the following values: true or false. If true, then when available-to-promise (ATP) fails, then backorder the item. If false, then do not backorder the item. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • BackToBackEnabledFlag; boolean; Contains one of the following values: true or false. If true, then enable the item for back-to-back ordering. If false, then do not enable the item for back-to-back ordering. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • BaseItemValue; string; Value that uniquely identifies the model to use when creating an assemble-to-order configuration. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • BillingTypeValue; string; Value that indicates the billing types. Values include M, L, or E, where M indicates material, L indicates labor, and E indicates expense. The contract uses the billing type to define the discount percent. A list of accepted values is defined in the lookup type EGP_MATERIAL_BILLABLE_TYPE. Review the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is Null. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • BuildInWIPFlag; boolean; Contains one of the following values: true or false. If true, then create discrete jobs or repetitive assemblies in Oracle Manufacturing Cloud. If false, then discrete jobs are not created. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • BulkPickedFlag; boolean; Contains one of the following values: true or false. If true, then pick items in bulk. If false, then do not pick items in bulk. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • BuyerEmailAddress; string; Email of the default buyer that can be associated with the item. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Buyers task For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • BuyerOrganizationValue; string; Organization where the buyer resides. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Inventory Organizations task. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • CASNumber; string; Value that indicates the Chemical Abstracts Service (CAS) registry number which uniquely identifies a chemical substance. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • CarryingCostPercentage; number; Percent of unit cost that represents the internal cost to stock one unit for one year. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • CheckMaterialShortageFlag; boolean; Contains one of the following values: true or false. If true, then check for material shortages for the item. If false, then do not check for material shortages for the item. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • ChildLotEnabledFlag; boolean; Contains one of the following values: true or false. If true, then if parent lot is specified, use lot control on the item during the transaction. If false, then do not use lot control on the item during the transaction. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • ChildLotFormatValidationFlag; boolean; Contains one of the following values: true or false. If true, then make sure the child lot numbers conform to the child lot parameters. If false, then do not make sure the child lot numbers conform to the child lot parameters. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • ChildLotParent; string; Value that determines how to create child lot numbers for the item. A list of accepted values is defined in the lookup type EGP_PARENT_CHILD_GEN_TYPE. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • ChildLotPrefix; string; Alphabetic prefix to add to the child lot. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • ChildLotStartingNumber; number; First number to use in a sequence of numbers for the child lot. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • CollateralFlag; boolean; Contains one of the following values: true or false. If true, then the item is collateral. If false, then the item is not collateral. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • CommonSupplyProjectDemandFlag; boolean; Contains one of the following values: true or false. If true, then the material can be planned, picked, and issued from common inventory if sufficient inventory does not exist in project inventory. If false, then the material cannot be planned, picked, or issued from common inventory even if sufficient inventory does not exist in project inventory. The default value is false. For a list of attribute value interdependencies, see the Interdependent Item Attributes topic at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • CommsActivationRequiredFlag; boolean; Contains one of the following values: true or false. If true, then the item is eligible for electronic fulfillment by the service fulfillment manager. If false, then the item is not eligible for electronic fulfillment. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • ConfigModelTypeValue; string; Value that indicates the behavior of the configurable models in the configurator. A list of accepted values is defined in the lookup type EGP_CONFIG_MODEL. Review the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is 1. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • ConsignedFlag; boolean; Contains one of the following values: True or False. If True, then the item resides at your location but the supplier owns it. If False, then the item resides at your location and you own it. The default value is False. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • ContainerItemFlag; boolean; Contains one of the following values: true or false. If true, then use containers to ship items. If false, then do not use containers to ship items. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • ContainerTypeValue; string; Value that indicates the type of container used for shipping of the item. A list of accepted values is defined in the lookup type EGP_CONTAINER_TYPE. Review the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is Null. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • ContractManufacturingFlag; boolean; Contains one of the following values: true or false. If true, then use the item in contract manufacturing. If false, then do not use the item in contract manufacturing. This attribute does not have a default value. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • CopyFromItemValue; string; Item to use as the source when copying.
    • CopyFromRevisionValue; string; Item revision of the source when copying the item.
    • CopyFromVersionValue; string; Item version of the source when copying the item.
    • CopyLotAttributeFlag; boolean; Contains one of the following values: true or false. If true, then the child lot inherits the parent lot attributes. If false, then the child lot does not inherit the parent lot attributes. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • CostingEnabledFlag; boolean; Contains one of the following values: true or false. If true, then item costs are reported and accounted. If false, then item costs are not reported and accounted. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • CreateConfiguredItem; string; Value that indicates whether the configured bill of materials can be created based on item or sourcing. A list of accepted values is defined in the lookup type EGP_CONFIG_ORG. Review the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is Null. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • CreateFixedAssetValue; string; Attribute that indicates when the item is asset-capitalized. Values include At Receipt, At Invoice, and Null. A list of accepted values is defined in the lookup type ORA_EGP_FIXED_ASSET. Review the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is null
    • CreateSupplyAfterDate; string; Date after which the supply for the item is considered while generating planned orders.
    • CreateSupplyFlag; boolean; Contains one of the following values: true or false. If true, then suggest supply for this item. If false, then do not suggest supply for this item. The default value is true. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • CreatedBy; string; User who created the item.
    • CreatedFromItemId; integer; Value that identifies the item ID from which a copy has been made.
    • CreatedFromItemNumber; string; Value that identifies the item number from which a copy has been made.
    • CreatedFromItemRevision; string; Value that identifies the revision of the item from which a copy has been made.
    • CreationDate; string; Date and time when the application created the item. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • CreationDateTime; string; Date and time when the user created the item revision.
    • CumulativeManufacturingLeadTime; number; Number of days required to manufacture the item, including the adjusted, cumulative, and total lead time for the component that requires the longest time to assemble. The application subtracts the lead time offset of the operation to adjust each component. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • CumulativeTotalLeadTime; number; Number of days required to assemble the item, including the adjusted, cumulative, and total lead time for the component that requires the longest time to assemble. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • CustomerOrderEnabledFlag; boolean; Contains one of the following values: true or false. If true, then the item can be ordered by external customers at this point of time. If false, then the item cannot be ordered by external customers at this point of time. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • CustomerOrderFlag; boolean; Value that indicates whether to allow an item to be ordered by external customers. Contains one of the following values: true or false. If true, then Item can be ordered by external customers. If false, then Item cannot be ordered by external customers. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • CustomerSelfServiceEnabledFlag; boolean; Contains one of the following values: true or false. If true, then the item is enabled for customer self service. If false, then the item is not enabled for customer self service. The default value is false.
    • CycleCountEnabledFlag; boolean; Contains one of the following values: true or false. If true, then the item is scheduled for automatic cycle count. If false, then the item is not cycle counted. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • DaysEarlyReceiptAllowed; number; Number of days that you can receive the item before the promise date occurs without warning or rejection. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • DaysLateReceiptAllowed; number; Number of days that you can receive the item after the promise date occurs without warning or rejection. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • DaysOfCover; number; Number of days of cover for the item. The application multiplies Days of Cover by the average demand to calculate the safety stock level. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • DefaultBuyerValue; string; Value indicating the default buyer that can be associated with the item. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Buyers task. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • DefaultGradeValue; string; Value that indicates default grade for the item. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Lot Grades task. The default value is Null. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • DefaultLotStatusValue; string; Internal value that indicates the default lot status for the item. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Material Statuses task. The default value is Null. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • DefaultRepairTransactionName; string; Value that identifies the system, component, and position where an asset item will be used to maintain another asset. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Condition Event Codes task. The codes must be transaction code types. The default value is null.
    • DefaultSalesOrderSourceTypeValue; string; Default source type to use for the sales order. A list of accepted values is defined in the lookup type EGP_ORDDEFSOSRCVS_TYPE. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • DefaultSerialStatusValue; string; Internal value that indicates the default serial status of the item. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Material Statuses task. The default value is Null. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • DefaultShippingOrganizationValue; string; Value that indicates the primary shipping organization. If item is the source attribute of the warehouse object in the standard value rule set for the order, this is the default organization when creating an order. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • DefaultingControlValue; string; Value that indicates how the conversion between primary and secondary units of measure is handled. Valid values are Default, Fixed, and No Default. You can provide the value of Defaulting Control depending on the value of the Tracking Unit of Measure attribute. If the Tracking Unit of Measure is Primary and Secondary, then the Defaulting Control can be provided. Otherwise, the Defaulting Control cannot be provided. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • DefectTrackingOnFlag; boolean; Contains one of the following values: true or false. If true, then defects of the item is tracked. If false, then defects of the item is not tracked. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • DemandPeriod; number; Number of days to use when calculating the average daily demand. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • DemandTimeDays; number; Point in time to ignore forecast demand and to consider only sales order demand when calculating gross requirements. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • DemandTimeFence; string; Point in time to use when applying restrictions on demand recommendations. A list of accepted values is defined in the lookup type EGP_TIME_FENCE. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • DimensionUOMValue; string; Unit of measure to use for item dimensions. Review and update the value for this attribute using the Setup and Maintenance work area, and the Units of Measures task. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • DownloadableFlag; boolean; Contains one of the following values: true or false. If true, then the customer can download the item. For example, the item is a software upgrade. If false, then the customer cannot download the item. For example, the item is a desktop computer. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • EffectivityControlValue; string; Value that indicates how to calculate lead time based on Date, Model, or Unit Number. A list of accepted values is defined in the lookup type EGP_BOM_EFFEC_CTRL. Review the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is 1. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • ElectronicFormatFlag; boolean; Contains one of the following values: true or false. If true, then the item exists only in electronic format. If false, then the item does not exist only in electronic format. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • EligibilityRuleFlag; boolean; Contains one of the following values: true or false. If true, then the item can be made available to customers based on specific requirements and constraints. For example, the customer may need to be a member of the loyalty program, or live in a certain state, or be in good financial standing with the company, or not be locked into an existing contract to be eligible for an offer. If false, then the item can be made available to customers even if they do not meet specific requirements. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • EnableContractCoverage; boolean; Contains one of the following values: true or false. If true, then the item is eligible to be covered in a service contract. If false, then the item is not eligible to be covered in a service contract. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • EnableGenealogyTrackingFlag; boolean; Contains one of the following values: true or false. If true, then the item is enabled for genealogy tracking. If false, then the item is not enabled for genealogy tracking. The default value is false.
    • EnableIotFlag; boolean; Contains one of the following values: true or false. If true, then the asset can be enabled for the Internet of Things (IoT). If false, then the asset cannot be enabled for the IoT. The default value is false. For a list of attribute value interdependencies, see the Interdependent Item Attributes topic at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • EnforceShipToLocationValue; string; Value that indicates an option to control whether the supplier can deliver to a location that differs from the ship to location defined on the purchase order. A list of accepted values is defined in the lookup type EGP_RECEIPTACTIONVS_TYPE. Review the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is None. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • EngineeredItemFlag; boolean; Contains one of the following values: true or false. If true, then the item is an engineering item. If false, then the item is not an engineering item. The default value is false.
    • EventFlag; boolean; Contains one of the following values: true or false. If true, then the item is an event. If false, then the item is not an event. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • ExpenditureTypeValue; string; Value for the default expenditure type to be used in project-driven supply chain transactions. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Expenditure Types task. The default value is Null. For a list of attribute value interdependencies, see the Interdependent Item Attributes topic at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • ExpirationActionInterval; number; Number of days the application adds to the expiration date before taking an action on the lot. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • ExpirationActionValue; string; Internal value that indicates the default action to be taken for this item when the lot expires or the lot fails a quality check. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Lot Expiration Actions task. The default value is Null. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • FinancingAllowedFlag; boolean; Contains one of the following values: true or false. If true, then the customer can finance this item. If false, then the customer cannot finance this item. The default value is null. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • FixedDaysSupply; number; Number of days to use to modify the size and timing of each planned order quantity. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • FixedLeadTime; number; Number of days required to assemble an item independent of the sales order quantity, such as setup time or teardown time. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • FixedLotSizeMultiplier; number; Multiplier to use, in units for each day, for each fixed lot quantity or each repetitive rate. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • FixedOrderQuantity; number; Quantity to use to modify the size of each planned order quantity or each repetitive daily rate. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • ForcePurchaseLeadTimeFlag; boolean; Contains one of the following values: true or false. If true, then the item's purchasing lead time is enforced as a hard constraint. If false, then the item's purchasing lead time is not enforced as a hard constraint. The default value is true.
    • ForecastControlValue; string; Value that uniquely identifies the type of forecast demand to use for the item. A list of accepted values is defined in the lookup type EGP_ATO_FORECAST_CONTROL. Review the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is None. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • ForecastHorizon; number; Time period to use when forecasting demand for the item. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • ForecastTypelValue; string; Value that uniquely identifies the type of demand for the item. A list of accepted values is defined in the lookup type EGP_ATO_FORECAST_CONTROL. Review the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is None. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • FormattedDescription; string; Text description of the item that includes hypertext tags.
    • GradeControlFlag; boolean; Contains one of the following values: true or false. If true, then the item is grade controlled in addition to lot controlled. If false, then the item is not grade controlled. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • HardPeggingLevelValue; string; Value that identifies the type of pegging considered by the planning engine during the supply and demand netting process. A list of accepted values is defined in the lookup type ORA_EGP_HARD_PEGGING_LEVEL. Review the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is None. For a list of attribute value interdependencies, see the Interdependent Item Attributes topic at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • HazardClassValue; string; Value that indicates the category of the hazardous material for international trade. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Hazard Classes task. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • HazardousMaterialFlag; boolean; Contains one of the following values: true or false. If true, then item is hazardous. If false, then item is not hazardous. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • HoldDays; number; Number of days to add to the lot creation date that determines when you can release the lot. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • IncludeInRollUpFlag; boolean; Contains one of the following values: true or false. If true, then item is included in the cost rollup. If false, then item is not included in the cost rollup. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • InternalVolume; number; Internal volume of the container or vehicle. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • InternallyTransferableFlag; boolean; Contains one of the following values: true or false. If true, then the item can be ordered by internal customers. If false, then the item cannot be ordered by internal customers. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • InventoryAssetFlag; boolean; Contains one of the following values: true or false. If true, then item is valued as an asset in inventory. If false, then item is not valued as an asset in inventory. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • InventoryCarryPenalty; number; Value that indicates the penalty for jobs that are not completed before their scheduled finish date. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • InventoryItemFlag; boolean; Contains one of the following values: true or false. If true, then the item can be stocked and transacted. If false, then the item cannot be stocked and transacted. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • InventoryPlanningMethodValue; string; Value that indicates the type of planning that will be used for the item. A list of accepted values is defined in the lookup type EGP_MATERIAL_PLANNING. Review the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is Not Planned. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • InvoiceCloseTolerancePercentage; number; Percent tolerance to use when closing the purchase order shipment for invoicing. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • InvoiceEnabledFlag; boolean; Contains one of the following values: true or false. If true, then item can be invoiced in Oracle Receivables Cloud. If false, then item cannot be invoiced. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • InvoiceMatchOptionValue; string; Value that indicates the type of match used for purchase order. A list of accepted values is defined in the lookup type EGP_POINV_MAT_OPTION. Review the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is Receipt.
    • InvoicedFlag; boolean; Contains one of the following values: true or false. If true, then item can be invoiced at this point of time in Oracle Receivables Cloud. If false, then item cannot be invoiced at this point of time. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • InvoicingRuleValue; string; Value that indicates invoicing rule to determine the period in which an invoice is sent. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Invoicing Rules task. The default value is null. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • IssueUOMValue; string; Unit of measure to use when issuing the item from inventory. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Units of Measures task. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • ItemClass; string; Name of the item class. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Item Classes task.
    • ItemDescription; string; Description of the part, item, product, or service.
    • ItemId; integer; Value that uniquely identifies the part, item, product, or service.
    • ItemNumber; string; Name or number of the part, item, product, or service.
    • ItemObjectTypeValue; string; Attribute indicating whether the entity is an item or a document object.
    • ItemStatusValue; string; Status of the transaction activity for the item. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Item Statuses task.
    • Keyword; string; String of characters used for the keyword search.
    • LastSubmittedNewItemRequest; string; New item request number associated with the item.
    • LastUpdateDate; string; Date and time when the item was most recently updated. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • LastUpdateDateTime; string; Date and time when the user most recently updated the item revision.
    • LastUpdateLogin; string; Login that the user used when updating the item.
    • LastUpdatedBy; string; User who most recently updated the item.
    • LeadTimeLotSize; number; Quantity to use when computing the processing lead time. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • LifecyclePhaseValue; string; Name of lifecycle phase of the item. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Lifecycle Phases task.
    • ListPrice; number; List price of the item. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • LongDescription; string; Text description of the item.
    • LotControlValue; string; Value that indicates the ability to use lot numbers during material transactions for tracking of batches of Item. A list of accepted values is defined in the lookup type EGP_LOT_CONTROL_CODE_TYPE. Review the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is 1. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • LotDivisibleFlag; boolean; Contains one of the following values: true or false. If true, then allow the application to allocate, reserve, or move partial lot quantities. If false, then do not allow the application to allocate, reserve, or move partial lot quantities. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • LotExpirationControlValue; string; Value that indicates how long items in a given lot remain available. A list of accepted values is defined in the lookup type EGP_SHELF_LIFE_CODE_TYPE. Review the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is 1. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • LotMergeEnabledFlag; boolean; Contains one of the following values: true or false. If true, then allow the application to merge multiple lots into one lot for an item that lots control. If false, then do not allow this merge. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • LotSplitEnabledFlag; boolean; Contains one of the following values: true or false. If true, then the lot-controlled item can be split into many lots. If false, then the lot-controlled item cannot be split into many lots. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • LotStatusEnabledFlag; boolean; Contains one of the following values: true or false. If true, then item lot is status controlled at the lot level. If false, then item lot is not status controlled. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • LotSubstitutionEnabledFlag; boolean; Contains one of the following values: true or false. If true, then allow the application to substitute a lot in the transaction. If false, then do not allow this substitution. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • LotTranslateEnabledFlag; boolean; Contains one of the following values: true or false. If true, then Item lots can be translated. If false, then Item Lots cannot be translated. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • MRPCalculateATPFlag; boolean; Contains one of the following values: true or false. If true, then calculate and print available-to-promise (ATP) on the planning detail report. If false, then do not calculate and print. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • MarketPrice; number; Value that indicates the market price of the item that is printed on the purchase order lines. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • MatchApprovalLevelValue; string; Status of the match approvals. Values include PO or Receipt. A list of accepted values is defined in the lookup type EGP_MAT_APPR_LEV. Review the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is blank. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • MatchConfigurationOptionValue; string; Value that indicates the capability to match to one of existing configurations of the models. Values include Standard, Container, or Null. A list of accepted values is defined in the lookup type EGP_CONFIG_MATCH. Review the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is Y. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • MaterialTransactionEnabledFlag; boolean; Contains one of the following values: true or false. If true, then transactions can be performed on the item. If false, then transactions cannot be performed on the item. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • MaturityDays; number; Number of days to add to the lot creation date to determine the lot maturity date. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • MaximumLoadWeight; number; Maximum load weight of the container or vehicle. You can specify value for this attribute only if any one of the attributes VehicleItemFlag or ContainerItemFlag is set to true. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • MaximumMinmaxQuantity; number; Minimum quantity for minimum-maximum planning. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • MaximumOrderQuantity; number; Maximum order quantity or repetitive rate in units for each day. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • MinimumFillPercent; number; Minimum percent to fill the container or vehicle before shipping. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • MinimumLicenseQuantity; number; Minimum number of licenses the customer must order for the item. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • MinimumMinmaxQuantity; number; Minimum quantity for minimum-maximum planning. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • MinimumOrderQuantity; number; Minimum order quantity of the item. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • NegativeDeviationFactor; number; Maximum negative deviation for the transaction. This deviation is the maximum allowed value that is less than the secondary quantity that product management manages from the default conversion factor. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • NegativeMeasurementError; number; Maximum negative difference to allow between the cycle count quantity and the on-hand quantity that the application monitors. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • NegotiationRequiredFlag; boolean; Contains one of the following values: true or false. If true, then require negotiation. If false, then do not require negotiation. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • OperationSlackPenalty; number; Value that indicates, in units per day, the operation slack penalty for items having lag time between operations. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • OrderCost; number; Fixed costs that are associated with placing a sales order for the item. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • OrderManagementIndivisibleFlag; boolean; Contains one of the following values: true or false. If true, then allow orders in fractions of an item. If false, then do not allow orders in fractions of an item. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • OrderableOnWebFlag; boolean; Contains one of the following values: true or false. If true, then allow the customer to order the item from the web. If false, then do not allow the customer to order the item from the web. The default value is true. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • OrganizationCode; string; Code that identifies the organization. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Inventory Organizations task.
    • OrganizationId; integer; Value that uniquely identifies the organization. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Inventory Organizations task.
    • OutputTaxClassificationCodeValue; string; Value that indicates a tax code to use when calculating tax based on location and tax codes. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Tax Codes task. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • OutsideProcessServiceFlag; boolean; Contains one of the following values: true or false. If true, then the item can be added to an outside processing purchase order. If false, then the item cannot be added to an outside processing purchase order. The default value is false.
    • OverReturnTolerance; number; Value that indicates the amount of the shipment that can be more than the return tolerance at the time of receiving or receipt creation. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • OverShipmentTolerance; number; Value that indicates the amount of the shipment that can be more than the shipment tolerance at the time of ship confirmation. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • OvercompletionToleranceTypeValue; string; Value that indicates the overcompletion tolerance type. Valid values include Percent or Amount. A list of accepted values is defined in the lookup type EGP_OVER_TOLTYPE. Review the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is 1. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • OvercompletionToleranceValue; number; Value that indicates the acceptable percent or quantity of assemblies that are allowed to be overcompleted. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • PackTypeValue; string; Value of the pack type, also known as Trade Item Unit Descriptor (TIUD), that describes the hierarchy level of the Global Trade Item Number (GTIN). Hierarchy is used as link between different levels of a product (item) logistical chain. A list of accepted values is defined in the lookup type EGP_PACK_TYPE. Review the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is Null.
    • PackagingStringValue; string; Value that indicates how the packaging of a particular item is assembled from the base unit, such as boxes per case.
    • PaymentTermsValue; string; Internal value that indicates a valid payment terms code. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Payment Terms task. This attribute does not have a default value. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • PickComponentsFlag; boolean; Contains one of the following values: true or false. If true, then items can be picked from finished goods inventory. If false, then items cannot be picked from finished goods inventory. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • PickingRuleValue; string; Internal value that indicates picking rule that defines the order in which subinventories, locators, lots, and revisions are picked. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Picking Rules task. The default value is none. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • Planner; string; Value indicates the material planner for the item. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Material Planners task. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • PlanningMakeBuyValue; string; Value that determines whether your organization manufactures or buys the item. A list of accepted values is defined in the lookup type EGP_PLANNING_MAKE_BUY. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • PlanningMethodValue; string; Value that uniquely identifies the method to use when planning demand for the item. A list of accepted values is defined in the lookup type EGP_PLANNING_CODE. Review the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is MPS Planning Method. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • PlanningTimeDays; number; Days to add to the planning time fence. Use this attribute as an option when you define the time fence. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • PlanningTimeFence; string; Point in time to use when applying restrictions on planning recommendations. A list of accepted values is defined in the lookup type EGP_TIME_FENCE. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • PositiveDeviationFactor; number; Maximum positive deviation for the transaction. This deviation is the maximum allowed value that is greater than the secondary quantity that product management manages from the default conversion factor. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • PositiveMeasurementError; number; Maximum positive difference to allow between the cycle count quantity and the on-hand quantity that the application monitors. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • PostprocessingDays; number; Number of days required to receive a purchased item into inventory from the supplier receipt. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • PreprocessingDays; number; Value that indicates the days that must be added to the purchasing or manufacturing lead time to place an order. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • PriceTolerancePercentage; number; Maximum price percent over the normal price range of the item. For example, if the tolerance percent is 5, then the maximum acceptable price on the purchase order is 5% over the requisition price. In this example, a purchase order price that is 5% above the requisition price is not acceptable, and you cannot approve the purchase order. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • PricingUOMValue; string; Value that indicates the unit of measure that is used to determine pricing for an item. A list of accepted values is defined in the lookup type EGP_ITEM_PRICING. Review the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is Primary. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • PrimaryUOMValue; string; Primary unit of measure of the item. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Units of Measures task. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • ProcessCostingEnabledFlag; boolean; Contains one of the following values: true or false. If true, then item is used in costing module of the process manufacturing. If false, then do not use the item in costing module of the process manufacturing. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • ProcessExecutionEnabledFlag; boolean; Contains one of the following values: true or false. If true, then item is used as an ingredient, product, or by-product in a production batch. If false, then do not use the item as ingredient, product, or by-product in a production batch. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • ProcessQualityEnabledFlag; boolean; Contains one of the following values: true or false. If true, then item is used in quality module of the process manufacturing. If false, then do not use the item in quality module of the process manufacturing. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • ProcessSupplyLocatorValue; string; Internal value that indicates the locator from which the item is normally consumed as an ingredient in process manufacturing. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Locators task. The default value is None. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • ProcessSupplySubinventoryValue; string; Internal value that indicates a subinventory from which the item is normally consumed as an ingredient in process manufacturing. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Subinventories task. The default value is None. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • ProcessYieldLocatorValue; string; Internal value that indicates locator in which you place the results of a production batch. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Locators task. The default value is None. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • ProcessYieldSubinventoryValue; string; Internal value that indicates a subinventory in which you place results of a production batch. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Subinventories task. The default value is None. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • ProcessingDays; number; Number of days required to procure or manufacture the item. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • ProcurementBusinessUnitName; string; Name of the procurement business unit. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Business Units task. The default value is Null.
    • PurchasableFlag; boolean; Contains one of the following values: true or false. If true, then allow the application to add the item to the purchase order. If false, then do not allow to add the item. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • PurchasingFlag; boolean; Contains one of the following values: true or false. If true, then the item is purchased and received. If false, then the item is not purchased and received. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • PurchasingInputTaxClassificationValue; string; Value that indicates the tax code to use when calculating tax based on location and tax codes. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Tax Codes task. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • QuantityReceivedToleranceAction; string; Value that identifies the method to use when planning the safety stock for the item. A list of accepted values is defined in the lookup type EGP_RECEIPTACTIONVS_TYPE. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • QuantityReceivedTolerancePercentage; number; Maximum percent of the quantity received to allow that is greater than the expected receipt quantity. For example, if the expected receipt quantity is 10, and if QuantityReceivedTolerancePercentage is 20, then allow the received quantity up to 12. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • RMAInspectionRequiredFlag; boolean; Contains one of the following values: true or false. If true, then inspection is needed for items returned by customers. The item then must be transferred to inventory separately. If false, then Inspection is not needed for items returned by customers. The default value is False. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • ReceiptCloseTolerancePercentage; number; Percent tolerance to use when closing the purchase order shipment for receipt. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • ReceiptDateActionValue; string; Value that indicates the action to be performed when the receive date is outside the range defined by Days Early Receipt Allowed or Days Late Receipt Allowed. Valid values include None, Reject, or Warning. A list of accepted values is defined in the lookup type EGP_RECEIPTACTIONVS_TYPE. Review the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is None. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • ReceiptRoutingValue; string; Value that indicates routing of the items at the time of receipt. A list of accepted values is defined in the lookup type EGP_RECEIPTROUTVS_TYPE. Review the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is Null. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • RecipeEnabledFlag; boolean; Contains one of the following values: true or false. If true, then item is used in recipes and formulas in process manufacturing. If false, then do not use the item in recipes and formulas. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • RecoveredPartDispositionValue; string; Value that indicates the process for returning defective or unused parts to a warehouse consolidation point. A list of accepted values is defined in the lookup type EGP_RECOVERED_PART_DISP_TYPE. Review the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is N. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • ReleaseAuthorizationRequiredValue; string; Type of authorization required before creating the sales order. A list of accepted values is defined in the lookup type EGP_MSI_GP_RELEASE_AUTH. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is Customer. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • ReleaseTimeDays; number; Additional days to be added to the release time fence. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • ReleaseTimeFence; string; Point in time to use when releasing a planned sales order that references a discretely planned item as work in process or as a purchase requisition. A list of accepted values is defined in the lookup type EGP_RELEASE_TIME_FENCE. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • RepairLeadtime; number; Time taken to repair the part at the supplier site.
    • RepairYield; number; Yield in the repair process when you upgrade or repair a defective part.
    • ReplacementTypeValue; string; Value that indicates whether item can be replaced by field or customer. Valid values are Customer, Field, or Null.
    • ReplenishmentMaximumDaysOfSupply; number; Maximum days of supply to allow before replenishing the item. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • ReplenishmentMaximumOrder; number; Value that indicates the maximum order to replenish the item. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • ReplenishmentMinimumDaysOfSupply; number; Minimum days of supply to allow before replenishing the item. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • ReplenishmentMinimumOrder; number; Minimum quantity for the sales order or repetitive rate in the number of units for each day. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • ReplenishmentSourceTypeValue; string; Value that determines how to replenish an inventory that the requests have depleted. A list of accepted values is defined in the lookup type EGP_SOURCE_TYPES. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • RequestId; integer; Value that uniquely identifies the scheduled process that created the item.
    • RequiresFulfillmentLocationFlag; boolean; Contains one of the following values: true or false. If true, then the fulfilment location of the item is required. If false, then the fulfilment location of the item is not required. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • RequiresItemAssociationFlag; boolean; Contains one of the following values: true or false. If true, then the item association for the item is required. If false, then the item association for the item is not required. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • ReservableFlag; boolean; Contains one of the following values: true or false. If true, then create material reservations for the item. If false, then do not create material reservations for the item. The default value is true. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • RestrictLocatorsFlag; boolean; Contains one of the following values: True or False. If True, then restrict the transactions of the item from the locator. If False, then do not restrict the transactions of the item from the locator. The default value is True. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • RestrictSubinventoriesFlag; boolean; Contains one of the following values: true or false. If true, then restrict the transactions of the item from the subinventory. If false, then do not restrict the transactions of the item from the subinventory. The default value is true. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • RetestInterval; number; Number of days after the creation date before retesting the lot. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • ReturnableFlag; boolean; Contains one of the following values: true or false. If true, then the item can be returned by external customers. If false, then the item cannot be returned by external customers. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • RevisionQuantityControlFlag; boolean; Contains one of the following values: true or false. If true, then the item is under revision control and it includes inventory attributes. If false, then the item is not under revision control and it includes inventory attributes. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • RoundingControlTypeFlag; boolean; Contains one of the following values: True or False. If True, then round the quantity on an internal requisition when converting between the unit of measure on the requisition line and the item on the unit of issue. If False, then do not resolve the unit of issue to an integer. Setting this attribute to False might result in a fractional amount. The default value is True. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • RoundingFactor; number; Factor to use when rounding the quantity on an internal requisition. This rounding occurs when converting the unit of measure on the requisition line to the unit of measure on the unit of issue. This factor makes sure that the unit of issue resolves to an integer, and not to a fractional amount. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • SafetyStockPlanningMethodValue; string; Value that identifies the method to use when planning the safety stock for the item. A list of accepted values is defined in the lookup type ORA_EGP_SAFETY_STK_PLN_METHOD. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • SalesAccountValue; string; Account used when tracking a sales item. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Keyflex Fields task. This attribute does not have a default value. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • SalesProductTypeValue; string; Value that indicates the sales product type. Domain values include Goods, Subscription, Coverage, and Training. A list of accepted values is defined in the lookup type QSC_SALES_PRODUCT_TYPE. Review the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is Finished Goods. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • SecondaryUOMValue; string; Secondary unit of measure of the item. Review and update the value for this attribute using the Setup and Maintenance work area, and the Units of Measures task. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • SerialGenerationValue; string; Value that indicates the number assigned to each unit of an item and is used to track the item. A list of accepted values is defined in the lookup type EGP_SERIAL_NUMBER_CONTROL_TYPE. Review the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is 1. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • SerialStartingNumber; string; Starting number associated with the serial numbers when they are automatically created for an item. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • SerialStartingPrefix; string; Prefix associated when serial numbers are automatically created for an item. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • SerialStatusEnabledFlag; boolean; Contains one of the following values: true or false. If true, then transactions on the item is restricted to the subinventory. If false, then transactions on the item is not restricted to the subinventory. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • ServiceBillingEnabledFlag; boolean; Contains one of the following values: true or false. If true, then enable the billing service. If false, then do not enable the billing service. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • ServiceDuration; number; Value of that indicates the duration for an item to fulfil a service contract. The value of this attribute depends on the value for ServiceDurationTypeValue. You can update the value for ServiceDuration if the value for ServiceDurationType is either variable or fixed. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • ServiceDurationPeriodValue; string; Value that indicates the duration for an item to fulfil a service contract. A list of accepted values is the units of measures belonging to time Units of Measure class. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Units of Measures task. The value of this attribute depends on the value for ServiceDurationTypeValue. You can update the value for ServiceDuration if the value for ServiceDurationType is either variable or fixed. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • ServiceDurationTypeValue; string; Type of duration for an item that fulfills a service contract. A list of accepted values is defined in the lookup type EGP_SERV_DUR_TYPE_CODE. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • ServiceRequestEnabledValue; string; Contains one of the following values: true or false. If true, then a service request can be created for the item. If false, then a service request cannot be created for the item. The default value is true. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • ServiceStartDelay; number; Value that specifies the delay in starting a service after a milestone. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • ServiceStartTypeValue; string; Type of service start rule to use for an item that fulfills a service contract. A list of accepted values is defined in the lookup type EGP_SERV_START_TYPE_CODE. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • ShelfLifeDays; number; Number of days that each lot is active. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • ShipModelCompleteFlag; boolean; Contains one of the following values: true or false. If true, then ship each configuration derived from this configuration model only when the required quantities for each component, option, and item that the configuration references is available. If false, then ship the configuration even if one or more of these quantities is not available. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • ShippableFlag; boolean; Contains one of the following values: true or false. If true, then the application can ship the item to the customer. If false, then the application cannot ship the item. For example, the item is a service agreement that you do not physically ship. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • ShrinkageRate; number; Average amount of material you expect to lose when manufacturing or storing the item. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • SourceOrganizationValue; string; Organization that an internal requisition uses as the source to get the item. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Inventory Organizations task. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • SourceSubinventoryOrganizationValue; string; Organization that owns the source subinventory. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Inventory Organizations task. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • SourceSubinventoryValue; string; Internal value that indicates a subinventory from which the item is normally consumed. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Subinventories task. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • StandardCoverageValue; string; Value that indicates the coverage template associated with the item. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Coverage Times task. The default value is null. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • StandardLotSize; number; Amount of a particular item that is ordered from the plant or a supplier, or issued as a standard quantity to the production process. Oracle Cost Management Cloud uses this value to calculate unit costs for sub-elements with a lot basis type. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • StartingLotNumber; string; Starting number associated with the lot numbers when they are automatically created for an item. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • StartingLotPrefix; string; Prefix associated when lot number are automatically created for an item. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • StockEnabledFlag; boolean; Contains one of the following values: true or false. If true, then the item can be stocked in inventory. If false, then the item cannot be stocked in inventory. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • StockLocatorControlValue; string; Value that indicates the physical area within a subinventory where you store material, such as a row, aisle, bin, or shelf. A list of accepted values is defined in the lookup type EGP_LOCATOR_CONTROL_CODE_TYPE. Review the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is 1. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • StructureItemTypeValue; string; Value that indicates the type of bill of material the item can possess. Values include standard, model, planning, and other. A list of accepted values is defined in the lookup type EGP_BOM_ITEM_TYPE. Review the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is 4. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • StyleItemFlag; boolean; Contains one of the following values: true or false. If true, then the item is a style item. If false, then the item is not a style item. The default value is false.
    • StyleItemNumberValue; string; Name or number of the corresponding style item.
    • SubcontractingComponentValue; string; Value that indicates the subcontracting type associated to this item when it is used as a subcontracting component in chargeable subcontracting. Values include Prepositioned and Synchronized. A list of accepted values is defined in the lookup type EGP_SUBCONT_COMPONENT. Review the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. This attribute does not have a default value. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • TaxableFlag; boolean; Contains one of the following values: true or false. If true, then the supplier charges a tax on the item. If false, then the supplier does not charge a tax on the item. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • Template; string; Name of the template to apply to the item. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Item Classes task. The default template is set at the item class.
    • TrackingUOMValue; string; Unit of measure of the item. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Units of Measures task. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • TransactionConversionValue; string; Value that indicates the conversion method used for units of measure associated with an item. A list of accepted values is defined in the lookup type EGP_ITEM_CONVERSIONS. Review the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is 3. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • TransactionEnabledFlag; boolean; Contains one of the following values: true or false. If true, then allow transactions in order management. If false, then do not allow transactions in order management. The transaction in order management identifies the type of transaction in each application where the budget control transaction starts. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • TransferOrdersEnabledFlag; boolean; Contains one of the following values: true or false. If true, then the item can be ordered on an internal requisition. If false, then item cannot be ordered based on an internal requisition. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • UNNumberValue; string; Value indicating the United Nations identification number used for international trade purposes. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage UN Numbers task For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • UnderCompletionToleranceTypeValue; string; Value that identifies the undercompletion tolerance type. Values include Percentage, Quantity, and Null. A list of accepted values is defined in the lookup type ORA_EGP_UNDER_COMP_TOL. Review the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is null
    • UnderCompletionToleranceValue; number; Attribute indicating the acceptable percent or quantity of assemblies that's allowed to be under completion.
    • UnderReturnTolerance; number; Value that indicates the lower limit of the received quantity to be considered as full receipt. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • UnderShipmentTolerance; number; Value that indicates the amount of the shipment that can be less than the shipment tolerance at the time of ship confirmation. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • UnitHeightQuantity; number; Height of the item. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • UnitLengthQuantity; number; Length of the item. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • UnitVolumeQuantity; number; Volume of one item. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • UnitWeightQuantity; number; Weight of one item. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • UnitWidthQuantity; number; Width of the item. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • UseApprovedSupplierFlag; boolean; Contains one of the following values: true or false. If true, then require an approved supplier. If false, then do not require an approved supplier. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • UserItemTypeValue; string; Type of the item. A list of accepted values is defined in the lookup type EGP_ITEM_TYPE. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task.
    • VMIFixedOrderQuantity; number; Fixed quantity to reorder in the inventory that the vendor manages. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • VariableLeadTime; number; Time to produce one unit of an assembly. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • VehicleItemFlag; boolean; Contains one of the following values: true or false. If true, then use vehicles to ship items. If false, then do not use vehicles. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • VolumeUOMValue; string; Unit of measure to use for the item volume. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Units of Measures task. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • WIPSupplySubinventoryValue; string; Value that indicates the primary subinventory from which to issue (push) or backflush (pull) an item to work in process. A list of accepted values is defined in the lookup type EGP_WIP_SUP_TYPE. Review the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is None. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • WIPSupplyTypeValue; string; Value that indicates the supply type for components. A list of accepted values is defined in the lookup type EGP_WIP_SUP_TYPE. Review the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is 1. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • WarehouseEquipmentFlag; boolean; Contains one of the following values: True or False. If True, then the item is equipment. If False, then the item is not equipment. The default value is False. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • WebStatusValue; string; Web status of the item. Valid values are Enabled, Published, and Unpublished. The default value is Unpublished. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
    • WeightUOMValue; string; Unit of measure to use for the item weight. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Units of Measures task. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • The resource collection representation will include the "estimated row count" when "?totalResults=true", otherwise the count is not included. The default value is "false".
Header Parameters
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.

There's no request body for this operation.

Back to Top

Response

Supported Media Types

Default Response

The following table describes the default response for this task.
Headers
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Body ()
Root Schema : itemsV2
Type: object
Show Source
Nested Schema : Items
Type: array
Title: Items
The items in the collection.
Show Source
Nested Schema : itemsV2-item-response
Type: object
Show Source
  • Title: Acceptable Early Days
    Number of days before which the planning process will not reschedule the sales order. For example, if the due date on the original sales order is 10-JUN, and if the Acceptable Early Days is 3, and if the new due date is less than or equal to 13-JUN, then the planning process will not suggest rescheduling. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Value that indicates the accounting rule to identify special revenue recognition rules for an item. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Accounting Rules task. This attribute does not have a default value. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Allow Express Transactions
    Maximum Length: 1
    Contains one of the following values: true or false. If true, then when the quantity to deliver equals the balance on the purchase order line, then deliver all distributions for this item with one data entry transaction. If false, then do not deliver all distributions for the item with one data entry transaction, even if the quantity to deliver equals the balance on the purchase order line. This attribute does not have a default value. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Enable Asset Maintenance
    Maximum Length: 1
    Default Value: false
    Contains one of the following values: true or false. If true, then maintainable assets can be defined for the item. If false, then maintainable assets cannot be defined for the item. The default value is false.
  • Title: Allow Purchasing Document Description Update
    Maximum Length: 1
    Default Value: true
    Contains one of the following values: true or false. If true, then allow the application to update the purchasing document description. If false, then do not allow this update. The default value is true. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Allow Substitute Receipts
    Maximum Length: 1
    Contains one of the following values: true or false. If true, then allow the application to receive a defined substitute instead of the item. If false, then do not allow this substitution. This attribute does not have a default value. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Allow Suspend
    Maximum Length: 1
    Default Value: false
    Contains one of the following values: true or false. If true, then allow suspending of a service contract. If false, then do not allow suspending of a service contract. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Allow Terminate
    Maximum Length: 1
    Default Value: false
    Contains one of the following values: true or false. If true, then allow permanent stopping of a service contract. If false, then do not allow permanent stopping of a service contract. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Allow Unordered Receipts
    Maximum Length: 1
    Contains one of the following values: true or false. If true, then allow the application to receive the item without a purchase order. If false, then do not allow this receipt. This attribute does not have a default value. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Value that indicates the approval status of the item. A list of accepted values is defined in the lookup type EGP_APPROVAL_STATUS. Review the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is Approved.
  • Title: Assemble to Order
    Maximum Length: 1
    Default Value: false
    Contains one of the following values: true or false. If true, the item is generally built for sales order demand and a final assembly work order is created based on sales order details. If false, then assembly work order is not created for the item. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Key flexfield structure name for asset category. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Key Flexfields task. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Contains one of the following values: true or false. If true, then the asset is movable, and needs to be brought into the shop for repairs. If false, then the asset is not movable. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Enable Asset Tracking
    Maximum Length: 1
    Default Value: false
    Contains one of the following values: true or false. If true, then item is classified as an asset item. If false, then item is not classified as an asset item. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Value that indicates the type of asset tracking done on the items. A list of accepted values is defined in the lookup type ORA_EGP_ASSET_TRACKING.
  • Value that indicates additional components to be included in the bill of material for assemble-to-order (ATO) or pick-to-order (PTO) items in available-to-promise (ATP) checking. A list of accepted values is defined in the lookup type EGP_ORDATPCHECKVS_TYPE. Review the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is None For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Value that indicates the information to check available to promise and or capable to promise when placing demand. A list of accepted values is defined in the lookup type EGP_ORDATPCHECKVS_TYPE. Review the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is None For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Autocreated Configuration
    Maximum Length: 1
    Default Value: false
    Contains one of the following values: true or false. If true, then item is created automatically. If false, then item is not created automatically. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Automatically Expire ASN
    Default Value: false
    Contains one of the following values: true or false. If true, then automatically expire the advance shipment notice. If false, then do not automatically expire the advance shipment notice. The default value is False. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Back Orderable
    Maximum Length: 1
    Contains one of the following values: true or false. If true, then when available-to-promise (ATP) fails, then backorder the item. If false, then do not backorder the item. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Back-to-Back Enabled
    Maximum Length: 1
    Default Value: false
    Contains one of the following values: true or false. If true, then enable the item for back-to-back ordering. If false, then do not enable the item for back-to-back ordering. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Value that uniquely identifies the model to use when creating an assemble-to-order configuration. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Value that indicates the billing types. Values include M, L, or E, where M indicates material, L indicates labor, and E indicates expense. The contract uses the billing type to define the discount percent. A list of accepted values is defined in the lookup type EGP_MATERIAL_BILLABLE_TYPE. Review the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is Null. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Build in WIP
    Maximum Length: 1
    Default Value: false
    Contains one of the following values: true or false. If true, then create discrete jobs or repetitive assemblies in Oracle Manufacturing Cloud. If false, then discrete jobs are not created. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Bulk Picked
    Maximum Length: 1
    Default Value: false
    Contains one of the following values: true or false. If true, then pick items in bulk. If false, then do not pick items in bulk. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Email of the default buyer that can be associated with the item. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Buyers task For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Organization where the buyer resides. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Inventory Organizations task. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Carrying Percentage
    Percent of unit cost that represents the internal cost to stock one unit for one year. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: CAS Number
    Maximum Length: 30
    Value that indicates the Chemical Abstracts Service (CAS) registry number which uniquely identifies a chemical substance. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Change order associated with the item.
  • Read Only: true
    Number that identifies the change order line associated with the item.
  • Title: Check Material Shortage
    Maximum Length: 1
    Default Value: false
    Contains one of the following values: true or false. If true, then check for material shortages for the item. If false, then do not check for material shortages for the item. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Child Lot Enabled
    Maximum Length: 1
    Default Value: false
    Contains one of the following values: true or false. If true, then if parent lot is specified, use lot control on the item during the transaction. If false, then do not use lot control on the item during the transaction. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Format Validation
    Maximum Length: 1
    Default Value: false
    Contains one of the following values: true or false. If true, then make sure the child lot numbers conform to the child lot parameters. If false, then do not make sure the child lot numbers conform to the child lot parameters. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Value that determines how to create child lot numbers for the item. A list of accepted values is defined in the lookup type EGP_PARENT_CHILD_GEN_TYPE. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Prefix
    Maximum Length: 30
    Alphabetic prefix to add to the child lot. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Starting Number
    First number to use in a sequence of numbers for the child lot. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Collateral
    Maximum Length: 1
    Contains one of the following values: true or false. If true, then the item is collateral. If false, then the item is not collateral. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Allow Use of Common Supplies
    Maximum Length: 1
    Contains one of the following values: true or false. If true, then the material can be planned, picked, and issued from common inventory if sufficient inventory does not exist in project inventory. If false, then the material cannot be planned, picked, or issued from common inventory even if sufficient inventory does not exist in project inventory. The default value is false. For a list of attribute value interdependencies, see the Interdependent Item Attributes topic at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Enable Provisioning
    Maximum Length: 1
    Contains one of the following values: true or false. If true, then the item is eligible for electronic fulfillment by the service fulfillment manager. If false, then the item is not eligible for electronic fulfillment. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Value that indicates the behavior of the configurable models in the configurator. A list of accepted values is defined in the lookup type EGP_CONFIG_MODEL. Review the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is 1. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Consigned
    Default Value: false
    Contains one of the following values: True or False. If True, then the item resides at your location but the supplier owns it. If False, then the item resides at your location and you own it. The default value is False. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Container
    Maximum Length: 1
    Contains one of the following values: true or false. If true, then use containers to ship items. If false, then do not use containers to ship items. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Value that indicates the type of container used for shipping of the item. A list of accepted values is defined in the lookup type EGP_CONTAINER_TYPE. Review the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is Null. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Contract Manufacturing
    Maximum Length: 1
    Default Value: false
    Contains one of the following values: true or false. If true, then use the item in contract manufacturing. If false, then do not use the item in contract manufacturing. This attribute does not have a default value. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Default Value: false
    Contains one of the following values: true or false. If true, then copy the item associations. If false, then do not copy the item associations. The default value is false.
  • Default Value: false
    Contains one of the following values: true or false. If true, then copy the item attachments. If false, then do not copy the item attachments. The default value is false.
  • Default Value: false
    Contains one of the following values: true or false. If true, then copy the catalog categories. If false, then do not copy the catalog categories. The default value is false.
  • Item to use as the source when copying.
  • Item revision of the source when copying the item.
  • Item version of the source when copying the item.
  • Contains one of the following values: true or false. If true, then copy the item and then apply the template to the item. If false, then do not copy the item and then apply the template to the item. The default value is true.
  • Title: Copy Lot Attributes
    Maximum Length: 1
    Default Value: false
    Contains one of the following values: true or false. If true, then the child lot inherits the parent lot attributes. If false, then the child lot does not inherit the parent lot attributes. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Default Value: false
    Contains one of the following values: true or false. If true, then copy the organization assignments for the item. If false, then do not copy the organization assignments for the item. The default value is false.
  • Title: Costing Enabled
    Maximum Length: 1
    Default Value: false
    Contains one of the following values: true or false. If true, then item costs are reported and accounted. If false, then item costs are not reported and accounted. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Value that indicates whether the configured bill of materials can be created based on item or sourcing. A list of accepted values is defined in the lookup type EGP_CONFIG_ORG. Review the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is Null. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Read Only: true
    Maximum Length: 64
    User who created the item.
  • Read Only: true
    Value that identifies the item ID from which a copy has been made.
  • Read Only: true
    Maximum Length: 255
    Value that identifies the item number from which a copy has been made.
  • Read Only: true
    Maximum Length: 255
    Value that identifies the revision of the item from which a copy has been made.
  • Contains one of the following values: true or false. If true, then create a depreciable inventory asset for the item when using the installed base. If false, then do not track. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Attribute that indicates when the item is asset-capitalized. Values include At Receipt, At Invoice, and Null. A list of accepted values is defined in the lookup type ORA_EGP_FIXED_ASSET. Review the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is null
  • Title: Create Supply After
    Date after which the supply for the item is considered while generating planned orders.
  • Title: Create Supply
    Maximum Length: 1
    Default Value: true
    Contains one of the following values: true or false. If true, then suggest supply for this item. If false, then do not suggest supply for this item. The default value is true. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Read Only: true
    Date and time when the application created the item. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Read Only: true
    Date and time when the user created the item revision.
  • Title: Cumulative Manufacturing
    Number of days required to manufacture the item, including the adjusted, cumulative, and total lead time for the component that requires the longest time to assemble. The application subtracts the lead time offset of the operation to adjust each component. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Cumulative Total
    Number of days required to assemble the item, including the adjusted, cumulative, and total lead time for the component that requires the longest time to assemble. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Customer Orders Enabled
    Maximum Length: 1
    Default Value: false
    Contains one of the following values: true or false. If true, then the item can be ordered by external customers at this point of time. If false, then the item cannot be ordered by external customers at this point of time. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Customer Ordered
    Maximum Length: 1
    Default Value: false
    Value that indicates whether to allow an item to be ordered by external customers. Contains one of the following values: true or false. If true, then Item can be ordered by external customers. If false, then Item cannot be ordered by external customers. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Enable for Customer Self Service
    Maximum Length: 1
    Default Value: false
    Contains one of the following values: true or false. If true, then the item is enabled for customer self service. If false, then the item is not enabled for customer self service. The default value is false.
  • Title: Cycle Count Enabled
    Maximum Length: 1
    Default Value: false
    Contains one of the following values: true or false. If true, then the item is scheduled for automatic cycle count. If false, then the item is not cycle counted. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Days Early
    Number of days that you can receive the item before the promise date occurs without warning or rejection. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Days Late
    Number of days that you can receive the item after the promise date occurs without warning or rejection. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Days of Cover
    Number of days of cover for the item. The application multiplies Days of Cover by the average demand to calculate the safety stock level. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Value indicating the default buyer that can be associated with the item. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Buyers task. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Value that indicates default grade for the item. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Lot Grades task. The default value is Null. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Value that indicates how the conversion between primary and secondary units of measure is handled. Valid values are Default, Fixed, and No Default. You can provide the value of Defaulting Control depending on the value of the Tracking Unit of Measure attribute. If the Tracking Unit of Measure is Primary and Secondary, then the Defaulting Control can be provided. Otherwise, the Defaulting Control cannot be provided. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Internal value that indicates the default lot status for the item. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Material Statuses task. The default value is Null. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Value that identifies the system, component, and position where an asset item will be used to maintain another asset. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Condition Event Codes task. The codes must be transaction code types. The default value is null.
  • Default source type to use for the sales order. A list of accepted values is defined in the lookup type EGP_ORDDEFSOSRCVS_TYPE. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Internal value that indicates the default serial status of the item. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Material Statuses task. The default value is Null. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Value that indicates the primary shipping organization. If item is the source attribute of the warehouse object in the standard value rule set for the order, this is the default organization when creating an order. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Enable Defect Tracking
    Maximum Length: 1
    Contains one of the following values: true or false. If true, then defects of the item is tracked. If false, then defects of the item is not tracked. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Demand Period
    Number of days to use when calculating the average daily demand. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Demand Time Days
    Point in time to ignore forecast demand and to consider only sales order demand when calculating gross requirements. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Point in time to use when applying restrictions on demand recommendations. A list of accepted values is defined in the lookup type EGP_TIME_FENCE. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Unit of measure to use for item dimensions. Review and update the value for this attribute using the Setup and Maintenance work area, and the Units of Measures task. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Downloadable
    Maximum Length: 1
    Contains one of the following values: true or false. If true, then the customer can download the item. For example, the item is a software upgrade. If false, then the customer cannot download the item. For example, the item is a desktop computer. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Value that indicates how to calculate lead time based on Date, Model, or Unit Number. A list of accepted values is defined in the lookup type EGP_BOM_EFFEC_CTRL. Review the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is 1. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Electronic Format
    Maximum Length: 1
    Contains one of the following values: true or false. If true, then the item exists only in electronic format. If false, then the item does not exist only in electronic format. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Eligibility Rule
    Maximum Length: 1
    Contains one of the following values: true or false. If true, then the item can be made available to customers based on specific requirements and constraints. For example, the customer may need to be a member of the loyalty program, or live in a certain state, or be in good financial standing with the company, or not be locked into an existing contract to be eligible for an offer. If false, then the item can be made available to customers even if they do not meet specific requirements. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Enable Contract Coverage
    Maximum Length: 1
    Default Value: false
    Contains one of the following values: true or false. If true, then the item is eligible to be covered in a service contract. If false, then the item is not eligible to be covered in a service contract. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Enable Genealogy Tracking
    Maximum Length: 1
    Default Value: false
    Contains one of the following values: true or false. If true, then the item is enabled for genealogy tracking. If false, then the item is not enabled for genealogy tracking. The default value is false.
  • Title: Enable IOT
    Maximum Length: 1
    Default Value: false
    Contains one of the following values: true or false. If true, then the asset can be enabled for the Internet of Things (IoT). If false, then the asset cannot be enabled for the IoT. The default value is false. For a list of attribute value interdependencies, see the Interdependent Item Attributes topic at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Maximum Length: 255
    Value that indicates an option to control whether the supplier can deliver to a location that differs from the ship to location defined on the purchase order. A list of accepted values is defined in the lookup type EGP_RECEIPTACTIONVS_TYPE. Review the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is None. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Engineered
    Maximum Length: 1
    Default Value: false
    Contains one of the following values: true or false. If true, then the item is an engineering item. If false, then the item is not an engineering item. The default value is false.
  • Title: Event
    Maximum Length: 1
    Contains one of the following values: true or false. If true, then the item is an event. If false, then the item is not an event. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Value for the default expenditure type to be used in project-driven supply chain transactions. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Expenditure Types task. The default value is Null. For a list of attribute value interdependencies, see the Interdependent Item Attributes topic at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Expiration Action Interval
    Number of days the application adds to the expiration date before taking an action on the lot. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Internal value that indicates the default action to be taken for this item when the lot expires or the lot fails a quality check. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Lot Expiration Actions task. The default value is Null. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Financing Allowed
    Maximum Length: 1
    Contains one of the following values: true or false. If true, then the customer can finance this item. If false, then the customer cannot finance this item. The default value is null. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Fixed Days Supply
    Number of days to use to modify the size and timing of each planned order quantity. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Fixed
    Number of days required to assemble an item independent of the sales order quantity, such as setup time or teardown time. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Fixed Lot Size Multiplier
    Multiplier to use, in units for each day, for each fixed lot quantity or each repetitive rate. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Fixed Order Quantity
    Quantity to use to modify the size of each planned order quantity or each repetitive daily rate. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Enforce Purchasing Lead Time
    Maximum Length: 1
    Default Value: true
    Contains one of the following values: true or false. If true, then the item's purchasing lead time is enforced as a hard constraint. If false, then the item's purchasing lead time is not enforced as a hard constraint. The default value is true.
  • Value that uniquely identifies the type of forecast demand to use for the item. A list of accepted values is defined in the lookup type EGP_ATO_FORECAST_CONTROL. Review the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is None. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Window Days
    Time period to use when forecasting demand for the item. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Value that uniquely identifies the type of demand for the item. A list of accepted values is defined in the lookup type EGP_ATO_FORECAST_CONTROL. Review the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is None. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Formatted Description
    Maximum Length: 2147483647
    Text description of the item that includes hypertext tags.
  • Title: Grade Controlled
    Maximum Length: 1
    Default Value: false
    Contains one of the following values: true or false. If true, then the item is grade controlled in addition to lot controlled. If false, then the item is not grade controlled. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Value that identifies the type of pegging considered by the planning engine during the supply and demand netting process. A list of accepted values is defined in the lookup type ORA_EGP_HARD_PEGGING_LEVEL. Review the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is None. For a list of attribute value interdependencies, see the Interdependent Item Attributes topic at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Value that indicates the category of the hazardous material for international trade. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Hazard Classes task. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Hazardous Material
    Maximum Length: 1
    Default Value: false
    Contains one of the following values: true or false. If true, then item is hazardous. If false, then item is not hazardous. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Hold Days
    Number of days to add to the lot creation date that determines when you can release the lot. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Default Value: false
    Contains one of the following values: true or false. If true, then create items even though the matching item already exists. If false, then do not create these items if matching item exists. The default value is false.
  • Title: Include in Rollup
    Maximum Length: 1
    Contains one of the following values: true or false. If true, then item is included in the cost rollup. If false, then item is not included in the cost rollup. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Class to use for the item when using Telecommunication Service Ordering (TSO) to define a configured link. A list of accepted values is defined in the lookup type EGP_IB_INSTANCE_CLASS_TYPE. Review the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is None. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Internally Transferable
    Maximum Length: 1
    Default Value: false
    Contains one of the following values: true or false. If true, then the item can be ordered by internal customers. If false, then the item cannot be ordered by internal customers. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Internal Volume
    Internal volume of the container or vehicle. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Inventory Asset Value
    Maximum Length: 1
    Default Value: false
    Contains one of the following values: true or false. If true, then item is valued as an asset in inventory. If false, then item is not valued as an asset in inventory. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Inventory Carry
    Value that indicates the penalty for jobs that are not completed before their scheduled finish date. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Inventory Item
    Maximum Length: 1
    Default Value: false
    Contains one of the following values: true or false. If true, then the item can be stocked and transacted. If false, then the item cannot be stocked and transacted. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Value that indicates the type of planning that will be used for the item. A list of accepted values is defined in the lookup type EGP_MATERIAL_PLANNING. Review the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is Not Planned. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Invoice Close Tolerance Percentage
    Percent tolerance to use when closing the purchase order shipment for invoicing. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Invoiced
    Maximum Length: 1
    Default Value: false
    Contains one of the following values: true or false. If true, then item can be invoiced at this point of time in Oracle Receivables Cloud. If false, then item cannot be invoiced at this point of time. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Invoice Enabled
    Maximum Length: 1
    Default Value: false
    Contains one of the following values: true or false. If true, then item can be invoiced in Oracle Receivables Cloud. If false, then item cannot be invoiced. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Value that indicates the type of match used for purchase order. A list of accepted values is defined in the lookup type EGP_POINV_MAT_OPTION. Review the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is Receipt.
  • Value that indicates invoicing rule to determine the period in which an invoice is sent. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Invoicing Rules task. The default value is null. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Unit of measure to use when issuing the item from inventory. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Units of Measures task. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Item Attachments
    Title: Item Attachments
    The Item Attachments resource manages the attachments associated with an item.
  • Item-Category Assignments
    Title: Item-Category Assignments
    The Item-Category Assignments resource manages the item catalog category associations.
  • Name of the item class. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Item Classes task.
  • Title: Description
    Maximum Length: 240
    Description of the part, item, product, or service.
  • Descriptive Flexfields for Items
    Title: Descriptive Flexfields for Items
    The Descriptive Flexfields for Items resource manages the contextual descriptive flexfields of item.
  • Extensible Flexfields for Items
    Title: Extensible Flexfields for Items
    The Extensible Flexfields for Items resource manages the user-specified set of fields that are used to capture a characteristic of a item such as, color or size.
  • Maximum Length: 240
    Value that uniquely identifies the item class associated with the item extensible flexfield. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Item Classes task. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Global Descriptive Flexfields for Items
    Title: Global Descriptive Flexfields for Items
    The Global Descriptive Flexfields for Items resource manages the global descriptive flexfields for an item.
  • Value that uniquely identifies the part, item, product, or service.
  • Title: Item
    Maximum Length: 300
    Name or number of the part, item, product, or service.
  • Read Only: true
    Attribute indicating whether the entity is an item or a document object.
  • Item Revisions
    Title: Item Revisions
    The Item Revisions resource manages item revision details.
  • Status of the transaction activity for the item. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Item Statuses task.
  • Item-Supplier Associations
    Title: Item-Supplier Associations
    The Item-Supplier Associations resource manages the item-supplier associations. Supplier association is the association of an item with a supplier who provides that item; for examples, the association of item CAR with supplier Seven Corporation.
  • Item Translatable Attributes
    Title: Item Translatable Attributes
    The Extensible Flexfields for Item Supplier Associations resource gets the translatable fields for the item; for example, the item description is translatable.
  • Maximum Length: 255
    String of characters used for the keyword search.
  • New item request number associated with the item.
  • Read Only: true
    Date and time when the item was most recently updated. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Read Only: true
    Date and time when the user most recently updated the item revision.
  • Read Only: true
    Maximum Length: 64
    User who most recently updated the item.
  • Read Only: true
    Maximum Length: 32
    Login that the user used when updating the item.
  • Title: Lead Time Lot Size
    Default Value: 1
    Quantity to use when computing the processing lead time. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Name of lifecycle phase of the item. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Lifecycle Phases task.
  • Links
  • Title: List Price
    List price of the item. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Long Description
    Maximum Length: 4000
    Text description of the item.
  • Value that indicates the ability to use lot numbers during material transactions for tracking of batches of Item. A list of accepted values is defined in the lookup type EGP_LOT_CONTROL_CODE_TYPE. Review the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is 1. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Lot Divisible
    Maximum Length: 1
    Default Value: false
    Contains one of the following values: true or false. If true, then allow the application to allocate, reserve, or move partial lot quantities. If false, then do not allow the application to allocate, reserve, or move partial lot quantities. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Value that indicates how long items in a given lot remain available. A list of accepted values is defined in the lookup type EGP_SHELF_LIFE_CODE_TYPE. Review the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is 1. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Lot Merge Enabled
    Maximum Length: 1
    Default Value: false
    Contains one of the following values: true or false. If true, then allow the application to merge multiple lots into one lot for an item that lots control. If false, then do not allow this merge. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Lot Split Enabled
    Maximum Length: 1
    Default Value: false
    Contains one of the following values: true or false. If true, then the lot-controlled item can be split into many lots. If false, then the lot-controlled item cannot be split into many lots. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Lot Status Enabled
    Maximum Length: 1
    Default Value: false
    Contains one of the following values: true or false. If true, then item lot is status controlled at the lot level. If false, then item lot is not status controlled. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Lot Substitution Enabled
    Maximum Length: 1
    Contains one of the following values: true or false. If true, then allow the application to substitute a lot in the transaction. If false, then do not allow this substitution. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Lot Translate Enabled
    Maximum Length: 1
    Default Value: false
    Contains one of the following values: true or false. If true, then Item lots can be translated. If false, then Item Lots cannot be translated. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Market Price
    Value that indicates the market price of the item that is printed on the purchase order lines. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Maximum Length: 255
    Status of the match approvals. Values include PO or Receipt. A list of accepted values is defined in the lookup type EGP_MAT_APPR_LEV. Review the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is blank. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Value that indicates the capability to match to one of existing configurations of the models. Values include Standard, Container, or Null. A list of accepted values is defined in the lookup type EGP_CONFIG_MATCH. Review the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is Y. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Transaction Enabled
    Maximum Length: 1
    Default Value: false
    Contains one of the following values: true or false. If true, then transactions can be performed on the item. If false, then transactions cannot be performed on the item. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Maturity Days
    Number of days to add to the lot creation date to determine the lot maturity date. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Maximum Load Weight
    Maximum load weight of the container or vehicle. You can specify value for this attribute only if any one of the attributes VehicleItemFlag or ContainerItemFlag is set to true. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Maximum Min-Max Quantity
    Minimum quantity for minimum-maximum planning. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Maximum Order Quantity
    Maximum order quantity or repetitive rate in units for each day. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Minimum Fill Percent
    Minimum percent to fill the container or vehicle before shipping. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Minimum License Quantity
    Minimum number of licenses the customer must order for the item. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Minimum Min-Max Quantity
    Minimum quantity for minimum-maximum planning. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Minimum Order Quantity
    Minimum order quantity of the item. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Calculate ATP
    Maximum Length: 1
    Contains one of the following values: true or false. If true, then calculate and print available-to-promise (ATP) on the planning detail report. If false, then do not calculate and print. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Negative Deviation Factor
    Default Value: 0
    Maximum negative deviation for the transaction. This deviation is the maximum allowed value that is less than the secondary quantity that product management manages from the default conversion factor. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Negative Measurement Error
    Maximum negative difference to allow between the cycle count quantity and the on-hand quantity that the application monitors. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Negotiation Required
    Maximum Length: 1
    Contains one of the following values: true or false. If true, then require negotiation. If false, then do not require negotiation. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Operation Slack
    Value that indicates, in units per day, the operation slack penalty for items having lag time between operations. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Orderable on the Web
    Maximum Length: 1
    Contains one of the following values: true or false. If true, then allow the customer to order the item from the web. If false, then do not allow the customer to order the item from the web. The default value is true. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Order
    Fixed costs that are associated with placing a sales order for the item. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Order Management Indivisible
    Maximum Length: 1
    Contains one of the following values: true or false. If true, then allow orders in fractions of an item. If false, then do not allow orders in fractions of an item. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Code that identifies the organization. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Inventory Organizations task.
  • Value that uniquely identifies the organization. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Inventory Organizations task.
  • Value that indicates a tax code to use when calculating tax based on location and tax codes. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Tax Codes task. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Outside Processing Service
    Maximum Length: 1
    Default Value: false
    Contains one of the following values: true or false. If true, then the item can be added to an outside processing purchase order. If false, then the item cannot be added to an outside processing purchase order. The default value is false.
  • Value that indicates the overcompletion tolerance type. Valid values include Percent or Amount. A list of accepted values is defined in the lookup type EGP_OVER_TOLTYPE. Review the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is 1. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Tolerance Value
    Value that indicates the acceptable percent or quantity of assemblies that are allowed to be overcompleted. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Overreturn Tolerance
    Value that indicates the amount of the shipment that can be more than the return tolerance at the time of receiving or receipt creation. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Overshipment Tolerance
    Value that indicates the amount of the shipment that can be more than the shipment tolerance at the time of ship confirmation. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Value that indicates how the packaging of a particular item is assembled from the base unit, such as boxes per case.
  • Value of the pack type, also known as Trade Item Unit Descriptor (TIUD), that describes the hierarchy level of the Global Trade Item Number (GTIN). Hierarchy is used as link between different levels of a product (item) logistical chain. A list of accepted values is defined in the lookup type EGP_PACK_TYPE. Review the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is Null.
  • Internal value that indicates a valid payment terms code. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Payment Terms task. This attribute does not have a default value. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Pick Components
    Maximum Length: 1
    Default Value: false
    Contains one of the following values: true or false. If true, then items can be picked from finished goods inventory. If false, then items cannot be picked from finished goods inventory. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Internal value that indicates picking rule that defines the order in which subinventories, locators, lots, and revisions are picked. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Picking Rules task. The default value is none. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Value indicates the material planner for the item. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Material Planners task. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Value that determines whether your organization manufactures or buys the item. A list of accepted values is defined in the lookup type EGP_PLANNING_MAKE_BUY. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Value that uniquely identifies the method to use when planning demand for the item. A list of accepted values is defined in the lookup type EGP_PLANNING_CODE. Review the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is MPS Planning Method. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Planning Time Days
    Default Value: 1
    Days to add to the planning time fence. Use this attribute as an option when you define the time fence. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Point in time to use when applying restrictions on planning recommendations. A list of accepted values is defined in the lookup type EGP_TIME_FENCE. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Positive Deviation Factor
    Default Value: 0
    Maximum positive deviation for the transaction. This deviation is the maximum allowed value that is greater than the secondary quantity that product management manages from the default conversion factor. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Positive Measurement Error
    Maximum positive difference to allow between the cycle count quantity and the on-hand quantity that the application monitors. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Postprocessing Days
    Default Value: 0
    Number of days required to receive a purchased item into inventory from the supplier receipt. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Preprocessing Days
    Value that indicates the days that must be added to the purchasing or manufacturing lead time to place an order. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Price Tolerance Percentage
    Maximum price percent over the normal price range of the item. For example, if the tolerance percent is 5, then the maximum acceptable price on the purchase order is 5% over the requisition price. In this example, a purchase order price that is 5% above the requisition price is not acceptable, and you cannot approve the purchase order. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Value that indicates the unit of measure that is used to determine pricing for an item. A list of accepted values is defined in the lookup type EGP_ITEM_PRICING. Review the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is Primary. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Primary unit of measure of the item. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Units of Measures task. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Process Costing Enabled
    Maximum Length: 1
    Default Value: false
    Contains one of the following values: true or false. If true, then item is used in costing module of the process manufacturing. If false, then do not use the item in costing module of the process manufacturing. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Process Execution Enabled
    Maximum Length: 1
    Default Value: false
    Contains one of the following values: true or false. If true, then item is used as an ingredient, product, or by-product in a production batch. If false, then do not use the item as ingredient, product, or by-product in a production batch. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Processing Days
    Number of days required to procure or manufacture the item. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Process Quality Enabled
    Maximum Length: 1
    Default Value: false
    Contains one of the following values: true or false. If true, then item is used in quality module of the process manufacturing. If false, then do not use the item in quality module of the process manufacturing. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Maximum Length: 255
    Internal value that indicates the locator from which the item is normally consumed as an ingredient in process manufacturing. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Locators task. The default value is None. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Internal value that indicates a subinventory from which the item is normally consumed as an ingredient in process manufacturing. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Subinventories task. The default value is None. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Internal value that indicates locator in which you place the results of a production batch. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Locators task. The default value is None. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Internal value that indicates a subinventory in which you place results of a production batch. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Subinventories task. The default value is None. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Name of the procurement business unit. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Business Units task. The default value is Null.
  • Title: Purchasable
    Maximum Length: 1
    Default Value: false
    Contains one of the following values: true or false. If true, then allow the application to add the item to the purchase order. If false, then do not allow to add the item. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Purchased
    Maximum Length: 1
    Default Value: false
    Contains one of the following values: true or false. If true, then the item is purchased and received. If false, then the item is not purchased and received. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Value that indicates the tax code to use when calculating tax based on location and tax codes. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Tax Codes task. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Value that identifies the method to use when planning the safety stock for the item. A list of accepted values is defined in the lookup type EGP_RECEIPTACTIONVS_TYPE. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Tolerance Percentage
    Maximum percent of the quantity received to allow that is greater than the expected receipt quantity. For example, if the expected receipt quantity is 10, and if QuantityReceivedTolerancePercentage is 20, then allow the received quantity up to 12. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Receipt Close Tolerance Percentage
    Percent tolerance to use when closing the purchase order shipment for receipt. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Value that indicates the action to be performed when the receive date is outside the range defined by Days Early Receipt Allowed or Days Late Receipt Allowed. Valid values include None, Reject, or Warning. A list of accepted values is defined in the lookup type EGP_RECEIPTACTIONVS_TYPE. Review the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is None. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Value that indicates routing of the items at the time of receipt. A list of accepted values is defined in the lookup type EGP_RECEIPTROUTVS_TYPE. Review the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is Null. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Recipe Enabled
    Maximum Length: 1
    Default Value: false
    Contains one of the following values: true or false. If true, then item is used in recipes and formulas in process manufacturing. If false, then do not use the item in recipes and formulas. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Value that indicates the process for returning defective or unused parts to a warehouse consolidation point. A list of accepted values is defined in the lookup type EGP_RECOVERED_PART_DISP_TYPE. Review the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is N. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Type of authorization required before creating the sales order. A list of accepted values is defined in the lookup type EGP_MSI_GP_RELEASE_AUTH. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is Customer. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Release Time Days
    Additional days to be added to the release time fence. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Point in time to use when releasing a planned sales order that references a discretely planned item as work in process or as a purchase requisition. A list of accepted values is defined in the lookup type EGP_RELEASE_TIME_FENCE. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Repair Lead Time
    Time taken to repair the part at the supplier site.
  • Title: Repair Yield
    Yield in the repair process when you upgrade or repair a defective part.
  • Value that indicates whether item can be replaced by field or customer. Valid values are Customer, Field, or Null.
  • Title: Maximum Days of Supply
    Maximum days of supply to allow before replenishing the item. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Maximum Order
    Value that indicates the maximum order to replenish the item. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Minimum Days of Supply
    Minimum days of supply to allow before replenishing the item. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Minimum Order
    Minimum quantity for the sales order or repetitive rate in the number of units for each day. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Value that determines how to replenish an inventory that the requests have depleted. A list of accepted values is defined in the lookup type EGP_SOURCE_TYPES. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Value that uniquely identifies the scheduled process that created the item.
  • Title: Requires Fulfillment Location
    Maximum Length: 1
    Default Value: false
    Contains one of the following values: true or false. If true, then the fulfilment location of the item is required. If false, then the fulfilment location of the item is not required. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Requires item association
    Maximum Length: 1
    Default Value: false
    Contains one of the following values: true or false. If true, then the item association for the item is required. If false, then the item association for the item is not required. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Reservable
    Default Value: true
    Contains one of the following values: true or false. If true, then create material reservations for the item. If false, then do not create material reservations for the item. The default value is true. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Restrict Locators
    Default Value: false
    Contains one of the following values: True or False. If True, then restrict the transactions of the item from the locator. If False, then do not restrict the transactions of the item from the locator. The default value is True. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Restrict Subinventory
    Default Value: false
    Contains one of the following values: true or false. If true, then restrict the transactions of the item from the subinventory. If false, then do not restrict the transactions of the item from the subinventory. The default value is true. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Retest Interval
    Number of days after the creation date before retesting the lot. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Returnable
    Maximum Length: 1
    Default Value: false
    Contains one of the following values: true or false. If true, then the item can be returned by external customers. If false, then the item cannot be returned by external customers. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Revision Control
    Default Value: false
    Contains one of the following values: true or false. If true, then the item is under revision control and it includes inventory attributes. If false, then the item is not under revision control and it includes inventory attributes. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: RMA Inspection Required
    Default Value: false
    Contains one of the following values: true or false. If true, then inspection is needed for items returned by customers. The item then must be transferred to inventory separately. If false, then Inspection is not needed for items returned by customers. The default value is False. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Round Order Quantities
    Contains one of the following values: True or False. If True, then round the quantity on an internal requisition when converting between the unit of measure on the requisition line and the item on the unit of issue. If False, then do not resolve the unit of issue to an integer. Setting this attribute to False might result in a fractional amount. The default value is True. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Rounding Factor
    Factor to use when rounding the quantity on an internal requisition. This rounding occurs when converting the unit of measure on the requisition line to the unit of measure on the unit of issue. This factor makes sure that the unit of issue resolves to an integer, and not to a fractional amount. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Value that identifies the method to use when planning the safety stock for the item. A list of accepted values is defined in the lookup type ORA_EGP_SAFETY_STK_PLN_METHOD. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Account used when tracking a sales item. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Keyflex Fields task. This attribute does not have a default value. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Maximum Length: 255
    Value that indicates the sales product type. Domain values include Goods, Subscription, Coverage, and Training. A list of accepted values is defined in the lookup type QSC_SALES_PRODUCT_TYPE. Review the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is Finished Goods. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Secondary unit of measure of the item. Review and update the value for this attribute using the Setup and Maintenance work area, and the Units of Measures task. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Value that indicates the number assigned to each unit of an item and is used to track the item. A list of accepted values is defined in the lookup type EGP_SERIAL_NUMBER_CONTROL_TYPE. Review the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is 1. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Starting Number
    Maximum Length: 80
    Starting number associated with the serial numbers when they are automatically created for an item. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Starting Prefix
    Maximum Length: 80
    Prefix associated when serial numbers are automatically created for an item. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Serial Status Enabled
    Maximum Length: 1
    Default Value: false
    Contains one of the following values: true or false. If true, then transactions on the item is restricted to the subinventory. If false, then transactions on the item is not restricted to the subinventory. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Enable Service Billing
    Maximum Length: 1
    Default Value: false
    Contains one of the following values: true or false. If true, then enable the billing service. If false, then do not enable the billing service. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Duration
    Value of that indicates the duration for an item to fulfil a service contract. The value of this attribute depends on the value for ServiceDurationTypeValue. You can update the value for ServiceDuration if the value for ServiceDurationType is either variable or fixed. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Value that indicates the duration for an item to fulfil a service contract. A list of accepted values is the units of measures belonging to time Units of Measure class. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Units of Measures task. The value of this attribute depends on the value for ServiceDurationTypeValue. You can update the value for ServiceDuration if the value for ServiceDurationType is either variable or fixed. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Type of duration for an item that fulfills a service contract. A list of accepted values is defined in the lookup type EGP_SERV_DUR_TYPE_CODE. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Contains one of the following values: true or false. If true, then a service request can be created for the item. If false, then a service request cannot be created for the item. The default value is true. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Service Start Delay
    Default Value: 0
    Value that specifies the delay in starting a service after a milestone. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Type of service start rule to use for an item that fulfills a service contract. A list of accepted values is defined in the lookup type EGP_SERV_START_TYPE_CODE. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Shelf Life Days
    Default Value: 0
    Number of days that each lot is active. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Ship Model Complete
    Maximum Length: 1
    Default Value: false
    Contains one of the following values: true or false. If true, then ship each configuration derived from this configuration model only when the required quantities for each component, option, and item that the configuration references is available. If false, then ship the configuration even if one or more of these quantities is not available. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Shippable
    Maximum Length: 1
    Default Value: false
    Contains one of the following values: true or false. If true, then the application can ship the item to the customer. If false, then the application cannot ship the item. For example, the item is a service agreement that you do not physically ship. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Shrinkage Rate
    Average amount of material you expect to lose when manufacturing or storing the item. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Organization that an internal requisition uses as the source to get the item. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Inventory Organizations task. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Organization that owns the source subinventory. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Inventory Organizations task. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Internal value that indicates a subinventory from which the item is normally consumed. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Subinventories task. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Value that indicates the coverage template associated with the item. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Coverage Times task. The default value is null. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Standard Lot Size
    Amount of a particular item that is ordered from the plant or a supplier, or issued as a standard quantity to the production process. Oracle Cost Management Cloud uses this value to calculate unit costs for sub-elements with a lot basis type. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Starting Number
    Maximum Length: 30
    Starting number associated with the lot numbers when they are automatically created for an item. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Starting Prefix
    Maximum Length: 80
    Prefix associated when lot number are automatically created for an item. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Stocked
    Maximum Length: 1
    Default Value: false
    Contains one of the following values: true or false. If true, then the item can be stocked in inventory. If false, then the item cannot be stocked in inventory. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Value that indicates the physical area within a subinventory where you store material, such as a row, aisle, bin, or shelf. A list of accepted values is defined in the lookup type EGP_LOCATOR_CONTROL_CODE_TYPE. Review the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is 1. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Value that indicates the type of bill of material the item can possess. Values include standard, model, planning, and other. A list of accepted values is defined in the lookup type EGP_BOM_ITEM_TYPE. Review the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is 4. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Style Item
    Maximum Length: 1
    Contains one of the following values: true or false. If true, then the item is a style item. If false, then the item is not a style item. The default value is false.
  • Name or number of the corresponding style item.
  • Value that indicates the subcontracting type associated to this item when it is used as a subcontracting component in chargeable subcontracting. Values include Prepositioned and Synchronized. A list of accepted values is defined in the lookup type EGP_SUBCONT_COMPONENT. Review the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. This attribute does not have a default value. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Taxable
    Maximum Length: 1
    Default Value: false
    Contains one of the following values: true or false. If true, then the supplier charges a tax on the item. If false, then the supplier does not charge a tax on the item. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Name of the template to apply to the item. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Item Classes task. The default template is set at the item class.
  • Unit of measure of the item. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Units of Measures task. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Value that indicates the conversion method used for units of measure associated with an item. A list of accepted values is defined in the lookup type EGP_ITEM_CONVERSIONS. Review the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is 3. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Order Management Transaction Enabled
    Maximum Length: 1
    Default Value: false
    Contains one of the following values: true or false. If true, then allow transactions in order management. If false, then do not allow transactions in order management. The transaction in order management identifies the type of transaction in each application where the budget control transaction starts. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Transfer Orders Enabled
    Maximum Length: 1
    Default Value: false
    Contains one of the following values: true or false. If true, then the item can be ordered on an internal requisition. If false, then item cannot be ordered based on an internal requisition. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Value that identifies the undercompletion tolerance type. Values include Percentage, Quantity, and Null. A list of accepted values is defined in the lookup type ORA_EGP_UNDER_COMP_TOL. Review the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is null
  • Title: Tolerance Value
    Attribute indicating the acceptable percent or quantity of assemblies that's allowed to be under completion.
  • Title: Underreturn Tolerance
    Value that indicates the lower limit of the received quantity to be considered as full receipt. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Undershipment Tolerance
    Value that indicates the amount of the shipment that can be less than the shipment tolerance at the time of ship confirmation. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Height
    Height of the item. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Length
    Length of the item. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Unit Volume
    Volume of one item. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Unit Weight
    Weight of one item. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Width
    Width of the item. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Value indicating the United Nations identification number used for international trade purposes. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage UN Numbers task For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Use Approved Supplier
    Maximum Length: 1
    Default Value: false
    Contains one of the following values: true or false. If true, then require an approved supplier. If false, then do not require an approved supplier. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Type of the item. A list of accepted values is defined in the lookup type EGP_ITEM_TYPE. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task.
  • Title: Variable
    Time to produce one unit of an assembly. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Vehicle
    Maximum Length: 1
    Contains one of the following values: true or false. If true, then use vehicles to ship items. If false, then do not use vehicles. The default value is false. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Fixed Quantity
    Fixed quantity to reorder in the inventory that the vendor manages. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Unit of measure to use for the item volume. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Units of Measures task. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Title: Warehouse Equipment
    Default Value: false
    Contains one of the following values: True or False. If True, then the item is equipment. If False, then the item is not equipment. The default value is False. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Web status of the item. Valid values are Enabled, Published, and Unpublished. The default value is Unpublished. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Unit of measure to use for the item weight. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Units of Measures task. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Internal value that indicates the supply locator from which to issue (push) or backflush (pull) an item to work in process. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Locators task. The default value is None. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Value that indicates the primary subinventory from which to issue (push) or backflush (pull) an item to work in process. A list of accepted values is defined in the lookup type EGP_WIP_SUP_TYPE. Review the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is None. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
  • Value that indicates the supply type for components. A list of accepted values is defined in the lookup type EGP_WIP_SUP_TYPE. Review the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is 1. For a list of attribute value interdependencies, refer to Interdependent Item Attributes: Explained at: https://www.oracle.com/pls/topic/lookup?ctx=cloud&id=FAPIM287169.
Nested Schema : Item Attachments
Type: array
Title: Item Attachments
The Item Attachments resource manages the attachments associated with an item.
Show Source
Nested Schema : Item-Category Assignments
Type: array
Title: Item-Category Assignments
The Item-Category Assignments resource manages the item catalog category associations.
Show Source
Nested Schema : Descriptive Flexfields for Items
Type: array
Title: Descriptive Flexfields for Items
The Descriptive Flexfields for Items resource manages the contextual descriptive flexfields of item.
Show Source
Nested Schema : Extensible Flexfields for Items
Type: array
Title: Extensible Flexfields for Items
The Extensible Flexfields for Items resource manages the user-specified set of fields that are used to capture a characteristic of a item such as, color or size.
Show Source
  • Discriminator: CategoryCode
    Discriminator: { "propertyName":"CategoryCode", "mapping":{ "ROOT_ICC":"#/components/schemas/oracle_apps_scm_productCatalogManagement_advancedItems_flex_egoItemEff_item_categories_view_j__ItemRootIccPrivateVO-item-response" } }
Nested Schema : Global Descriptive Flexfields for Items
Type: array
Title: Global Descriptive Flexfields for Items
The Global Descriptive Flexfields for Items resource manages the global descriptive flexfields for an item.
Show Source
  • Discriminator: __FLEX_Context
    Discriminator: { "propertyName":"__FLEX_Context", "mapping":{ "JA_CN_ITEM_INFO":"#/components/schemas/oracle_apps_scm_productModel_items_flex_itemGdf_view_ItemGdfJA__5FCN__5FITEM__5FINFOVO-item-response" } }
Nested Schema : Item Revisions
Type: array
Title: Item Revisions
The Item Revisions resource manages item revision details.
Show Source
Nested Schema : Item-Supplier Associations
Type: array
Title: Item-Supplier Associations
The Item-Supplier Associations resource manages the item-supplier associations. Supplier association is the association of an item with a supplier who provides that item; for examples, the association of item CAR with supplier Seven Corporation.
Show Source
Nested Schema : Item Translatable Attributes
Type: array
Title: Item Translatable Attributes
The Extensible Flexfields for Item Supplier Associations resource gets the translatable fields for the item; for example, the item description is translatable.
Show Source
Nested Schema : itemsV2-ItemAttachment-item-response
Type: object
Show Source
Nested Schema : Flexfields for Item Attachments
Type: array
Title: Flexfields for Item Attachments
The Flexfields for Item Attachments resource manages the descriptive flexfields for item attachments.
Show Source
Nested Schema : itemsV2-ItemAttachment-AttachedDocumentsDFF-item-response
Type: object
Show Source
Nested Schema : itemsV2-ItemCategory-item-response
Type: object
Show Source
Nested Schema : itemsV2-ItemDFF-item-response
Type: object
Show Source
Nested Schema : Discriminator: CategoryCode
Type: object
Discriminator: CategoryCode

Discriminator Values

Match One Schema
Show Source
Nested Schema : oracle_apps_scm_productCatalogManagement_advancedItems_flex_egoItemEff_item_categories_view_j__ItemRootIccPrivateVO-item-response
Type: object
Show Source
Nested Schema : Discriminator: __FLEX_Context
Type: object
Discriminator: __FLEX_Context

Discriminator Values

Match One Schema
Show Source
Nested Schema : oracle_apps_scm_productModel_items_flex_itemGdf_view_ItemGdfJA__5FCN__5FITEM__5FINFOVO-item-response
Type: object
Show Source
Nested Schema : itemsV2-ItemRevision-item-response
Type: object
Show Source
Nested Schema : Descriptive Flexfields for Item Revisions
Type: array
Title: Descriptive Flexfields for Item Revisions
The Descriptive Flexfields for Item Revisions resource manages the descriptive flexfields of item revision.
Show Source
Nested Schema : Extensible Flexfields for Item Revisions
Type: array
Title: Extensible Flexfields for Item Revisions
The Extensible Flexfields for Item Revisions resource manages the values for item extensible flexfields. Item flexfields are user-defined attributes.
Show Source
  • Discriminator: CategoryCode
    Discriminator: { "propertyName":"CategoryCode", "mapping":{ "ROOT_ICC":"#/components/schemas/oracle_apps_scm_productCatalogManagement_advancedItems_flex_egoItemEff_itemRevision_categories_view_j__ItemRevisionRootIccPrivateVO-item-response" } }
Nested Schema : Item Revision Translatable Attributes
Type: array
Title: Item Revision Translatable Attributes
The Item Revision Translatable Attributes resource manages the translatable attributes of item revision.
Show Source
Nested Schema : Item Revision Attachments
Type: array
Title: Item Revision Attachments
The Item Revision Attachments resource manages attachments associated with item revisions.
Show Source
Nested Schema : itemsV2-ItemRevision-ItemRevisionDFF-item-response
Type: object
Show Source
Nested Schema : Discriminator: CategoryCode
Type: object
Discriminator: CategoryCode

Discriminator Values

Match One Schema
Show Source
Nested Schema : oracle_apps_scm_productCatalogManagement_advancedItems_flex_egoItemEff_itemRevision_categories_view_j__ItemRevisionRootIccPrivateVO-item-response
Type: object
Show Source
  • Maximum Length: 240
    Default Value: ROOT_ICC
    Value that uniquely identifies the item class associated with the item revision extensible flexfield. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Item Classes task.
  • Links
  • Value that uniquely identifies the revision of the item.
  • Default Value: -1
    Value that uniquely identifies the item version.
Nested Schema : itemsV2-ItemRevision-ItemRevisionTranslation-item-response
Type: object
Show Source
Nested Schema : itemsV2-ItemRevision-RevisionAttachment-item-response
Type: object
Show Source
Nested Schema : itemsV2-ItemSupplierAssociation-item-response
Type: object
Show Source
  • Maximum Length: 255
    Address of the supplier. Review and update the value for this attribute using the Suppliers work area, and the Manage Suppliers task.
  • Maximum Length: 255
    Name of the supplier address. Review and update the value for this attribute using the Suppliers work area, and the Manage Suppliers task.
  • Maximum Length: 255
    Alternate number that identifies the supplier. Review and update the value for this attribute using the Suppliers work area, and the Manage suppliers task.
  • Value that uniquely identifies an item-supplier association.
  • Read Only: true
    Date and time when the user created the item-supplier association.
  • Value that uniquely identifies the part, item, product, or service.
  • Extensible Flexfields for Item-Supplier Associations
    Title: Extensible Flexfields for Item-Supplier Associations
    The Extensible Flexfields for Item-Supplier Associations resource manages the values for item supplier association extensible flexfields. Item flexfields are user-defined attributes.
  • Read Only: true
    Date and time when the user most recently updated the item-supplier association.
  • Links
  • Read Only: true
    Value that uniquely identifies the organization. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Inventory Organizations task.
  • Number that identifies the supplier site.
  • Title: Primary
    Maximum Length: 1
    Default Value: false
    Contains one of the following values: true or false. If true, then it is a primary supplier association. If false, then it is not a primary supplier association. The default value is false.
  • Read Only: true
    Maximum Length: 255
    Number that uniquely identifies a supplier party. Review and update the value for this attribute using the Suppliers work area, and the Manage Suppliers task.
  • Read Only: true
    Value that uniquely identifies the request. This attribute is generated during import. This value is used to verify import, when items are published.
  • Maximum Length: 240
    Value that uniquely identifies the item class associated with the item revision extensible flexfield. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Item Classes task.
  • This attribute is not currently used.
  • Maximum Length: 255
    This attribute is not currently used.
  • Name of the supplier. Review and update the value for this attribute using the Suppliers work area, and the Manage Suppliers task.
  • Status of item supplier association.
  • Value that uniquely identifies a supplier address. Review and update the value for this attribute using the Suppliers work area, and the Manage suppliers task.
Nested Schema : Extensible Flexfields for Item-Supplier Associations
Type: array
Title: Extensible Flexfields for Item-Supplier Associations
The Extensible Flexfields for Item-Supplier Associations resource manages the values for item supplier association extensible flexfields. Item flexfields are user-defined attributes.
Show Source
  • Discriminator: CategoryCode
    Discriminator: { "propertyName":"CategoryCode", "mapping":{ "ROOT_ICC":"#/components/schemas/oracle_apps_scm_productCatalogManagement_advancedItems_flex_egoItemEff_itemSupplier_categories_view_j__ItemSupplierRootIccPrivateVO-item-response" } }
Nested Schema : Discriminator: CategoryCode
Type: object
Discriminator: CategoryCode

Discriminator Values

Match One Schema
Show Source
Nested Schema : oracle_apps_scm_productCatalogManagement_advancedItems_flex_egoItemEff_itemSupplier_categories_view_j__ItemSupplierRootIccPrivateVO-item-response
Type: object
Show Source
  • Maximum Length: 30
    Default Value: PROD
    This attribute is not currently used.
  • Value that uniquely identifies an item-supplier association.
  • Maximum Length: 240
    Default Value: ROOT_ICC
    Value that uniquely identifies the item class associated with the item revision extensible flexfield. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Item Classes task.
  • Links
  • Read Only: true
    Value that uniquely identifies the master organization. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Inventory Organizations task.
  • Value that uniquely identifies the organization. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Inventory Organizations task.
  • Value that uniquely identifies the supplier.
  • Value that uniquely identifies a supplier address. Review and update the value for this attribute using the Suppliers work area, and the Manage Suppliers task.
  • Value that uniquely identifies the item version.
Nested Schema : itemsV2-ItemTranslation-item-response
Type: object
Show Source
Back to Top

Examples

Example 1 cURL Command

Use the following cURL command to submit a request on the REST resource. This example describes how to get one item.

curl -u username:password "https://servername/fscmRestApi/resources/version/itemsV2?q=ItemNumber=KM_ITEM_REST1;OrganizationCode=V1"

Example 1 Response Body

The following shows an example of the response body in JSON format.

{
	"items": [
	{
		"ItemId": 300100176698433,
		"OrganizationId": 204,
		"OrganizationCode": "V1",
		"ItemClass": "KM_IC",
		"Template": null,
		"ItemNumber": "KM_ITEM_REST1",
		"ItemDescription": "KM_ITEM_REST1_UPDATED",
		"ApprovalStatusValue": "Approved",
		"ItemStatusValue": "Active",
		"LifecyclePhaseValue": "Design",
		"StyleItemFlag": null,
		"StyleItemNumberValue": "KM_ITEM_REST1",
		"Keyword": null,
		"IgnoreDuplicateItemFlag": null,
		"UserItemTypeValue": "Finished Good",
		"PackTypeValue": null,
		"LongDescription": "Long description",
		"FormattedDescription": null,
		"PrimaryUOMValue": "Each",
		"TrackingUnitofMeasure": "Primary",
		"TransactionConversionValue": "Both",
		"SecondaryUnitofMeasureValue": null,
		"DefaultingControlValue": null,
		"PositiveDeviationFactor": 0,
		"NegativeDeviationFactor": 0,
		"CopyItemAndApplyTemplatesFlag": null,
		"CopyAssociationsFlag": null,
		"CopyAttachmentsFlag": null,
		"CopyCategoriesFlag": null,
		"CopyFromItemValue": null,
		"CopyFromRevisionValue": null,
		"CopyFromVersionValue": null,
		"CopyOrganizationAssignmentsFlag": null,
		"LastSubmittedNewItemRequest": null,
		"ChangeNotice": null,
		"ChangeOrderLineSequenceNumber": null,
		"StructureItemTypeValue": "Standard",
		"CreateConfiguredItem": null,
		"ConfigModelTypeValue": "Standard",
		"EffectivityControlValue": "Date",
		"BaseItemValue": null,
		"AutoCreatedConfigurationFlag": false,
		"PickComponentsFlag": false,
		"AssembleToOrderFlag": false,
		"CostingEnabledFlag": true,
		"IncludeInRollUpFlag": true,
		"StandardLotSize": null,
		"InventoryAssetFlag": true,
		"BuildInWIPFlag": true,
		"WIPSupplyTypeValue": "Push",
		"WIPSupplyLocatorValue": null,
		"WIPSupplySubinventoryValue": null,
		"OvercompletionToleranceTypeValue": null,
		"OvercompletionToleranceValue": null,
		"InventoryCarryPenalty": null,
		"OperationSlackPenalty": null,
		"RecipeEnabledFlag": true,
		"ProcessQualityEnabledFlag": false,
		"ProcessCostingEnabledFlag": false,
		"ProcessExecutionEnabledFlag": true,
		"ProcessSupplySubinventoryValue": null,
		"ProcessSupplyLocatorValue": null,
		"ProcessYieldSubinventoryValue": null,
		"ProcessYieldLocatorValue": null,
		"HazardousMaterialFlag": true,
		"CASNumber": null,
		"AssetTrackedFlag": false,
		"AssetClassValue": "Equipment",
		"ServiceRequestEnabledValue": null,
		"DefectTrackingOnFlag": null,
		"CommsActivationReqdFlag": null,
		"ServiceDurationTypeValue": "Open Ended",
		"ServiceDuration": null,
		"ServiceDurationPeriodValue": null,
		"ServiceStartTypeValue": "Milestone",
		"ServiceStartDelay": 0,
		"AllowSuspendFlag": false,
		"AllowTerminateFlag": false,
		"RequiresFulfillmentLocFlag": false,
		"RequiresItemAssociationFlag": false,
		"CreateFixedAssetFlag": null,
		"InstanceClassValue": null,
		"BillingTypeValue": null,
		"ServiceBillingEnabledFlag": false,
		"RecoveredPartDispositionValue": null,
		"InventoryItemFlag": true,
		"StockEnabledFlag": true,
		"MaterialTransactionEnabledFlag": true,
		"ReservableFlag": true,
		"CheckMaterialShortageFlag": false,
		"RevisionQuantityControlFlag": false,
		"BulkPickedFlag": false,
		"LotControlValue": "No lot control",
		"StartingLotPrefix": null,
		"StartingLotNumber": null,
		"MaturityDays": null,
		"HoldDays": null,
		"LotExpirationControlValue": "No shelf life control",
		"ShelfLifeDays": 0,
		"RetestInterval": null,
		"ExpirationActionValue": null,
		"ExpirationActionInterval": null,
		"ChildLotEnabledFlag": false,
		"ChildLotFormatValidationFlag": false,
		"CopyLotAttributeFlag": false,
		"ChildLotPrefix": null,
		"ChildLotStartingNumber": null,
		"ChildLotParent": null,
		"LotTranslateEnabledFlag": false,
		"LotSplitEnabledFlag": false,
		"LotDivisibleFlag": false,
		"LotSubstitutionEnabledFlag": null,
		"LotMergeEnabledFlag": false,
		"GradeControlFlag": false,
		"DefaultGradeValue": null,
		"SerialGenerationValue": "No serial number control",
		"SerialStartingPrefix": null,
		"SerialStartingNumber": null,
		"NegativeMeasurementError": null,
		"PositiveMeasurementError": null,
		"CycleCountEnabledFlag": false,
		"LotStatusEnabledFlag": false,
		"SerialStatusEnabledFlag": false,
		"DefaultLotStatusValue": null,
		"DefaultSerialStatusValue": null,
		"RestrictSubinventoriesFlag": false,
		"RestrictLocatorsFlag": false,
		"StockLocatorControlValue": "No control",
		"DimensionUOMValue": null,
		"UnitWidthQuantity": null,
		"UnitLengthQuantity": null,
		"UnitHeightQuantity": null,
		"WeightUOMValue": "LBS",
		"UnitWeightQuantity": null,
		"VolumeUOMValue": null,
		"UnitVolumeQuantity": null,
		"ContainerItemFlag": null,
		"ContainerTypeValue": null,
		"MaximumLoadWeight": null,
		"VehicleItemFlag": null,
		"InternalVolume": null,
		"MinimumFillPercent": null,
		"WarehouseEquipmentFlag": false,
		"EventFlag": null,
		"CollateralFlag": null,
		"CustomerOrderFlag": true,
		"CustomerOrderEnabledFlag": true,
		"ATPComponentsValue": "None",
		"PickingRuleValue": null,
		"RMAInspectionRequiredFlag": false,
		"EligibilityRuleFlag": null,
		"ReturnableFlag": false,
		"ATPValue": "None",
		"FinancingAllowedFlag": null,
		"SalesProductTypeValue": null,
		"TransactionEnabledFlag": true,
		"OrderManagementIndivisibleFlag": null,
		"DefaultSalesOrderSourceTypeValue": "Internal",
		"ElectronicFormatFlag": null,
		"ShippableFlag": true,
		"DefaultShippingOrganizationValue": null,
		"ShipModelCompleteFlag": false,
		"DownloadableFlag": null,
		"OverShipmentTolerance": null,
		"UnderShipmentTolerance": null,
		"OverReturnTolerance": null,
		"UnderReturnTolerance": null,
		"InvoiceEnabledFlag": true,
		"AccountingRuleValue": null,
		"PaymentTermsValue": null,
		"OutputTaxClassificationCodeValue": null,
		"InvoicedFlag": true,
		"InvoicingRuleValue": null,
		"SalesAccountValue": null,
		"WebStatusValue": "Unpublished",
		"BackOrderableFlag": null,
		"OrderableOnWebFlag": true,
		"MinimumLicenseQuantity": null,
		"InventoryPlanningMethodValue": "Not planned",
		"PlanningMakeBuyValue": "Make",
		"Planner": null,
		"SubcontractingComponentValue": null,
		"MinimumMinmaxQuantity": null,
		"MaximumMinmaxQuantity": null,
		"MinimumOrderQuantity": null,
		"MaximumOrderQuantity": null,
		"OrderCost": null,
		"SourceOrganizationValue": null,
		"SourceSubinventoryOrganizationValue": null,
		"SourceSubinventoryValue": null,
		"FixedOrderQuantity": null,
		"FixedDaysSupply": null,
		"FixedLotSizeMultiplier": null,
		"ReleaseAuthorizationRequiredValue": "Customer",
		"AutomaticallyExpireASNFlag": false,
		"ConsignedFlag": false,
		"ReplenishmentMinimumOrder": null,
		"MaximumOrder": null,
		"VMIFixedOrderQuantity": null,
		"ForecastTypelValue": "Order Forecast",
		"ForecastHorizon": null,
		"PlanningMethodValue": "MPS Planning",
		"RoundingControlTypeFlag": true,
		"CreateSupplyFlag": true,
		"PlanningTimeFence": "User Defined Time Fence",
		"DemandTimeFence": null,
		"ReleaseTimeFence": null,
		"ShrinkageRate": null,
		"ForecastControlValue": "Consume and Derive Forecast",
		"AcceptableEarlyDays": null,
		"PlanningTimeDays": 1,
		"DemandTimeDays": null,
		"ReleaseTimeDays": null,
		"MRPCalculateATPFlag": null,
		"PreprocessingDays": null,
		"PostprocessingDays": 0,
		"ProcessingDays": null,
		"VariableLeadTime": null,
		"CumulativeTotalLeadTime": null,
		"FixedLeadTime": null,
		"CumulativeManufacturingLeadTime": null,
		"LeadTimeLotSize": 1,
		"PurchasingFlag": true,
		"UseApprovedSupplierFlag": false,
		"NegotiationRequiredFlag": null,
		"PurchasingInputTaxClassificationValue": null,
		"UnitOfIssueValue": null,
		"InvoiceCloseTolerancePercentage": null,
		"HazardClassValue": null,
		"AssetCategoryValue": null,
		"PurchasableFlag": true,
		"TaxableFlag": true,
		"BuyerOrganizationValue": null,
		"DefaultBuyerValue": null,
		"ReceiptCloseTolerancePercentage": null,
		"UNNumberValue": null,
		"ListPrice": null,
		"PriceTolerancePercentage": null,
		"MarketPrice": null,
		"RoundingFactor": null,
		"OutsideProcessingUnitTypeValue": null,
		"MatchApprovalLevelValue": null,
		"MatchConfigurationOptionValue": null,
		"EnforceShipToLocation": null,
		"ReceiptDateActionValue": null,
		"DaysEarlyReceiptAllowed": null,
		"DaysLateReceiptAllowed": null,
		"AllowSubstituteReceiptsFlag": null,
		"AllowUnorderedReceiptsFlag": null,
		"QuantityReceivedToleranceAction": null,
		"QuantityReceivedTolerancePercentage": null,
		"ItemExtensibleFlexfieldCategoryCode": "KM_IC",
		"CreationDate": "2019-04-22T08:20:00.003+00:00",
		"LastUpdateDate": "2019-05-14T07:17:31.385+00:00",
		"BackToBackEnabledFlag": false,
		"ContractManufacturingFlag": false,
		"DaysOfCover": null,
		"DemandPeriod": null,
		"SafetyStockPlanningMethodValue": "Not Planned",
		"OutsideProcessServiceFlag": false,
		"AllowMaintenanceAssetFlag": false,
		"EnableGenealogyTrackingFlag": false,
		"EngineeredItemFlag": false,
		"StandardCoverage": null,
		"ProcurementBusinessUnitName": null,
		"ForcePurchaseLeadTimeFlag": true,
		"ReplacementTypeValue": null,
		"BuyerEmailAddress": null,
		"AssetTrackedValue": "Not Tracked",
		"RequestId": null,
		"ReplenishmentMaximumOrder": null,
		"CreatedBy": "PIMQA",
		"CreationDateTime": "2019-04-22T08:20:00.003+00:00",
		"LastUpdateDateTime": "2019-05-14T07:17:31.385+00:00",
		"LastUpdateLogin": "87A99AF071C20833E0535EBFF20A2AA0",
		"LastUpdatedBy": "PIMQA",
		"InternallyTransferableFlag": false,
		"TransferOrdersEnabledFlag": false,
		"ReplenishmentMaximumDaysOfSupply": null,
		"CustomerSelfServiceEnabledFlag": false,
		"AllowPurchasingDocumentDescriptionUpdateFlag": true,
		"EnableContractCoverage": true,
		"CarryingCostPercentage": null,
		"ReplenishmentMinimumDaysOfSupply": null,
		"AllowExpressTransactionsFlag": null,
		"ReplenishmentSourceType": null,
		"ReceiptRoutingValue": null,
		"PricingUnitOfMeasure": "Primary",
		"InvoiceMatchOptionValue": null,
		"links": [
		{
			"rel": "self",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC",
			"name": "itemsV2",
			"kind": "item",
			"properties": {
				"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000002770400000002737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000017371007E00020000000578"
			}
		},
		{
			"rel": "canonical",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC",
			"name": "itemsV2",
			"kind": "item"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovReceivingRoutingValue",
			"name": "LovReceivingRoutingValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovPaymentTermsValue",
			"name": "LovPaymentTermsValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovTradeItemDescriptorValue",
			"name": "LovTradeItemDescriptorValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/SafetyStockPlanningMethodVA",
			"name": "SafetyStockPlanningMethodVA",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovDimensionUOMValue",
			"name": "LovDimensionUOMValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovInventoryPlanningValue",
			"name": "LovInventoryPlanningValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovInventoryItemStatusValue",
			"name": "LovInventoryItemStatusValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovStyleItemNumbervalue",
			"name": "LovStyleItemNumbervalue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovItemCatalogGroupValue",
			"name": "LovItemCatalogGroupValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovDefaultGradeValue",
			"name": "LovDefaultGradeValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovServiceDurationTypeValue",
			"name": "LovServiceDurationTypeValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/ReplacementTypeValueVA",
			"name": "ReplacementTypeValueVA",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovProcessYieldSubinventoryValue",
			"name": "LovProcessYieldSubinventoryValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovAssetTrackedValue",
			"name": "LovAssetTrackedValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovSubcontractingComponentValue",
			"name": "LovSubcontractingComponentValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovCopyFromRevisionValue",
			"name": "LovCopyFromRevisionValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovPurchasingTaxValue",
			"name": "LovPurchasingTaxValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovServRequestEnabledValue",
			"name": "LovServRequestEnabledValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovIbItemInstanceClassValue",
			"name": "LovIbItemInstanceClassValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovOvercompletionToleranceTypeValue",
			"name": "LovOvercompletionToleranceTypeValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovUNNumberValue",
			"name": "LovUNNumberValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovCopyFromItemValue",
			"name": "LovCopyFromItemValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovRecoveredPartDispValue",
			"name": "LovRecoveredPartDispValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovSecondaryDefaultIndValue",
			"name": "LovSecondaryDefaultIndValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovConfigOrgsValue",
			"name": "LovConfigOrgsValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovOutsideOperationUOMTypeValue",
			"name": "LovOutsideOperationUOMTypeValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovSerialNumberControlValue",
			"name": "LovSerialNumberControlValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovReceiptDaysExceptionValue",
			"name": "LovReceiptDaysExceptionValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovDefaultShippingOrgValue",
			"name": "LovDefaultShippingOrgValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovSourceTypeValue",
			"name": "LovSourceTypeValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovReleaseTimeFenceValue",
			"name": "LovReleaseTimeFenceValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovMRPPlanningValue",
			"name": "LovMRPPlanningValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovDefaultSerialStatusValue",
			"name": "LovDefaultSerialStatusValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovSoAuthorizationValue",
			"name": "LovSoAuthorizationValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovMaterialBillableValue",
			"name": "LovMaterialBillableValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovConfigModelTypeValue",
			"name": "LovConfigModelTypeValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovTrackingQuantityIndValue",
			"name": "LovTrackingQuantityIndValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovShelfLifeValue",
			"name": "LovShelfLifeValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovSecondaryUomValue",
			"name": "LovSecondaryUomValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovUnitOfIssueValue",
			"name": "LovUnitOfIssueValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovAccountingRuleValue",
			"name": "LovAccountingRuleValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovCurrentPhaseValue",
			"name": "LovCurrentPhaseValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/ContractCoveragePVO1",
			"name": "ContractCoveragePVO1",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovATPValue",
			"name": "LovATPValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovContainerTypeValue",
			"name": "LovContainerTypeValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovDemandTimeFenceValue",
			"name": "LovDemandTimeFenceValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovSalesProductTypeValue",
			"name": "LovSalesProductTypeValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovDefaultSoSourceTypeValue",
			"name": "LovDefaultSoSourceTypeValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovSourceSubinventoryValue",
			"name": "LovSourceSubinventoryValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovOntPricingQuantitySourceValue",
			"name": "LovOntPricingQuantitySourceValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovPlannerValue",
			"name": "LovPlannerValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovWebStatusValue",
			"name": "LovWebStatusValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovWeightUOMValue",
			"name": "LovWeightUOMValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovInvoiceMatchOption",
			"name": "LovInvoiceMatchOption",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovBaseItemValue",
			"name": "LovBaseItemValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovParentChildGenerationValue",
			"name": "LovParentChildGenerationValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovVolumeUOMValue",
			"name": "LovVolumeUOMValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovProcessSupplySubinventoryValue",
			"name": "LovProcessSupplySubinventoryValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovDefaultLotStatusValue",
			"name": "LovDefaultLotStatusValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovLocationControlValue",
			"name": "LovLocationControlValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovATOForecastControlValue",
			"name": "LovATOForecastControlValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovATPComponentsValue",
			"name": "LovATPComponentsValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovServiceStartTypeValue",
			"name": "LovServiceStartTypeValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovPlanningMakeBuyValue",
			"name": "LovPlanningMakeBuyValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovQuantityRcvExceptionValue",
			"name": "LovQuantityRcvExceptionValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovPlanningTimeFenceValue",
			"name": "LovPlanningTimeFenceValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovEnforceShipToLocationValue",
			"name": "LovEnforceShipToLocationValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovEffectivityControlValue",
			"name": "LovEffectivityControlValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovApprovalStatusValue",
			"name": "LovApprovalStatusValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovAssetClassValue",
			"name": "LovAssetClassValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovCopyFromVersionValue",
			"name": "LovCopyFromVersionValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovAllowedUnitsLookupValue",
			"name": "LovAllowedUnitsLookupValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovVmiForecastTypeValue",
			"name": "LovVmiForecastTypeValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovBuyerOrganizationValue",
			"name": "LovBuyerOrganizationValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovWIPSupplyTypeValue",
			"name": "LovWIPSupplyTypeValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovOrganizationValue",
			"name": "LovOrganizationValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovTemplateValue",
			"name": "LovTemplateValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovItemTypeValue",
			"name": "LovItemTypeValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovServiceDurationPeriodValue",
			"name": "LovServiceDurationPeriodValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovConfigMatchValue",
			"name": "LovConfigMatchValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovInvoicingRuleValue",
			"name": "LovInvoicingRuleValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovSourceSubinventoryOrganizationValue",
			"name": "LovSourceSubinventoryOrganizationValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovPrimaryUOMValue",
			"name": "LovPrimaryUOMValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovSourceOrganizationValue",
			"name": "LovSourceOrganizationValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovTaxValue",
			"name": "LovTaxValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovWIPSupplySubinventoryValue",
			"name": "LovWIPSupplySubinventoryValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovLotControlValue",
			"name": "LovLotControlValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovPickingRuleValue",
			"name": "LovPickingRuleValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovHazardClassValue",
			"name": "LovHazardClassValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovExpirationActionValue",
			"name": "LovExpirationActionValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovBuyerValue",
			"name": "LovBuyerValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/lov/LovBOMItemTypeValue",
			"name": "LovBOMItemTypeValue",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/child/ItemRevision",
			"name": "ItemRevision",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/child/LovEamActivitySourceValue",
			"name": "LovEamActivitySourceValue",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/child/ItemTranslation",
			"name": "ItemTranslation",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/child/LovEndAssemblyPeggingValue",
			"name": "LovEndAssemblyPeggingValue",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/child/LovSubstitutionWindowValue",
			"name": "LovSubstitutionWindowValue",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/child/ItemDFF",
			"name": "ItemDFF",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/child/LovEamItemTypeValue",
			"name": "LovEamItemTypeValue",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/child/ItemAttachment",
			"name": "ItemAttachment",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/child/ItemEffCategory",
			"name": "ItemEffCategory",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/child/LovRepairProgramValue",
			"name": "LovRepairProgramValue",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/child/ItemGlobalDFF",
			"name": "ItemGlobalDFF",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/child/LovEamActivityCauseValue",
			"name": "LovEamActivityCauseValue",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/child/LovEamActivityTypeValue",
			"name": "LovEamActivityTypeValue",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/child/ItemSupplierAssociation",
			"name": "ItemSupplierAssociation",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/child/LovEamActShutdownStatusValue",
			"name": "LovEamActShutdownStatusValue",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/child/LovCopyFromOrgValue",
			"name": "LovCopyFromOrgValue",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/itemsV2/00040000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC0000000EACED00057708000110F0846DDC410000000EACED0005770800000000000000CC/child/ItemCategory",
			"name": "ItemCategory",
			"kind": "collection"
		}
		]
	}
	],
	"count": 1,
	"hasMore": false,
	"limit": 25,
	"offset": 0,
	"links": [
	{
		"rel": "self",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2",
		"name": "itemsV2",
		"kind": "collection"
	},
	{
		"rel": "action",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/action/addSupplierAssociationToDeleteGroup",
		"name": "addSupplierAssociationToDeleteGroup",
		"kind": "other"
	},
	{
		"rel": "action",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/action/addItemToDeleteGroup",
		"name": "addItemToDeleteGroup",
		"kind": "other"
	}
	]
}

Example 2 cURL Command

Use the following cURL command to submit a request on the REST resource. This example describes how to get item description in other language or set the accept-language as KO.

curl -u username:password "https://servername/fscmRestApi/resources/version/itemsV2?q=ItemNumber=KM_ITEM2_JAN06;OrganizationCode=V1&fields=ItemNumber,ItemDescription&onlyData=true"

Example 2 Response Body

The following shows an example of the response body in JSON format.

{
	"items": [
	{
		"ItemNumber": "KM_ITEM2_JAN06",
		"ItemDescription": "KM_ITEM2_JAN06"
	}
	],
	"count": 1,
	"hasMore": false,
	"limit": 25,
	"offset": 0,
	"links": [
	{
		"rel": "self",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2",
		"name": "itemsV2",
		"kind": "collection"
	},
	{
		"rel": "action",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/action/addSupplierAssociationToDeleteGroup",
		"name": "addSupplierAssociationToDeleteGroup",
		"kind": "other"
	},
	{
		"rel": "action",
		"href": "https://servername/fscmRestApi/resources/version/itemsV2/action/addItemToDeleteGroup",
		"name": "addItemToDeleteGroup",
		"kind": "other"
	}
	]
}

Example 3 cURL Command

Use the following cURL command to submit a request on the REST resource. This example describes how to get one item based on a keyword search by specifying GTIN as keyword and query the item.

curl -u username:password "https://servername/fscmRestApi/resources/version/itemsV2?q=Keyword=00002584143210"

Example 3 Response Body

The following shows an example of the response body in JSON format.

{
	"items": [
	{
		"ItemId": 300100033756375,
		"OrganizationId": 204,
		"OrganizationCode": "V1",
		"ItemCatalogGroupId": 100000011369001,
		"ItemClass": "Root Item Class",
		"TemplateId": null,
		"Template": null,
		"ItemNumber": "KM_ITEM2_JAN06",
		"ItemDescription": "KM_ITEM2_JAN06",
		"ApprovalStatus": "A",
		"ApprovalStatusValue": "Approved",
		"InventoryItemStatusCode": "Active",
		"ItemStatusValue": "Active",
		"CurrentPhaseCode": "Design",
		"LifecyclePhaseValue": "Design",
		"StyleItemFlag": null,
		"StyleItemId": 300100033756375,
		"StyleItemNumberValue": "KM_ITEM2_JAN06",
		"Text": "1",
		"Keyword": null,
		"TextIndexItemId": 300100033756375,
		"OrgId": 204,
		"Language": "US",
		"IgnoreDuplicateItemFlag": null,
		"ItemType": "FG",
		"UserItemTypeValue": "Finished Good",
		"TradeItemDescriptor": null,
		"PackTypeValue": null,
		"LongDescription": null,
		"FormattedDescription": null,
		"PrimaryUOMCode": "Ea",
		"PrimaryUOMValue": "Each",
		"TrackingQuantityId": "P",
		"TrackingUnitofMeasure": "Primary",
		"OntPricingQuantitySource": "P",
		"UOMPricingValue": "Primary",
		"AllowedUnitsLookupCode": 3,
		"TransactionConversionValue": "Both",
		"SecondaryUOMCode": null,
		"SecondaryUnitofMeasureValue": null,
		"SecondaryDefaultId": null,
		"DefaultingControlValue": null,
		"PositiveDeviationFactor": 0,
		"NegativeDeviationFactor": 0,
		"CopyItemAndApplyTemplatesFlag": null,
		"CopyAssociationsFlag": null,
		"CopyAttachmentsFlag": null,
		"CopyCategoriesFlag": null,
		"CopyFromItemId": null,
		"CopyFromItemValue": null,
		"CopyFromOrganizationId": null,
		"CopyFromOrganizationValue": null,
		"CopyFromRevisionId": null,
		"CopyFromRevisionValue": null,
		"CopyFromVersionId": null,
		"CopyFromVersionValue": null,
		"CopyOrganizationAssignmentsFlag": null,
		"VersionId": -1,
		"RevisionForVersion": null,
		"Version": null,
		"VersionStatus": null,
		"VersionDescription": null,
		"VersionPlannedEffectiveDateTime": null,
		"LastSubmittedNirId": null,
		"LastSubmittedNewItemRequest": null,
		"ChangeNotice": null,
		"ChangeOrderLineSequenceNumber": null,
		"BOMItemType": 4,
		"StructureItemTypeValue": "Standard",
		"ConfigOrganization": null,
		"CreateConfiguredItem": null,
		"ConfigModelType": "!",
		"ConfigModelTypeValue": "Standard",
		"EffectivityControl": 1,
		"EffectivityControlValue": "Date",
		"BaseItemId": null,
		"BaseItemValue": null,
		"AutoCreatedConfigurationFlag": false,
		"PickComponentsFlag": false,
		"AssembleToOrderFlag": false,
		"CostingEnabledFlag": true,
		"IncludeInRollUpFlag": true,
		"StandardLotSize": null,
		"InventoryAssetFlag": true,
		"BuildInWIPFlag": true,
		"WIPSupplyType": 1,
		"WIPSupplyTypeValue": "Push",
		"StructureInstanceNumber": null,
		"SubInventoryId": null,
		"WipSupplyLocatorId": null,
		"WIPSupplyLocatorValue": null,
		"WIPSupplySubinventory": null,
		"WIPSupplySubinventoryValue": null,
		"OvercompletionToleranceType": null,
		"OvercompletionToleranceTypeValue": null,
		"OvercompletionToleranceValue": null,
		"InventoryCarryPenalty": null,
		"OperationSlackPenalty": null,
		"RecipeEnabledFlag": true,
		"ProcessQualityEnabledFlag": false,
		"ProcessCostingEnabledFlag": false,
		"ProcessExecutionEnabledFlag": true,
		"ProcessSupplySubinventory": null,
		"ProcessSupplySubinventoryValue": null,
		"PSStructureInstanceNumber": null,
		"PSSubInventoryId": null,
		"ProcessSupplyLocatorId": null,
		"ProcessSupplyLocatorValue": null,
		"ProcessYieldSubinventory": null,
		"ProcessYieldSubinventoryValue": null,
		"PYStructureInstanceNumber": null,
		"PYSubInventoryId": null,
		"ProcessYieldLocatorId": null,
		"ProcessYieldLocatorValue": null,
		"HazardousMaterialFlag": true,
		"CASNumber": null,
		"EAMItemType": null,
		"AssetItemTypeValue": null,
		"EAMActivityCauseCode": null,
		"AssetActivityCauseValue": null,
		"EAMActivityShutdownStatus": null,
		"AssetActivityShutdownTypeValue": null,
		"AssetTrackedFlag": false,
		"EAMActivityTypeCode": null,
		"EAMActivityTypeValue": null,
		"EAMActivitySourceCode": null,
		"EAMActivitySourceValue": null,
		"EAMActivityNotificationFlag": null,
		"AssetClass": "EQ",
		"AssetClassValue": "Equipment",
		"ServiceRequestEnabledCode": null,
		"ServiceRequestEnabledValue": null,
		"DefectTrackingOnFlag": null,
		"ServiceableProductFlag": true,
		"CommsActivationReqdFlag": null,
		"ServiceDurationTypeCode": "O",
		"ServiceDurationTypeValue": "Open Ended",
		"ServiceDuration": null,
		"ServiceDurationPeriodCode": null,
		"ServiceDurationPeriodValue": null,
		"ServiceStartTypeCode": "MS",
		"ServiceStartTypeValue": "Milestone",
		"ServiceStartDelay": 0,
		"ServiceStartingDelay": null,
		"AllowSuspendFlag": false,
		"AllowTerminateFlag": false,
		"RequiresFulfillmentLocFlag": false,
		"RequiresItemAssociationFlag": false,
		"TrackInstalledBaseFlag": null,
		"CreateFixedAssetFlag": null,
		"IbItemInstanceClass": null,
		"InstanceClassValue": null,
		"MaterialBillableCode": null,
		"BillingTypeValue": null,
		"ServiceBillingEnabledFlag": false,
		"RecoveredPartDispCode": null,
		"RecoveredPartDispositionValue": null,
		"InventoryItemFlag": true,
		"StockEnabledFlag": true,
		"MaterialTransactionEnabledFlag": true,
		"ReservableFlag": true,
		"CheckMaterialShortageFlag": false,
		"RevisionQuantityControlFlag": false,
		"BulkPickedFlag": false,
		"LotControlCode": 1,
		"LotControlValue": "No lot control",
		"StartingLotPrefix": null,
		"StartingLotNumber": null,
		"MaturityDays": null,
		"HoldDays": null,
		"ShelfLifeCode": 1,
		"LotExpirationControlValue": "No shelf life control",
		"ShelfLifeDays": 0,
		"RetestInterval": null,
		"ExpirationActionCode": null,
		"ExpirationActionValue": null,
		"ExpirationActionInterval": null,
		"ChildLotEnabledFlag": false,
		"ChildLotFormatValidationFlag": false,
		"CopyLotAttributeFlag": false,
		"ChildLotPrefix": null,
		"ChildLotStartingNumber": null,
		"ParentChildGenerationCode": null,
		"ChildLotParent": null,
		"LotTranslateEnabledFlag": false,
		"LotSplitEnabledFlag": false,
		"LotDivisibleFlag": false,
		"LotSubstitutionEnabledFlag": null,
		"LotMergeEnabledFlag": false,
		"GradeControlFlag": false,
		"DefaultGrade": null,
		"DefaultGradeValue": null,
		"SerialNumberControlCode": 1,
		"SerialGenerationValue": "No serial number control",
		"SerialStartingPrefix": null,
		"SerialStartingNumber": null,
		"NegativeMeasurementError": null,
		"PositiveMeasurementError": null,
		"CycleCountEnabledFlag": false,
		"LotStatusEnabledFlag": false,
		"SerialStatusEnabledFlag": false,
		"DefaultLotStatusId": null,
		"DefaultLotStatusValue": null,
		"DefaultSerialStatusId": null,
		"DefaultSerialStatusValue": null,
		"RestrictSubinventoriesFlag": false,
		"RestrictLocatorsFlag": false,
		"LocationControlCode": 1,
		"StockLocatorControlValue": "No control",
		"DimensionUOMCode": null,
		"DimensionUOMValue": null,
		"UnitWidthQuantity": null,
		"UnitLengthQuantity": null,
		"UnitHeightQuantity": null,
		"WeightUOMCode": null,
		"WeightUOMValue": null,
		"UnitWeightQuantity": null,
		"VolumeUOMCode": null,
		"VolumeUOMValue": null,
		"UnitVolumeQuantity": null,
		"ContainerItemFlag": null,
		"ContainerTypeCode": null,
		"ContainerTypeValue": null,
		"MaximumLoadWeight": null,
		"VehicleItemFlag": null,
		"InternalVolume": null,
		"MinimumFillPercent": null,
		"WarehouseEquipmentFlag": false,
		"EventFlag": null,
		"CollateralFlag": null,
		"CustomerOrderFlag": true,
		"CustomerOrderEnabledFlag": true,
		"ATPComponentsCode": "N",
		"ATPComponentsValue": "None",
		"PickingRuleId": null,
		"PickingRuleValue": null,
		"RMAInspectionRequiredFlag": false,
		"EligibilityRuleFlag": null,
		"InternalOrderFlag": false,
		"InternalOrderEnabledFlag": false,
		"ReturnableFlag": false,
		"ATPCode": "N",
		"ATPValue": "None",
		"FinancingAllowedFlag": null,
		"SalesProductType": null,
		"SalesProductTypeValue": null,
		"TransactionEnabledFlag": true,
		"OrderManagementIndivisibleFlag": null,
		"DefaultSoSourceType": "INTERNAL",
		"DefaultSalesOrderSourceTypeValue": "Internal",
		"ElectronicFormatFlag": null,
		"ShippableFlag": true,
		"DefaultShippingOrganization": null,
		"DefaultShippingOrganizationValue": null,
		"ShipModelCompleteFlag": false,
		"DownloadableFlag": null,
		"OverShipmentTolerance": null,
		"UnderShipmentTolerance": null,
		"OverReturnTolerance": null,
		"UnderReturnTolerance": null,
		"InvoiceEnabledFlag": true,
		"AccountingRuleId": null,
		"AccountingRuleValue": null,
		"PaymentTermsId": null,
		"PaymentTermsValue": null,
		"TaxCode": null,
		"OutputTaxClassificationCodeValue": null,
		"InvoicedFlag": true,
		"InvoicingRuleId": null,
		"InvoicingRuleValue": null,
		"SalesSIN": 101,
		"SalesAccount": null,
		"SalesAccountValue": null,
		"WebStatus": "UNPUBLISHED",
		"WebStatusValue": "Unpublished",
		"BackOrderableFlag": null,
		"OrderableOnWebFlag": true,
		"MinimumLicenseQuantity": null,
		"InventoryPlanningCode": 6,
		"InventoryPlanningMethodValue": "Not planned",
		"PlanningMakeBuyCode": 1,
		"PlanningMakeBuyValue": "Make",
		"PlannerCode": null,
		"Planner": null,
		"SubcontractingComponent": null,
		"SubcontractingComponentValue": null,
		"MinimumMinmaxQuantity": null,
		"MaximumMinmaxQuantity": null,
		"MinimumOrderQuantity": null,
		"MaximumOrderQuantity": null,
		"OrderCost": null,
		"CarryPercentage": null,
		"SourceType": null,
		"ReplenishmentType": null,
		"SourceOrganizationId": null,
		"SourceOrganizationValue": null,
		"SourceSubinventoryOrganizationId": null,
		"SourceSubinventoryOrganizationValue": null,
		"SourceSubinventory": null,
		"SourceSubinventoryValue": null,
		"FixedOrderQuantity": null,
		"FixedDaysSupply": null,
		"FixedLotSizeMultiplier": null,
		"SOAuthorizationCode": 1,
		"ReleaseAuthorizationRequiredValue": "Customer",
		"AutomaticallyExpireASNFlag": false,
		"ConsignedFlag": false,
		"ReplenishmentMinimumOrder": null,
		"ReplenishmentMinimumDays": null,
		"MaximumOrder": null,
		"MaximumDaysOfSupply": null,
		"VMIFixedOrderQuantity": null,
		"VMIForecastType": 1,
		"ForecastTypelValue": "Order Forecast",
		"ForecastHorizon": null,
		"MRPPlanningCode": 4,
		"PlanningMethodValue": "MPS Planning",
		"EndAssemblyPeggingCode": "N",
		"Pegging": "None",
		"RoundingControlTypeFlag": true,
		"CreateSupplyFlag": true,
		"CriticalComponentFlag": false,
		"PlanningTimeFenceCode": 4,
		"PlanningTimeFence": "User Defined Time Fence",
		"DemandTimeFenceCode": null,
		"DemandTimeFence": null,
		"ReleaseTimeFenceCode": null,
		"ReleaseTimeFence": null,
		"SubstitutionWindowCode": null,
		"SubstitutionWindow": null,
		"ShrinkageRate": null,
		"ATOForecastControl": 2,
		"ForecastControlValue": "Consume and Derive Forecast",
		"AcceptableEarlyDays": null,
		"PlannedInventoryPointFlag": null,
		"ExcludeFromBudgetFlag": false,
		"PlanningTimeDays": 1,
		"DemandTimeDays": null,
		"ReleaseTimeDays": null,
		"SubstitutionDays": null,
		"MRPCalculateATPFlag": null,
		"DRPPlannedFlag": false,
		"MaximumInventoryWindow": null,
		"DaysMaximumInventorySupply": null,
		"TargetInventoryDaysofSupply": null,
		"TagetInventoryWindow": null,
		"RepairLeadtime": null,
		"RepairYield": null,
		"PrepositionPointFlag": false,
		"RepairProgram": 3,
		"RepairProgramValue": "Repair Return",
		"PreprocessingDays": null,
		"PostprocessingDays": 0,
		"ProcessingDays": null,
		"VariableLeadTime": null,
		"CumulativeTotalLeadTime": null,
		"FixedLeadTime": null,
		"CumulativeManufacturingLeadTime": null,
		"LeadTimeLotSize": 1,
		"PurchasingFlag": true,
		"UseApprovedSupplierFlag": false,
		"NegotiationRequiredFlag": null,
		"PurchasingTaxCode": null,
		"PurchasingInputTaxClassificationValue": null,
		"UnitOfIssue": null,
		"UnitOfIssueValue": null,
		"InvoiceCloseTolerancePercentage": null,
		"HazardClassId": null,
		"HazardClassValue": null,
		"AssetCategorySIN": 101,
		"AssetCategoryId": null,
		"AssetCategoryValue": null,
		"PurchasableFlag": true,
		"AllowItemDescriptionUpdateFlag": true,
		"TaxableFlag": true,
		"BuyerOrganizationId": null,
		"BuyerOrganizationValue": null,
		"BuyerId": null,
		"DefaultBuyerValue": null,
		"ReceiptCloseTolerancePercentage": null,
		"UNNumberId": null,
		"UNNumberValue": null,
		"ListPrice": null,
		"PriceTolerancePercentage": null,
		"ExpenseSIN": 101,
		"ExpenseAccount": null,
		"ExpenseAccountValue": null,
		"MarketPrice": null,
		"RoundingFactor": null,
		"OutsourcedAssemblyFlag": null,
		"OutsideProcessingFlag": null,
		"OutsideOperationUOMType": null,
		"OutsideProcessingUnitTypeValue": null,
		"MatchApprovalLevel": null,
		"MatchApprovalLevelValue": null,
		"ConfigMatch": null,
		"MatchConfigurationOptionValue": null,
		"ReceivingRoutingId": null,
		"ReceiptRountingValue": null,
		"EnforceShipToLocationCode": null,
		"EnforceShipToLocation": null,
		"ReceiptDaysExceptionCode": null,
		"ReceiptDateActionValue": null,
		"DaysEarlyReceiptAllowed": null,
		"DaysLateReceiptAllowed": null,
		"AllowSubstituteReceiptsFlag": null,
		"AllowUnorderedReceiptsFlag": null,
		"AllowExpressDeliveryFlag": null,
		"QuantityRcvExceptionCode": null,
		"QuantityReceivedToleranceAction": null,
		"QuantityReceivedTolerancePercentage": null,
		"WhUpdateDate": null,
		"SummaryFlag": "N",
		"EndDateActive": null,
		"EnabledFlag": "Y",
		"StartDateActive": null,
		"GdsnOutboundEnabledFlag": null,
		"AltItemCode": null,
		"AcdType": "PROD",
		"ChangeBitMap": "0",
		"ChangeLineId": -1,
		"ImplementationDate": "2014-01-06T01:49:12+00:00",
		"VersionEnableFlagAtICC": "N",
		"VersionAsOfDate": null,
		"ContextChangeLineId": -1,
		"ContextVersionId": -1,
		"ContextDate": null,
		"PUOMClass": null,
		"SUOMClass": null,
		"CoverageScheduleId": null,
		"InventoryOrganizationId": 204,
		"InventoryOrganizationValue": "V1",
		"VersionEndDate": null,
		"VersionStartDate": "2014-01-06T01:49:12+00:00",
		"ItemExtensibleFlexfieldCategoryCode": "ROOT_ICC",
		"ObjectVersionNumber": 5,
		"CreationDate": "2014-01-06T01:49:12.848+00:00",
		"LastUpdateDate": "2019-05-14T07:06:34.216+00:00",
		"BackToBackEnabledFlag": false,
		"ContractManufacturingFlag": false,
		"DaysOfCover": null,
		"DemandPeriod": null,
		"SafetyStockPlanningMethod": null,
		"SafetyStockPlanningMethodValue": null,
		"AttachmentEntityName": "ITEM_ENTITY",
		"OutsideProcessServiceFlag": null,
		"AllowMaintenanceAssetFlag": null,
		"EnableGenealogyTrackingFlag": null,
		"CssEnabledFlag": null,
		"ServiceDurationPeriodCodeClass": "TIME",
		"EngineeredItemFlag": false,
		"Currency": "USD",
		"StandardCoverage": null,
		"InvItemIdChar": "300100033756375",
		"OrgIdChar": "204",
		"ProcurementBusinessUnitName": null,
		"ForcePurchaseLeadTimeFlag": null,
		"ReplacementType": null,
		"ReplacementTypeValue": null,
		"BuyerEmailAddress": null,
		"AssetTrackedValue": "Not Tracked",
		"RequestId": null,
		"ReplenishmentMaximumOrder": null,
		"CreatedBy": "jack.smith",
		"CreationDateTime": "2014-01-06T01:49:12.848+00:00",
		"LastUpdateDateTime": "2019-05-14T07:06:34.216+00:00",
		"LastUpdateLogin": "87A99BC630DA0843E0535EBFF20A2CDF",
		"LastUpdatedBy": "PIMQA_KO",
		"InvoiceMatchOptionValue": null,
		"links": [
		{
			"rel": "self",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC",
			"name": "items",
			"kind": "item",
			"properties": {
				"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000002770400000002737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000007371007E00020000000578"
			}
		},
		{
			"rel": "canonical",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC",
			"name": "items",
			"kind": "item"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovPaymentTermsValue",
			"name": "LovPaymentTermsValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovTradeItemDescriptorValue",
			"name": "LovTradeItemDescriptorValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/SafetyStockPlanningMethodVA",
			"name": "SafetyStockPlanningMethodVA",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovInventoryPlanningValue",
			"name": "LovInventoryPlanningValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovStyleItemNumbervalue",
			"name": "LovStyleItemNumbervalue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovItemCatalogGroupValue",
			"name": "LovItemCatalogGroupValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovServiceDurationTypeValue",
			"name": "LovServiceDurationTypeValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/ReplacementTypeValueVA",
			"name": "ReplacementTypeValueVA",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovEamActivitySourceValue",
			"name": "LovEamActivitySourceValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovPurchasingTaxValue",
			"name": "LovPurchasingTaxValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovServRequestEnabledValue",
			"name": "LovServRequestEnabledValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovOvercompletionToleranceTypeValue",
			"name": "LovOvercompletionToleranceTypeValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovUNNumberValue",
			"name": "LovUNNumberValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovCopyFromItemValue",
			"name": "LovCopyFromItemValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovConfigOrgsValue",
			"name": "LovConfigOrgsValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovSerialNumberControlValue",
			"name": "LovSerialNumberControlValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovOutsideOperationUOMTypeValue",
			"name": "LovOutsideOperationUOMTypeValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovDefaultShippingOrgValue",
			"name": "LovDefaultShippingOrgValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovReleaseTimeFenceValue",
			"name": "LovReleaseTimeFenceValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovSoAuthorizationValue",
			"name": "LovSoAuthorizationValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovConfigModelTypeValue",
			"name": "LovConfigModelTypeValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovSecondaryUomValue",
			"name": "LovSecondaryUomValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovCurrentPhaseValue",
			"name": "LovCurrentPhaseValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovAccountingRuleValue",
			"name": "LovAccountingRuleValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovUnitOfIssueValue",
			"name": "LovUnitOfIssueValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/ContractCoveragePVO1",
			"name": "ContractCoveragePVO1",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovContainerTypeValue",
			"name": "LovContainerTypeValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovEndAssemblyPeggingValue",
			"name": "LovEndAssemblyPeggingValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovDemandTimeFenceValue",
			"name": "LovDemandTimeFenceValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovDefaultSoSourceTypeValue",
			"name": "LovDefaultSoSourceTypeValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovOntPricingQuantitySourceValue",
			"name": "LovOntPricingQuantitySourceValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovWebStatusValue",
			"name": "LovWebStatusValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovPlannerValue",
			"name": "LovPlannerValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovWeightUOMValue",
			"name": "LovWeightUOMValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovProcessSupplySubinventoryValue",
			"name": "LovProcessSupplySubinventoryValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovDefaultLotStatusValue",
			"name": "LovDefaultLotStatusValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovLocationControlValue",
			"name": "LovLocationControlValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovATOForecastControlValue",
			"name": "LovATOForecastControlValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovServiceStartTypeValue",
			"name": "LovServiceStartTypeValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovQuantityRcvExceptionValue",
			"name": "LovQuantityRcvExceptionValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovEffectivityControlValue",
			"name": "LovEffectivityControlValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovApprovalStatusValue",
			"name": "LovApprovalStatusValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovAssetClassValue",
			"name": "LovAssetClassValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovAllowedUnitsLookupValue",
			"name": "LovAllowedUnitsLookupValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovWIPSupplyTypeValue",
			"name": "LovWIPSupplyTypeValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovTemplateValue",
			"name": "LovTemplateValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovServiceDurationPeriodValue",
			"name": "LovServiceDurationPeriodValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovItemTypeValue",
			"name": "LovItemTypeValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovInvoicingRuleValue",
			"name": "LovInvoicingRuleValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovTaxValue",
			"name": "LovTaxValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovSubstitutionWindowValue",
			"name": "LovSubstitutionWindowValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovPickingRuleValue",
			"name": "LovPickingRuleValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovEamItemTypeValue",
			"name": "LovEamItemTypeValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovBuyerValue",
			"name": "LovBuyerValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovReceivingRoutingValue",
			"name": "LovReceivingRoutingValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovDimensionUOMValue",
			"name": "LovDimensionUOMValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovInventoryItemStatusValue",
			"name": "LovInventoryItemStatusValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovDefaultGradeValue",
			"name": "LovDefaultGradeValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovProcessYieldSubinventoryValue",
			"name": "LovProcessYieldSubinventoryValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovAssetTrackedValue",
			"name": "LovAssetTrackedValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovCopyFromRevisionValue",
			"name": "LovCopyFromRevisionValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovSubcontractingComponentValue",
			"name": "LovSubcontractingComponentValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovIbItemInstanceClassValue",
			"name": "LovIbItemInstanceClassValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovRecoveredPartDispValue",
			"name": "LovRecoveredPartDispValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovSecondaryDefaultIndValue",
			"name": "LovSecondaryDefaultIndValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovReceiptDaysExceptionValue",
			"name": "LovReceiptDaysExceptionValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovSourceTypeValue",
			"name": "LovSourceTypeValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovMRPPlanningValue",
			"name": "LovMRPPlanningValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovDefaultSerialStatusValue",
			"name": "LovDefaultSerialStatusValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovRepairProgramValue",
			"name": "LovRepairProgramValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovMaterialBillableValue",
			"name": "LovMaterialBillableValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovTrackingQuantityIndValue",
			"name": "LovTrackingQuantityIndValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovEamActivityCauseValue",
			"name": "LovEamActivityCauseValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovShelfLifeValue",
			"name": "LovShelfLifeValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovEamActivityTypeValue",
			"name": "LovEamActivityTypeValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovATPValue",
			"name": "LovATPValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovSalesProductTypeValue",
			"name": "LovSalesProductTypeValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovSourceSubinventoryValue",
			"name": "LovSourceSubinventoryValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovInvoiceMatchOption",
			"name": "LovInvoiceMatchOption",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovParentChildGenerationValue",
			"name": "LovParentChildGenerationValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovBaseItemValue",
			"name": "LovBaseItemValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovVolumeUOMValue",
			"name": "LovVolumeUOMValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovATPComponentsValue",
			"name": "LovATPComponentsValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovPlanningMakeBuyValue",
			"name": "LovPlanningMakeBuyValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovPlanningTimeFenceValue",
			"name": "LovPlanningTimeFenceValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovEnforceShipToLocationValue",
			"name": "LovEnforceShipToLocationValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovEamActShutdownStatusValue",
			"name": "LovEamActShutdownStatusValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovCopyFromVersionValue",
			"name": "LovCopyFromVersionValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovVmiForecastTypeValue",
			"name": "LovVmiForecastTypeValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovBuyerOrganizationValue",
			"name": "LovBuyerOrganizationValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovOrganizationValue",
			"name": "LovOrganizationValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovConfigMatchValue",
			"name": "LovConfigMatchValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovPrimaryUOMValue",
			"name": "LovPrimaryUOMValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovSourceSubinventoryOrganizationValue",
			"name": "LovSourceSubinventoryOrganizationValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovSourceOrganizationValue",
			"name": "LovSourceOrganizationValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovLotControlValue",
			"name": "LovLotControlValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovWIPSupplySubinventoryValue",
			"name": "LovWIPSupplySubinventoryValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovCopyFromOrgValue",
			"name": "LovCopyFromOrgValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovHazardClassValue",
			"name": "LovHazardClassValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovExpirationActionValue",
			"name": "LovExpirationActionValue",
			"kind": "collection"
		},
		{
			"rel": "lov",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/lov/LovBOMItemTypeValue",
			"name": "LovBOMItemTypeValue",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/child/ItemRevision",
			"name": "ItemRevision",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/child/ItemEffCategory",
			"name": "ItemEffCategory",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/items/00040000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC0000000EACED00057708000110F07BE8BCD70000000EACED0005770800000000000000CC/child/ItemSupplierAssociation",
			"name": "ItemSupplierAssociation",
			"kind": "collection"
		}
		]
	}
	],
	"count": 1,
	"hasMore": false,
	"limit": 25,
	"offset": 0,
	"links": [
	{
		"rel": "self",
		"href": "https://servername/fscmRestApi/resources/version/items",
		"name": "items",
		"kind": "collection"
	}
	]
}
Back to Top