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: docs/api/admin/guides/external-checkout.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,11 @@ sidebar_position: 1
4
4
tags:
5
5
- Guide
6
6
---
7
-
# External Checkout Flow
8
-
9
-
```mdx-code-block
10
7
import Tabs from '@theme/Tabs';
11
8
import TabItem from '@theme/TabItem';
12
-
```
9
+
10
+
# External Checkout Flow
11
+
13
12
In this guide we'll cover the best practices when building an external checkout flow using the Next Commerce Admin API. Using the API gives you the most flexibility of data and functionality across the platform and external integrations.
Copy file name to clipboardExpand all lines: docs/api/admin/index.md
+1-10Lines changed: 1 addition & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,18 +11,9 @@ sidebar_position: 1
11
11
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.
12
12
13
13
14
-
15
-
```mdx-code-block
16
-
17
14
import Link from '@docusaurus/Link';
18
15
19
-
<Link
20
-
className="button button--primary button--lg"
21
-
to="/docs/api/admin/reference/">
22
-
See Admin API Reference
23
-
</Link>
24
-
25
-
```
16
+
<LinkclassName="button button--primary button--lg"to="/docs/api/admin/reference/">See Admin API Reference</Link>
Copy file name to clipboardExpand all lines: docs/apps/app-development-flow.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,14 +24,10 @@ You should always test and verify your latest changes on your development store
24
24
:::
25
25
26
26
27
-
```mdx-code-block
28
-
29
27
import DevelopmentStore from '@site/_snippets/_offer-development-store.mdx';
30
28
31
29
<DevelopmentStorename="Development Store Offer" />
32
30
33
-
```
34
-
35
31
### Releases
36
32
37
33
Once you're confident with your app and tested it on your development store, you can create a **Release** on the App detail page in your Partner account. Releases are versioned snapshots of your App that can be installed on public stores and also trigger updates for existing installations. Store's always install the latest version of your app.
0 commit comments