SalesProgram

Uses the Component:SalesProgramType

Name of the sales program that sets these prices

Fields and Components

Table 6.43. Fields and Components

Name Description Occurrence Type Data Type User Notes
ProgramID

Program Id Eg. Marketing

1..1Field udt:IdentifierType  
Description

0..*Field udt:TextType  
MinimumBuyQuantity

Allows the retailer to know the minimum quantity of merchandise that can be ordered.

0..1Field sqdt:QuantityType  
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 

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.45. SalesProgram

<SalesProgram>
     <ProgramID>......</ProgramID>     [1..1]
     <Description>......</Description>     [0..*]
     <MinimumBuyQuantity>......</MinimumBuyQuantity>     [0..1]
     <PriceBreak>......</PriceBreak>     [0..*]
</SalesProgram>