Storing order data

Your marketplace is ready for merchants to start selling. You want to save order data to your database for orders made on a marketplace through your channel app.

In this tutorial, you'll create a database table for storing order data. You'll also subscribe to webhook events and create handlers for them.