<?php require_once 'Zend/Rest/Client.php'; require_once 'Zend/Service/Exception.php'; /** * Rakuten Web Service API class */ class Zend_Service_Rakuten { /** * Status from the Rakuten Web Service in success * * @var string */ const STATUS_OK = 'Success'; /** * Developer's ID in the Rakuten Web Service * * @var string */ protected $_devId; /** * Affiliate ID in the Rakuten Web