Stores
List Stores
Returns a paginated list of stores using the DataTable system. Supports search, sort, archive filtering, and column inclusion/exclusion.
Create Store
Creates a new store. Also creates an associated address record.
Bulk Delete Stores
Bulk deletes multiple stores by IDs.
Show Store
Returns a single store by ID including address fields and associated sales channels.
Update Store
Updates an existing store and its address.
Delete Store
Deletes a store. Returns an error if the store is linked to other records.
Archive Store
Archives a store. Returns a warning if already archived.
Unarchive Store
Unarchives a store. Returns a warning if not currently archived.
Bulk Archive Stores
Bulk archives multiple stores by IDs.
Bulk Unarchive Stores
Bulk unarchives multiple stores by IDs.
Check Deletable
Checks which stores can be safely deleted.
Import Stores
Imports stores in bulk from JSON data.
Preview Import Stores
Previews a store import without committing changes.