REST API access to the CartOperationService
is provided through the following endpoints:
ManageCartEndpoint: Provides basic cart functionality such as adding and updating the contents of a cart
CheckoutCartEndpoint: Provides checkout functions such as added shipping address or payment methods
CartHistoryEndpoint: Provides access to historical, submitted carts for a guest or registered customer
This is in lieu of using the Order Services endpoints if that service is not in use