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

# Transactions

> Events triggered when admins or players buy or sell objects in a shop.

This page lists the **transaction** events available in Shops Creator.

<CardGroup cols={2}>
  <Card title="Admin shop bought object" icon="hand-holding-dollar" href="/shops-creator/server/transactions/admin-shop-bought-object">
    Triggered when a player buys an object from an admin shop.
  </Card>

  <Card title="Admin shop sold object" icon="hand-holding-dollar" href="/shops-creator/server/transactions/admin-shop-sold-object">
    Triggered when a player sells an object to an admin shop.
  </Card>

  <Card title="Player shop bought object" icon="hand-holding-dollar" href="/shops-creator/server/transactions/player-shop-bought-object">
    Triggered when a player buys an object from a player-owned shop.
  </Card>

  <Card title="Player shop sold object" icon="hand-holding-dollar" href="/shops-creator/server/transactions/player-shop-sold-object">
    Triggered when a player sells an object to a player-owned shop.
  </Card>
</CardGroup>


## Related topics

- [Admin shop bought object](/shops-creator/server/transactions/admin-shop-bought-object.md)
- [Admin shop sold object](/shops-creator/server/transactions/admin-shop-sold-object.md)
- [Player shop bought object](/shops-creator/server/transactions/player-shop-bought-object.md)
- [Player shop sold object](/shops-creator/server/transactions/player-shop-sold-object.md)
- [Server](/shops-creator/server/index.md)
