List store departments
Departments
List store departments
Lists the departments a store organizes its products into, newest first.
GET
List store departments
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Whether the department has not been deactivated.
Return records that precede the record with this ID, in list order.
Pattern:
^[0-9]+$Maximum number of records to return.
Required range:
1 <= x <= 100The parent department a sub-department belongs to. Repeat to match any of up to 20 values.
Return records that follow the record with this ID, in list order.
Pattern:
^[0-9]+$The store the department belongs to. Repeat to match any of up to 20 values.