Skip to main content
A shop is the central resource that ties everything together in Mutasib. Every product you list, every sale you record, and every analytics report you generate belongs to a specific shop.
Shops are created and administered from the Mutasib dashboard. The API exposes read and update operations on an existing shop — it does not create, activate, deactivate, or delete shops.

Shop Data Model

The table below describes the key fields returned in a ShopOut response object.

Opening Hours Format

The opening_hours field is a JSON object keyed by lowercase day name. Each day contains an open and close time in 24-hour HH:MM format. Set a day to null to mark it as closed.

Shop Categories

The category field classifies your business and helps customers find you in filtered searches. Common values include:

API Endpoints

The following endpoints let you read and update a shop. All requests require a valid API token in the Authorization header.
Returns the full ShopOut object for a single shop.
Partially updates shop fields. Only include the fields you want to change.