Skip to content
Discussion options

You must be logged in to vote

Hey @dlujan easy! Just set inventory: false in your plugin config in src/plugins/index.ts

ecommercePlugin({
  access: { ... },
  customers: { ... },
  inventory: false,
  orders: { ... },
  payments: { ... },
  products: { ... },
})

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@zubricks
Comment options

Comment options

You must be logged in to vote
1 reply
@danieldeepspace
Comment options

Answer selected by zubricks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants