Skip to main content

Shop Import

Import shops from QB Market, ESX Market, ox_shop, or custom JSON

This section

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

FormatDescription
QB MarketQBCore market/shop configuration
ESX MarketESX market configuration
ox_shopox_inventory shop definitions
Custom JSONStandard JSON format with normalized fields

How It Works

  1. Open the admin panel
  2. Click Import Shops on the shop list page
  3. Paste the configuration data (JSON or Lua table format)
  4. The importer auto-detects the format
  5. Data is normalized — field names, categories, items, blip/ped settings are mapped to the standard format
  6. 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