Last active
June 15, 2021 04:05
-
-
Save ktutnik/9a8dcd8f929a0fabb0f2f53b0587daf2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
User management | /api/users | |
---|---|---|
Shop management | /api/shops | |
Shop User management | /api/shops/{shopId}/users | |
Shop Product management | /api/shops/{shopsId}/products | |
Image management | /api/images | |
User Shops list | /api/shops | |
Products list | /api/products | |
Shopping Cart | /api/shopping-carts | |
Shopping Cart Item | /api/shopping-carts/{cartId}/items | |
Shopping Cart Checkout | /api/shopping-carts/checkout | |
Shop Order management | /api/shops/{shopId}/orders | |
User Order management | /api/users/{userId}/orders |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment