> ## Documentation Index
> Fetch the complete documentation index at: https://lationscripts.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Shops Creator - Exports - Shared

> All exports available on the client and server

### **openShop**

Open a shop.

<Tabs>
  <Tab title="Client">
    ```lua theme={null}
    exports.lation_shops:openShop(shopId)
    ```

    <ParamField path="shopId" type="string" required>
      The specific shopId to open.
    </ParamField>
  </Tab>

  <Tab title="Server">
    ```lua theme={null}
    exports.lation_shops:openShop(source, shopId)
    ```

    <ParamField path="source" type="string" required>
      The source (*player ID*) to open the shop for.
    </ParamField>

    <ParamField path="shopId" type="string" required>
      The specific shopId to open.
    </ParamField>
  </Tab>
</Tabs>
