Retrieves all product categories.
query Parameters
includeDeletedbooleanDefault: false
Headers
skimmer-api-keystring · requiredThe
skimmer-api-keyheader is used to authenticate with the API using your API key. Value is of the formatYOUR_KEY_HERE.
Responses
OK
idstring · requiredThe product category identifier.
descriptionstring · requiredThe product category description.
deletedbooleanIndicates as to if the product category is softly deleted.
createdAtstring · date-timeThe timestamp of record creation.
updatedAtstring · date-timeThe timestamp of last record update.
Updates an existing product category.
Headers
skimmer-api-keystring · requiredThe
skimmer-api-keyheader is used to authenticate with the API using your API key. Value is of the formatYOUR_KEY_HERE.
Request Body
idstring · requiredThe product category identifier.
descriptionstring · requiredThe product category description.
Responses
OK
idstring · requiredThe product category identifier.
descriptionstring · requiredThe product category description.
Creates a new product category.
Searches all product categories.
query Parameters
SortsstringComma-delimited ordered list of property names to sort by. Adding - before the property name sorts in reverse order.Values: Id, Description, CreatedAt, UpdatedAt
FiltersstringA comma-delimited list of property name, operator, value.Values: Id, Description, CreatedAt, UpdatedAt, Deleted
Pageinteger · int32The page number to return
PageSizeinteger · int32The number of items returned per page
Headers
skimmer-api-keystring · requiredThe
skimmer-api-keyheader is used to authenticate with the API using your API key. Value is of the formatYOUR_KEY_HERE.
Responses
OK
idstring · requiredThe product category identifier.
descriptionstring · requiredThe product category description.
deletedbooleanIndicates as to if the product category is softly deleted.
createdAtstring · date-timeThe timestamp of record creation.
updatedAtstring · date-timeThe timestamp of last record update.
Retrieves one product category by ID.
path Parameters
idstring · required
query Parameters
includeDeletedbooleanDefault: false
Headers
skimmer-api-keystring · requiredThe
skimmer-api-keyheader is used to authenticate with the API using your API key. Value is of the formatYOUR_KEY_HERE.
Responses
OK
idstring · requiredThe product category identifier.
descriptionstring · requiredThe product category description.
deletedbooleanIndicates as to if the product category is softly deleted.
createdAtstring · date-timeThe timestamp of record creation.
updatedAtstring · date-timeThe timestamp of last record update.