diff --git a/README.md b/README.md index 80d02fe..07bea6e 100644 --- a/README.md +++ b/README.md @@ -302,7 +302,8 @@ Some resources are available directly, some resources are only available through - Blog -> Article -> [Metafield](https://help.shopify.com/api/reference/metafield) - Blog -> [Event](https://help.shopify.com/api/reference/event/) - Blog -> [Metafield](https://help.shopify.com/api/reference/metafield) -- [CarrierService](https://help.shopify.com/api/reference/carrierservice/) +- [CarrierService](https://help.shopify.com/api/reference/carrierservice/)- +- [Cart](https://shopify.dev/docs/themes/ajax-api/reference/cart) (read only) - [Collect](https://help.shopify.com/api/reference/collect/) - [Comment](https://help.shopify.com/api/reference/comment/) - Comment -> [Event](https://help.shopify.com/api/reference/event/) diff --git a/lib/Cart.php b/lib/Cart.php new file mode 100644 index 0000000..15ad000 --- /dev/null +++ b/lib/Cart.php @@ -0,0 +1,24 @@ +