Skip to content

Instantly share code, notes, and snippets.

@ktutnik
Last active June 15, 2021 04:05
Show Gist options
  • Save ktutnik/9a8dcd8f929a0fabb0f2f53b0587daf2 to your computer and use it in GitHub Desktop.
Save ktutnik/9a8dcd8f929a0fabb0f2f53b0587daf2 to your computer and use it in GitHub Desktop.
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