PriceList

 

The Submit and Response documents of the XML PriceList Transaction are not changing. However, some of the Element data values and related functionality is different in the latest update of the XML Service. Affected fields are highlighted.

 

An example of a PriceList Submit message:

 

<XML_PriceList_Submit>

  <Header>

    <UserName>UserID</UserName>

    <Password>Password</Password>

    <ResponseVersion>1.8</ResponseVersion>

  </Header>

  <Detail>

    <LineInfo>

      <AssignedID>001</AssignedID>

      <RefIDQual>VP</RefIDQual>

      <RefID>10415560</RefID>

      <ReturnAvailability>Y</ReturnAvailability>

    </LineInfo>

  </Detail>

</XML_PriceList_Submit>

 

Element Name

What�s Different

RefID

The length of the Tech Data Product Number increased to 8 digits. This is only affected when the RefIDQual is set to �VP� (Tech Data item number).

 

An example of a PriceList Response:

 

<XML_PriceList_Response>

  <Header />

  <Detail>

    <LineInfo>

      <RefIDQual1>VP</RefIDQual1>

      <RefID1>000000000010415560</RefID1>

      <RefIDQual2>MG</RefIDQual2>

      <RefID2>D59VALL-H</RefID2>

      <ProductDesc>D59VALL-H</ProductDesc>

      <CustomerPrice>$23.86</CustomerPrice>

      <MSRP>$34.99</MSRP>

      <PromotionInfo>

        <OrderLevel />

        <MinimumQty>11</MinimumQty>

        <MaximumQty>20</MaximumQty>

        <PromotedPricePerUnit>$23.76</PromotedPricePerUnit>

        <PromoEndDate>11/12/2005</PromoEndDate>

        <PromoNumber>MULTIPLE</PromoNumber>

      </PromotionInfo>

      <PromotionInfo>

        <OrderLevel>FE</OrderLevel>

        <MinimumQty>10</MinimumQty>

        <PromotedPricePerUnit>$22.95</PromotedPricePerUnit>

        <PromoEndDate>12/28/2005</PromoEndDate>

        <PromoNumber>198234</PromoNumber>

      </PromotionInfo>

      <AvailabilityInfo>

        <WhseInfo>

          <IDCode>SUWANEE, GA</IDCode>

          <WhseCode>A021</WhseCode>

          <Qty>5</Qty>

          <TotalOnOrderQty>215</TotalOnOrderQty>

          <OnOrderQty>111</OnOrderQty>

          <OnOrderETADate>08/20/05</OnOrderETADate>

        </WhseInfo>

        <WhseInfo>

          <IDCode>South Bend, IN</IDCode>

          <WhseCode>A041</WhseCode>

          <Qty>239</Qty>

          <TotalOnOrderQty>200</TotalOnOrderQty>

          <OnOrderQty>100</OnOrderQty>

          <OnOrderETADate>05/12/05</OnOrderETADate>

        </WhseInfo>

      </AvailabilityInfo>

    </LineInfo>

  </Detail>

</XML_PriceList_Response>

 

Element Name

What�s Different

RefID1

The length of the Tech Data Product Number increased to 8 digits. This is only affected when the RefIDQual1 is set to �VP� (Tech Data item number).

PromoNumber

If a single promo is applied to derive the best price, this element is populated with the promo number. If more than one promo is applied, this element is populated with the word �MULTIPLE�.

WhseCode

Tech Data Warehouse Codes have changed.

ItemStatus

Tech Data status possible values include: NEW, ACTIVE, PHASEDOUT, ALLOCATED, and COMPONENTS.