Skip to content

Instantly share code, notes, and snippets.

@laur3d
Created September 21, 2020 07:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save laur3d/34c804a5ea2165b6b4b7380720dea3b7 to your computer and use it in GitHub Desktop.
Save laur3d/34c804a5ea2165b6b4b7380720dea3b7 to your computer and use it in GitHub Desktop.
AddItemToCart: [POST] http://localhost:7071/api/cart/{id}/add
GetCartForSession: [GET] http://localhost:7071/api/cart/{id}
RemoveItemFromCart: [POST] http://localhost:7071/api/cart/{id}/remove
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment