Completes Cart Service and store/carts endpoints (#18)
Completes Cart Service to allow shopping and checkout flows.
This commit is contained in:
9
docs/api/store/carts.md
Normal file
9
docs/api/store/carts.md
Normal file
@@ -0,0 +1,9 @@
|
||||
POST /carts
|
||||
GET /carts/:id
|
||||
POST /carts/:id
|
||||
|
||||
POST /carts/:id/line-items
|
||||
POST /carts/:id/line-items/:line_id
|
||||
|
||||
GET /carts/:id/shipping-options
|
||||
POST /carts/:id/payment-sessions
|
||||
Reference in New Issue
Block a user