for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* @author @jayS-de <[email protected]>
*/
namespace Commercetools\Core\Request\Me;
use Commercetools\Core\Client\JsonEndpoint;
class MeCartsEndpoint
{
* @return JsonEndpoint
public static function endpoint()
return new JsonEndpoint('me/carts');
}