v1

latestOpenAPI 3.0.12026-07-2412502.6 MB
Item Categories

Search item categories

 

get/item_categories

Query parameters

item_category_idstring

Search for specific item category ID(s). Comma separate for multiple.

item_category_namestring

Search for item categories by name.

item_category_tagstring

Search for item categories by tags.

with'item_category_tags'

Expand on the information returned by including 'with' in the query parameters (example : with=item_category_tags).

limitinteger

Limit the number of results. Default: 25, max: 200.

offsetinteger

Offset the results

sort_bystring

Field to sort result by

order'asc' | 'desc'

Order by asc or desc

Response

OK

totalinteger

Example response

{
  "item_categories": [
    {
      "date_created": "2023-04-01 00:00:00",
      "date_modified": "2023-04-01 00:00:00"
    }
  ]
}