als_get_category_groups.cgi

Top  Previous  Next

Description

The als_get_category_groups.cgi interface all retrieve all category groups.

 

The following methods allow for filters using categorygroups

 

als_get_categories.cgi
als_get_products.cgi
als_get_product_search.cgi

 

 

Example Usage              http://127.0.0.1/als_get_category_groups.cgi

 

 

Inputs None

 

Returned Fields

#

Field Name

Description

Data Type

1

Name

Name of the Category Group

String

2

Code

AL-Desk Associated Code

Integer

 

 

 

 

 

XML Example

 

<?xml version="1.0" encoding="utf-8" ?>

- <root>

- <categorygroups>

<row code="1" name="Air" />

<row code="2" name="Land" />

<row code="3" name="Sea" />

</categorygroups>

</root>