Retrieves all product categories.
query Parameters
includeDeletedHeaders
skimmer-api-keyThe skimmer-api-key header is used to authenticate with the API using your API key. Value is of the format YOUR_KEY_HERE.
Retrieves all product categories. › Responses
OK
idThe product category identifier.
descriptionThe product category description.
deletedIndicates as to if the product category is softly deleted.
createdAtThe timestamp of record creation.
updatedAtThe timestamp of last record update.
Updates an existing product category.
Headers
skimmer-api-keyThe skimmer-api-key header is used to authenticate with the API using your API key. Value is of the format YOUR_KEY_HERE.
Updates an existing product category. › Request Body
idThe product category identifier.
descriptionThe product category description.
Updates an existing product category. › Responses
OK
idThe product category identifier.
descriptionThe product category description.
Creates a new product category.
Headers
skimmer-api-keyThe skimmer-api-key header is used to authenticate with the API using your API key. Value is of the format YOUR_KEY_HERE.
Creates a new product category. › Request Body
descriptionCreates a new product category. › Responses
Created
idThe product category identifier.
descriptionThe product category description.
Searches all product categories.
query Parameters
SortsComma-delimited ordered list of property names to sort by. Adding - before the property name sorts in reverse order.Values: Id, Description, CreatedAt, UpdatedAt
FiltersA comma-delimited list of property name, operator, value.Values: Id, Description, CreatedAt, UpdatedAt, Deleted
PageThe page number to return
PageSizeThe number of items returned per page
Headers
skimmer-api-keyThe skimmer-api-key header is used to authenticate with the API using your API key. Value is of the format YOUR_KEY_HERE.
Searches all product categories. › Responses
OK
idThe product category identifier.
descriptionThe product category description.
deletedIndicates as to if the product category is softly deleted.
createdAtThe timestamp of record creation.
updatedAtThe timestamp of last record update.
Retrieves one product category by ID.
path Parameters
idquery Parameters
includeDeletedHeaders
skimmer-api-keyThe skimmer-api-key header is used to authenticate with the API using your API key. Value is of the format YOUR_KEY_HERE.
Retrieves one product category by ID. › Responses
OK
idThe product category identifier.
descriptionThe product category description.
deletedIndicates as to if the product category is softly deleted.
createdAtThe timestamp of record creation.
updatedAtThe timestamp of last record update.