index.mdx 808 B

12345678910111213141516171819202122232425262728
  1. ---
  2. title: "Vendure API Reference"
  3. ---
  4. This section contains reference documentation for the various APIs exposed by Vendure.
  5. :::info
  6. All of the information in this section is generated directly from the Vendure source code. You can jump directly
  7. to the source file using the links below each heading.
  8. ![Source links](./links.webp)
  9. :::
  10. ### TypeScript API
  11. These are the classes, interfaces and other TypeScript object which are used when **writing plugins** or custom business logic.
  12. ### Core Plugins
  13. These are the TypeScript APIs for the core Vendure plugins.
  14. ### GraphQL API
  15. These are the GraphQL APIs you will use to build your storefront (Shop API) or admin integrations (Admin API).
  16. ### Admin UI API
  17. These are the Angular components and services you can use when building Admin UI extensions.