Properties of the item in this catalogue line that are dependent on location and quantity.

Cardinality
0..n
Namespace
cac urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Business terms
BG-036
Child elements
Card Name Description
0..1 cbc:MinimumQuantity

Item price minimum quantity
The minimum quantity that can be ordered to qualify for a specific price.

Example value: 2 rooms

0..1 cbc:MaximumQuantity

Item price maximum quantity
The maximum quantity that can be ordered to qualify for a specific price.

Example value: 3 rooms

0..n cac:ApplicableTerritoryAddress

DELIVERY LOCATION

0..1 cac:Price +

PRICE
Used to give the item net price as well as conditional price related to a specific location or a quantity, as well as campaign prices.

Rules
Identifier/Error message Flag
EHF-PAC-B14301
Document MUST NOT contain elements not part of the data model.
fatal
Description
UBL example of required item location quantity
<cac:RequiredItemLocationQuantity>
    <cbc:MinimumQuantity>1</cbc:MinimumQuantity>
    <cbc:MaximumQuantity>10</cbc:MaximumQuantity>
    <cac:ApplicableTerritoryAddress>
        <cbc:StreetName>Via Goffredo Mameli 25</cbc:StreetName>
        <cbc:AdditionalStreetName>Building 2</cbc:AdditionalStreetName>
        <cbc:CityName>Porchiano Del Monte</cbc:CityName>
        <cbc:PostalZone>05022</cbc:PostalZone>
        <cbc:CountrySubentity>Provinsen Terni</cbc:CountrySubentity>
        <cac:Country>
            <cbc:IdentificationCode>IT</cbc:IdentificationCode>
        </cac:Country>
    </cac:ApplicableTerritoryAddress>

    <cac:Price>
        <cbc:PriceAmount currencyID="NOK">150.00</cbc:PriceAmount>
        <cbc:PriceTypeCode>CP</cbc:PriceTypeCode>
        <cbc:OrderableUnitFactorRate>5</cbc:OrderableUnitFactorRate>
        <cac:ValidityPeriod>
            <cbc:StartDate>2018-10-20</cbc:StartDate>
            <cbc:EndDate>2018-10-30</cbc:EndDate>
        </cac:ValidityPeriod>
    </cac:Price>

</cac:RequiredItemLocationQuantity>