Skip to content

Commit

Permalink
Merge pull request #7297 from lchrusciel/cart-api
Browse files Browse the repository at this point in the history
[API] Cart and Cart item CRUD
  • Loading branch information
pjedrzejewski committed Feb 9, 2017
2 parents f83d43c + 4e012cd commit 87ef6bd
Show file tree
Hide file tree
Showing 67 changed files with 3,276 additions and 731 deletions.
814 changes: 814 additions & 0 deletions docs/api/carts.rst

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/api/index.rst
Expand Up @@ -7,6 +7,7 @@ The REST API Reference
introduction
authorization
channels
carts
orders
checkouts
products
Expand Down
1 change: 1 addition & 0 deletions docs/api/map.rst.inc
@@ -1,6 +1,7 @@
* :doc:`/api/introduction`
* :doc:`/api/authorization`
* :doc:`/api/channels`
* :doc:`/api/carts`
* :doc:`/api/orders`
* :doc:`/api/checkouts`
* :doc:`/api/products`
Expand Down

0 comments on commit 87ef6bd

Please sign in to comment.