Introduction
The purpose of this service is to provide an output of product information for a specified account.
Parameters
Parameter | Details | Required |
---|---|---|
CustomerCode | The customer code of your account | Mandatory |
SiteCode | The site code your account's located at | Mandatory |
ProductCode | To filter the output by a specific product code | Optional |
Example
http://<pathtoapi>/service/Products/CustomerCode/<CustomerCode>/SiteCode/<SiteCode>/ProductCode/<ProductCode>
Response
Sample
Code Block | ||||
---|---|---|---|---|
| ||||
<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 | ||
CCO | Customer code - Your warehouse account reference | ||
SCO | Site code - The site code where your account is based at the warehouse | ||
PCO | Product code | ||
PDN | Product description | ||
PDN2 | Sub description - usually reserved for translations of the product description | ||
BNA | Brand name | ||
YEA | Year | ||
COO | Country of Origin | ||
PTY | Product type (Beer, Wine, Spirits, Intermediate, Tobacco, Cigarettes, Promotional, Innocent) | ||
UOM | Unit of Measure (1 = Pallets / Cases / Singles, 2 = Litres / Centilitres, 3 = Inner / Outer / Packet) | ||
SPC | Singles per case | ||
CPP | Cases per pallet | ||
SS | Single size (litres) | ||
ABV | Alcoholic strength / ABV | ||
WKG | Net weight (KG) per case | ||
GRS | Gross weight (KG) per case | ||
M3 | Cubic metres per case | ||
TCO | Tax code (excise duty) | ||
PLI | Product life (days), 0 if unknown | ||
SLI | Shelf life (days), 0 if unknown | ||
AN1 | Analysis information field, for wine usually 'Classification' | ||
AN2 | Analysis information field, for wine usually 'Colour' | ||
AN3 | Analysis information field, for wine usually 'Designation' | ||
AN4 | Analysis information field, for wine usually 'Region' | ||
AN5 | Analysis information field, for wine usually 'Sub Region' | ||
AN6 | Analysis information field, for wine usually 'Type' | ||
R | |||
T |