|
Product |
Top Previous Next |
|
Product information is returned using the als_get_products.cgi Web Portal Method. Using the includedesc=true switch, extended product information can be fetched. Using content=true invokes Content Management Information.
http://www.alstracker.dnsalias.com/aldesk/als_get_products.cgi?product=1&includedesc=true
Below is an example of a call do als_get_products.cgi for a specific product using the includedesc switch to bring over the additional fields of Description, VoucherNotes and webjpglocation.
<?xml version="1.0" encoding="utf-8" ?> - <root> - <products> <row code="1" vendor="1" vendorname="Blue Hawaiian Helicopters" category="7" location="3" locationname="Maui" name="Hana/Haleakala- A Star" description="45 min flight - Haleakala Crater, Seven Pools, Hana, Rainforest, Waterfalls! Wear Dark Colored Shirt and sunglasses. Check in at heliport 30 mins prior to flight." webjpglocation="http://www.alstracker.dnsalias.com/aldesk/images/test.jpg" vouchernotes="Wear Dark Colored Shirt and sunglasses. Check in at heliport 30 mins prior to flight" categoryname="Helicopter Tours" categorygroup="1" categorygroupname="Air" /> </products> </root>
Note that this is the same information that can be returned with the als_get_rates.cgi call with the productinfo=true switch as it will return product info as separate name space <products>
<?xml version="1.0" encoding="utf-8" ?> - <root> - <rates> <row code="3" prodratename="Additional 1/2 Seat" seat="True" vendorrate="115.56" /> <row code="1" prodratename="Adult" seat="True" vendorrate="203.18" /> <row code="2" prodratename="Child 2&Up" seat="True" vendorrate="203.18" /> <row code="4305" prodratename="Flight Fee" seat="True" vendorrate="3" /> <row code="4" prodratename="Infant Under 2 Free" seat="True" vendorrate="0" /> </rates> - <products> <row code="1" vendor="1" vendorname="Blue Hawaiian Helicopters" category="7" location="3" locationname="Maui" name="Hana/Haleakala- A Star" description="45 min flight - Haleakala Crater, Seven Pools, Hana, Rainforest, Waterfalls! Wear Dark Colored Shirt and sunglasses. Check in at heliport 30 mins prior to flight." webjpglocation="http://www.alstracker.dnsalias.com/aldesk/images/test.jpg" vouchernotes="Wear Dark Colored Shirt and sunglasses. Check in at heliport 30 mins prior to flight" categoryname="Helicopter Tours" categorygroup="1" categorygroupname="Air" /> </products> </root>
Product Content Management includes the concept of Product default content |