You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/admin-api/index.mdx
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,14 +7,11 @@ import { Callout } from 'fumadocs-ui/components/callout';
7
7
8
8
### Getting Started
9
9
10
-
{/* At the core of Next Commerce is the Admin API, developers can seamless build custom store operations, create orders, and integrate third-party services. Empower your business with streamlined control and endless possibilities, all through our intuitive and powerful API. */}
11
-
12
10
At the core of Next Commerce is the Admin API, developers can manage store resources, integrate third-party services and build seamless external order flows.
13
11
14
12
15
13
### Authentication
16
14
17
-
18
15
The Admin API uses Oauth 2 authorization protocol to manage access to your store's resources. Oauth Apps (and associated access tokens) can be tailored with object-level permission to ensure that each integrated service only has access to necessary objects.
19
16
20
17
Before using the Admin API, you'll need to create a store and create an OAuth App necessary for API access. To create an OAuth App, navigate to **Settings > API Access** and create a new Oauth App with applicable [permissions](/docs/admin-api/permissions) to retrieve your **Access Token**. It is recommended to create unique Oauth Apps per external system so that you can revoke as needed.
0 commit comments