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
ClientToken
string
required
Token identifying the client application.
AccessToken
string
required
Access token of the client application.
Client
string
required
Name and version of the client application.
EnterpriseIds
array of string
optional, max 1000 items
ProductCategoryIds
array of string
optional, max 1000 items
ServiceIds
array of string
required, max 1000 items
UpdatedUtc
optional, max length 3 months
Interval in which the product categories were updated.
Limitation
required
Limitation on the quantity of data returned.
Response
ProductCategories
optional
Product categories.
Cursor
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
Id
string
required
Unique identifier of the category.
EnterpriseId
string
required
ServiceId
string
required
Names
required
All translations of the name.
ShortNames
required
All translations of the short name.
Descriptions
required
All translations of the description.
ParentProductCategory
string
required
CreatedUtc
string
required
Date and time of the product category creation in UTC timezone in ISO 8601 format.
UpdatedUtc
string
required
Date and time of the product category update in UTC timezone in ISO 8601 format.
Ordering
number
required
Ordering of the category, lower number corresponds to lower category (note that neither uniqueness nor continuous sequence is guaranteed).
Parent product category
Id
string
required
Unique identifier of the category.
Names
required
All translations of the name.
Last updated
Was this helpful?