Returns a product listing based on the UPC code entered.
GetProductListingByUPCCode(UPCCode AS String, IncludeDeleted AS Boolean, IncludeDiscontinued AS Boolean)
XML String
UPCCode = Search string for UPC code.
IncludeDeleted = Select to include deleted records in the results.
IncludeDiscontinued = Select to include discontinued records in the results.
XML String has the following structure:
|
Field |
Type |
Length |
Description |
|
iId |
Integer |
4 |
Primary Key - Unique Identifier |
|
cCode |
String |
10 |
Product code |
|
cUPCCode |
String |
14 |
Product UPC code. |
|
cDescript |
String |
60 |
Product description. |
|
cSize |
String |
8 |
Product size. |
|
dDateDel |
DateTime |
8 |
Date deleted. |
|
lDisco |
Boolean |
1 |
Indicates whether the product is marked discontinued. |