REST web service interface

GET products/categories/{id}

Updated, 2013-03-18 7:49

Returns the details of a category

Resource Information

Rate Limited? No
Authentication Optional
Response Formats json,xml
HTTP Methods GET
Response Object Category

Resource URL

https://ecommerce.dexero.com/service/rest/2/merchant/catalog/products/categories/{id}.format

Parameters

Parameter Description
id The system identification number or identifier defined by user.
Example Values : 166
locale Language
Example Values : asc, desc

Example Request

https://ecommerce.dexero.com/service/rest/2/merchand/catalogue/products/categories/78.json

Example Response

XML JSON
{
  "category" : {
    "id" : 78,
    "parent_id" : 0,
    "locale" : "fr",
    "order_pos" : 7,
    "name" : "Femmes",
    "identifier" : "women78"
  }
}

Response Object "Category"

Field Data Type Description
id int The unique identification number of the category. The ID is automatically generated and can not be changed.
parent_id int The unique identification number of the parent category.
locale string The language of the description of the category
order_pos int The position in the ordering of the list.
name string The name of the category
identifier string The unique identifier defined by a user.