PartsPriceListLine

Uses the Component:PartsPriceListLineType

Parts Price List Line

Fields and Components

Table 6.44. Fields and Components

Name Description Occurrence Type Data Type User Notes
LineID

A unique identifer for a line. i.e A line number.

0..1Field udt:IdentifierType  
Description

0..*Field udt:TextType  
Attachment

The attachment component is used to describe any inline or external file references that may occur. It describes the meta data that is related to the referenced file. This component is based on the OAGIS 9.1 SemanticAttachment component.

0..*Field oagis:AttachmentBaseType  
PartsProductItem

The business information common to all parts.

1..1ComponentPartsProductItemType 
PartCoreDetail

Part Cored Detail

0..*ComponentPartCoreDetailType 
PackageQuantity

Allows the retailer to know the quantity contained in the package.

0..1Field sqdt:QuantityType  
Dimension

The Dimensions component represents the dimensions of an item, area, etc. using various measurements including width, height, length, and diameter.

0..*ComponentDimensionType 
ItemWeightMeasure

The weight of an item or part.

0..*Field sqdt:WeightMeasureType  
ClassificationTypeCode

A classification used for an item.

0..*Field udt:CodeType  
SupersedingPartGroup

A group of superseding parts for a particular item number.

0..*ComponentSupersedingPartGroupType 
Price

Price information

0..*ComponentPriceABIEType 
PriceBreak

This defines the prices and modifiers to the price for buying a given quantity or value of an item or item category on a price list line. For Price List Lines that specify Items the price breaks can be specified in terms of quantity or amount. For Price list lines that specify commodity, price breaks can only be specified in terms of currency amount.

0..*ComponentPriceBreakType 
ChangedPrice

Need Description.

0..*ComponentPriceABIEType 
NetDailyPriceAmount

The net daily price for an item.

0..1Field udt:AmountType  
ProgramID

Program Id Eg. Marketing

0..*Field udt:IdentifierType  
FleetPriceCappedIndicator

Indicator to control special competitive pricing for fleets. True is capped.

0..1Field udt:IndicatorType  
SelectFleetIndicator

Indicate pricing restriction for Select Fleet customers. True means they can't be changed higher than National Fleet. False indicates Select Fleet customers will be charged a price no higher than the less competitive Major Fleet price.

0..1Field udt:IndicatorType  
MinimumPriceBreakQuantity

Contains number of units which must be purchased to achieve this level of pricing. Unit is determined by enumeration used for PriceBreak (Quantity, Amount, etc.)

0..1Field sqdt:QuantityType  
NonDefaultCurrencyPriceGroup

The price information that is not for the default currency as specified in the header.

0..1ComponentNonDefaultCurrencyPriceGroupType 
Tax

The Tax component represents information about a particular tax including information about the type of tax and the amount of the tax.

0..*ComponentTaxType 
DistributionMethodCode

Indicates how an item may be sent to a buyer.

0..*Field sqdt:DistributionMethodCodeType  
ImageAttachmentExtended

The ImageAttachmentExtended component contains information about an image being attached to a BOD, e.g., image size, image type, image file name, etc.

0..1ComponentImageAttachmentExtendedType 

Sample XML

The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.

Example 6.46. PartsPriceListLine

<PartsPriceListLine>
     <LineID>......</LineID>     [0..1]
     <Description>......</Description>     [0..*]
     <Attachment>......</Attachment>     [0..*]
     <PartsProductItem>......</PartsProductItem>     [1..1]
     <PartCoreDetail>......</PartCoreDetail>     [0..*]
     <PackageQuantity>......</PackageQuantity>     [0..1]
     <Dimension>......</Dimension>     [0..*]
     <ItemWeightMeasure>......</ItemWeightMeasure>     [0..*]
     <ClassificationTypeCode>......</ClassificationTypeCode>     [0..*]
     <SupersedingPartGroup>......</SupersedingPartGroup>     [0..*]
     <Price>......</Price>     [0..*]
     <PriceBreak>......</PriceBreak>     [0..*]
     <ChangedPrice>......</ChangedPrice>     [0..*]
     <NetDailyPriceAmount>......</NetDailyPriceAmount>     [0..1]
     <ProgramID>......</ProgramID>     [0..*]
     <FleetPriceCappedIndicator>......</FleetPriceCappedIndicator>     [0..1]
     <SelectFleetIndicator>......</SelectFleetIndicator>     [0..1]
     <MinimumPriceBreakQuantity>......</MinimumPriceBreakQuantity>     [0..1]
     <NonDefaultCurrencyPriceGroup>......</NonDefaultCurrencyPriceGroup>     [0..1]
     <Tax>......</Tax>     [0..*]
     <DistributionMethodCode>......</DistributionMethodCode>     [0..*]
     <ImageAttachmentExtended>......</ImageAttachmentExtended>     [0..1]
</PartsPriceListLine>