Skip to main content

A grouping of products within a store, optionally nested under a parent department.

id
string
required

Unique identifier for the store department.

deactivated_at
string<date-time> | null
required

When the department was deactivated, or null when it is active.

exclude_from_sales_reporting
boolean
required

Whether sales from this department are omitted from sales reporting.

name
string
required

Human-readable department name.

parent_department_id
string | null
required

ID of the parent department, or null for a top-level department.