docs: added docs for how to Import Products using API (#2209)

* fix code snippet for create upload

* added product import docs

* fix to upload endpoint code example

* added minimum version for MinIO
This commit is contained in:
Shahed Nasser
2022-09-14 16:17:02 +03:00
committed by GitHub
parent 02c3b18466
commit effa4248b6
4 changed files with 325 additions and 4 deletions
@@ -1,3 +1,6 @@
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
# How to Implement Checkout Flow
This document will guide you through the steps needed to implement the checkout flow in a Medusa storefront, including steps related to adding a custom payment provider.