object

StoreDepartment

Details about store department.
Fields
uid
Int
The unique identifier assigned to the store department.
logo
JSON
An object containing information about the store department's logo, such as the URL or other related media details.
priority_order
Int
The priority or ranking of the department within the store. This field is used to determine the order in which departments are displayed or processed.
name
String
The name of the store department, which is typically used for display and identification purposes.
slug
String
A URL-friendly identifier for the store department, often used in web addresses and routing to uniquely identify the department.