The request body is of type GetAllCategoriesWithItemData.
Request Body Parameters
| Name | Description | Data Type |
|---|---|---|
| itemID | xml:int |
| Method | GetAllCategoriesWithItemData |
The request body is of type GetAllCategoriesWithItemData.
| Name | Description | Data Type |
|---|---|---|
| itemID | xml:int |
MakeAJAXCall("Inventory.GetAllCategoriesWithItemData", {
itemID: 579
}, console.log)
The response body is of type GetAllCategoriesWithItemDataResponse.
| Name | Description | Data Type |
|---|---|---|
| GetAllCategoriesWithItemDataResult | A string value containing a JSON object.
[{
"Category_ID": 41,
"Parent_ID": 0,
"CategoryPath": "accessories",
"Name": "Accessories",
"Item_ID": null
}, {
"Category_ID": 42,
"Parent_ID": 0,
"CategoryPath": "specialty-items",
"Name": "Specialty Items",
"Item_ID": null
}, {
"Category_ID": 43,
"Parent_ID": 0,
"CategoryPath": "safety-helmets",
"Name": "Safety Helmets",
"Item_ID": null
}, {
"Category_ID": 44,
"Parent_ID": 0,
"CategoryPath": "bikes",
"Name": "Bikes",
"Item_ID": 579
}, {
"Category_ID": 45,
"Parent_ID": 0,
"CategoryPath": "supplements",
"Name": "Supplements",
"Item_ID": null
}, {
"Category_ID": 47,
"Parent_ID": 44,
"CategoryPath": "bikes/racing-bikes",
"Name": "Racing Bikes",
"Item_ID": 579
}, {
"Category_ID": 50,
"Parent_ID": 41,
"CategoryPath": "accessories/pumps",
"Name": "Pumps ",
"Item_ID": 579
}, {
"Category_ID": 51,
"Parent_ID": 41,
"CategoryPath": "accessories/locks",
"Name": "Locks",
"Item_ID": null
}, {
"Category_ID": 52,
"Parent_ID": 41,
"CategoryPath": "accessories/child-seats",
"Name": "Child Seats",
"Item_ID": null
}, {
"Category_ID": 53,
"Parent_ID": 41,
"CategoryPath": "accessories/shoes",
"Name": "Shoes",
"Item_ID": 579
}, {
"Category_ID": 54,
"Parent_ID": 41,
"CategoryPath": "accessories/bike-electronics",
"Name": "Bike Electronics",
"Item_ID": 579
}, {
"Category_ID": 55,
"Parent_ID": 0,
"CategoryPath": "parts",
"Name": "Parts",
"Item_ID": null
}, {
"Category_ID": 61,
"Parent_ID": 0,
"CategoryPath": "new",
"Name": "NEW",
"Item_ID": null
}, {
"Category_ID": 62,
"Parent_ID": 0,
"CategoryPath": "built-in",
"Name": "Built-In",
"Item_ID": null
}, {
"Category_ID": 63,
"Parent_ID": 0,
"CategoryPath": "test",
"Name": "test",
"Item_ID": null
}, {
"Category_ID": 64,
"Parent_ID": 0,
"CategoryPath": "test2",
"Name": "test2",
"Item_ID": null
}, {
"Category_ID": 65,
"Parent_ID": 64,
"CategoryPath": "test2/test3",
"Name": "test3",
"Item_ID": null
}, {
"Category_ID": 66,
"Parent_ID": 0,
"CategoryPath": "trest4",
"Name": "trest4",
"Item_ID": null
}, {
"Category_ID": 67,
"Parent_ID": 0,
"CategoryPath": "test5",
"Name": "test5",
"Item_ID": null
}, {
"Category_ID": 68,
"Parent_ID": 0,
"CategoryPath": "test4",
"Name": "test4",
"Item_ID": null
}]
| xml:string |