GET api/info/getcategoryinfo

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Shop_Categories
NameDescriptionTypeAdditional information
CategoryId

integer

None.

DisplaySequence

integer

None.

Name

string

None.

Meta_Title

string

None.

Meta_Description

string

None.

Meta_Keywords

string

None.

Description

string

None.

ParentCategoryId

integer

None.

Depth

integer

None.

Path

string

None.

RewriteName

string

None.

SKUPrefix

string

None.

AssociatedProductType

integer

None.

ImageUrl

string

None.

Notes1

string

None.

Notes2

string

None.

Notes3

string

None.

Notes4

string

None.

Notes5

string

None.

Theme

string

None.

HasChildren

boolean

None.

SeoUrl

string

None.

SeoImageAlt

string

None.

SeoImageTitle

string

None.

Status

boolean

None.

PartnerAlertStock

integer

None.

ShopAlertStock

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "CategoryId": 1,
    "DisplaySequence": 2,
    "Name": "sample string 3",
    "Meta_Title": "sample string 4",
    "Meta_Description": "sample string 5",
    "Meta_Keywords": "sample string 6",
    "Description": "sample string 7",
    "ParentCategoryId": 1,
    "Depth": 8,
    "Path": "sample string 9",
    "RewriteName": "sample string 10",
    "SKUPrefix": "sample string 11",
    "AssociatedProductType": 1,
    "ImageUrl": "sample string 12",
    "Notes1": "sample string 13",
    "Notes2": "sample string 14",
    "Notes3": "sample string 15",
    "Notes4": "sample string 16",
    "Notes5": "sample string 17",
    "Theme": "sample string 18",
    "HasChildren": true,
    "SeoUrl": "sample string 20",
    "SeoImageAlt": "sample string 21",
    "SeoImageTitle": "sample string 22",
    "Status": true,
    "PartnerAlertStock": 1,
    "ShopAlertStock": 1
  },
  {
    "CategoryId": 1,
    "DisplaySequence": 2,
    "Name": "sample string 3",
    "Meta_Title": "sample string 4",
    "Meta_Description": "sample string 5",
    "Meta_Keywords": "sample string 6",
    "Description": "sample string 7",
    "ParentCategoryId": 1,
    "Depth": 8,
    "Path": "sample string 9",
    "RewriteName": "sample string 10",
    "SKUPrefix": "sample string 11",
    "AssociatedProductType": 1,
    "ImageUrl": "sample string 12",
    "Notes1": "sample string 13",
    "Notes2": "sample string 14",
    "Notes3": "sample string 15",
    "Notes4": "sample string 16",
    "Notes5": "sample string 17",
    "Theme": "sample string 18",
    "HasChildren": true,
    "SeoUrl": "sample string 20",
    "SeoImageAlt": "sample string 21",
    "SeoImageTitle": "sample string 22",
    "Status": true,
    "PartnerAlertStock": 1,
    "ShopAlertStock": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfShop_Categories xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ftcb.Model">
  <Shop_Categories>
    <AssociatedProductType>1</AssociatedProductType>
    <CategoryId>1</CategoryId>
    <Depth>8</Depth>
    <Description>sample string 7</Description>
    <DisplaySequence>2</DisplaySequence>
    <HasChildren>true</HasChildren>
    <ImageUrl>sample string 12</ImageUrl>
    <Meta_Description>sample string 5</Meta_Description>
    <Meta_Keywords>sample string 6</Meta_Keywords>
    <Meta_Title>sample string 4</Meta_Title>
    <Name>sample string 3</Name>
    <Notes1>sample string 13</Notes1>
    <Notes2>sample string 14</Notes2>
    <Notes3>sample string 15</Notes3>
    <Notes4>sample string 16</Notes4>
    <Notes5>sample string 17</Notes5>
    <ParentCategoryId>1</ParentCategoryId>
    <PartnerAlertStock>1</PartnerAlertStock>
    <Path>sample string 9</Path>
    <RewriteName>sample string 10</RewriteName>
    <SKUPrefix>sample string 11</SKUPrefix>
    <SeoImageAlt>sample string 21</SeoImageAlt>
    <SeoImageTitle>sample string 22</SeoImageTitle>
    <SeoUrl>sample string 20</SeoUrl>
    <ShopAlertStock>1</ShopAlertStock>
    <Status>true</Status>
    <Theme>sample string 18</Theme>
  </Shop_Categories>
  <Shop_Categories>
    <AssociatedProductType>1</AssociatedProductType>
    <CategoryId>1</CategoryId>
    <Depth>8</Depth>
    <Description>sample string 7</Description>
    <DisplaySequence>2</DisplaySequence>
    <HasChildren>true</HasChildren>
    <ImageUrl>sample string 12</ImageUrl>
    <Meta_Description>sample string 5</Meta_Description>
    <Meta_Keywords>sample string 6</Meta_Keywords>
    <Meta_Title>sample string 4</Meta_Title>
    <Name>sample string 3</Name>
    <Notes1>sample string 13</Notes1>
    <Notes2>sample string 14</Notes2>
    <Notes3>sample string 15</Notes3>
    <Notes4>sample string 16</Notes4>
    <Notes5>sample string 17</Notes5>
    <ParentCategoryId>1</ParentCategoryId>
    <PartnerAlertStock>1</PartnerAlertStock>
    <Path>sample string 9</Path>
    <RewriteName>sample string 10</RewriteName>
    <SKUPrefix>sample string 11</SKUPrefix>
    <SeoImageAlt>sample string 21</SeoImageAlt>
    <SeoImageTitle>sample string 22</SeoImageTitle>
    <SeoUrl>sample string 20</SeoUrl>
    <ShopAlertStock>1</ShopAlertStock>
    <Status>true</Status>
    <Theme>sample string 18</Theme>
  </Shop_Categories>
</ArrayOfShop_Categories>