Shop Import
Migrate your existing shops from other scripts with the built-in import system. The importer auto-detects the format and normalizes all data.
Supported Formats
| Format | Description |
|---|---|
| QB Market | QBCore market/shop configuration |
| ESX Market | ESX market configuration |
| ox_shop | ox_inventory shop definitions |
| Custom JSON | Standard JSON format with normalized fields |
How It Works
- Open the admin panel
- Click Import Shops on the shop list page
- Paste the configuration data (JSON or Lua table format)
- The importer auto-detects the format
- Data is normalized — field names, categories, items, blip/ped settings are mapped to the standard format
- Imported shops appear in the admin panel for further editing
Supported Input
- JSON format: Standard JSON arrays and objects
- Lua table format: Lua table syntax is parsed and converted automatically
