Product categories
Get all product categories
Returns all categories of products. Note this operation uses Pagination and supports Portfolio Access Tokens.
Request
[PlatformAddress]/api/connector/v1/productCategories/getAll
Property | Type | Contract | Description |
---|---|---|---|
| string | required | Token identifying the client application. |
| string | required | Access token of the client application. |
| string | required | Name and version of the client application. |
| array of string | optional, max 1000 items | Unique identifiers of the Enterprises. If not specified, the operation returns the resource categories for all enterprises within scope of the Access Token. |
| array of string | optional, max 1000 items | Unique identifiers of Product category. |
| array of string | required, max 1000 items | Unique identifiers of Services to which the resource categories belong. |
| optional, max length 3 months | Interval in which the product categories were updated. | |
| required | Limitation on the quantity of data returned. |
Response
Property | Type | Contract | Description |
---|---|---|---|
| array of Product category | optional | Product categories. |
| string | optional | Unique identifier of the item one newer in time order than the items to be returned. If Cursor is not specified, i.e. null, then the latest or most recent items will be returned. |
Product category
Property | Type | Contract | Description |
---|---|---|---|
| string | required | Unique identifier of the category. |
| string | required | Unique identifier of the Enterprise. |
| string | required | Unique identifier of the Service of the resource category. |
| required | All translations of the name. | |
| required | All translations of the short name. | |
| required | All translations of the description. | |
| string | required | |
| string | required | Date and time of the product category creation in UTC timezone in ISO 8601 format. |
| string | required | Date and time of the product category update in UTC timezone in ISO 8601 format. |
| number | required | Ordering of the category, lower number corresponds to lower category (note that neither uniqueness nor continuous sequence is guaranteed). |
Parent product category
Property | Type | Contract | Description |
---|---|---|---|
| string | required | Unique identifier of the category. |
| required | All translations of the name. |
Last updated