Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

Introduction

The purpose of this service is to provide an output of product information for a specified account.

Parameters

ParameterDetailsRequired
CustomerCodeThe customer code of your accountMandatory
SiteCodeThe site code your account's located atMandatory
ProductCodeTo filter the output by a specific product codeOptional

Example

http://<pathtoapi>/service/Products/CustomerCode/<CustomerCode>/SiteCode/<SiteCode>/ProductCode/<ProductCode>

Response

Sample
<T>
        <R>
            <CCO>ABC123</CCO>
            <SCO>ZZ</SCO>
            <PCO>100032020101200750</PCO>
            <PDN>Pinot Gris Clos Winsbuhl VT</PDN>
            <PDN2>Reserved for translations</PDN2>
            <BNA>Zind Humbrecht</BNA>
            <YEA>2010</YEA>
            <COO>FR</COO>
            <PTY>Wine</PTY>
            <UOM>1</UOM>
            <SPC>12</SPC>
            <CPP>56</CPP>
            <SS>0.75</SS>
            <ABV>11.00</ABV>
            <WKG>9.00000</WKG>
            <GRS>15.30000</GRS>
            <M3>0.01786</M3>
            <TCO>415</TCO>
            <PLI>0</PLI>
            <SLI>0</SLI>
            <AN1>Grand Cru</AN1>
            <AN2>White</AN2>
            <AN3>AOC</AN3>
            <AN4>Alsace</AN4>
            <AN5>Hunawihr</AN5>
            <AN6>Still</AN6>
        </R>
    </T>

Details




Description
T

Table of results

R
Order/pick record - can repeat


CCOCustomer code - Your warehouse account reference


SCOSite code - The site code where your account is based at the warehouse


PCOProduct code


PDNProduct description


PDN2Sub description - usually reserved for translations of the product description


BNABrand name


YEAYear


COOCountry of Origin


PTYProduct type (Beer, Wine, Spirits, Intermediate, Tobacco, Cigarettes, Promotional, Innocent)


UOMUnit of Measure (1 = Pallets / Cases / Singles, 2 = Litres / Centilitres, 3 = Inner / Outer / Packet)


SPCSingles per case


CPPCases per pallet


SSSingle size (litres)


ABVAlcoholic strength / ABV


WKGNet weight (KG) per case


GRSGross weight (KG) per case


M3Cubic metres per case


TCOTax code (excise duty)


PLIProduct life (days), 0 if unknown


SLIShelf life (days), 0 if unknown


AN1Analysis information field, for wine usually 'Classification'


AN2Analysis information field, for wine usually 'Colour'


AN3Analysis information field, for wine usually 'Designation'


AN4Analysis information field, for wine usually 'Region'


AN5Analysis information field, for wine usually 'Sub Region'


AN6Analysis information field, for wine usually 'Type'

R

T


Response Codes

Common response codes

  • No labels