Пример #1
0
 /**
  * List Inbound Shipments By Next Token
  * Gets the next set of inbound shipments created by a Seller with the 
  * NextToken which can be used to iterate through the remaining inbound 
  * shipments. If a NextToken is not returned, it indicates the end-of-data.
  *
  * @param mixed $request array of parameters for FBAInboundServiceMWS_Model_ListInboundShipmentsByNextToken request or FBAInboundServiceMWS_Model_ListInboundShipmentsByNextToken object itself
  * @see FBAInboundServiceMWS_Model_ListInboundShipmentsByNextToken
  * @return FBAInboundServiceMWS_Model_ListInboundShipmentsByNextTokenResponse
  *
  * @throws FbaInbound_Exception
  */
 public function listInboundShipmentsByNextToken($request)
 {
     //require_once (dirname(__FILE__) . '/Model/ListInboundShipmentsByNextTokenResponse.php');
     return FBAInboundServiceMWS_Model_ListInboundShipmentsByNextTokenResponse::fromXML($this->_invoke('ListInboundShipmentsByNextToken'));
 }
Пример #2
0
 /**
  * List Inbound Shipments By Next Token
  * Gets the next set of inbound shipments created by a Seller with the
  * NextToken which can be used to iterate through the remaining inbound
  * shipments. If a NextToken is not returned, it indicates the end-of-data.
  *
  * @param mixed $request array of parameters for FBAInboundServiceMWS_Model_ListInboundShipmentsByNextToken request or FBAInboundServiceMWS_Model_ListInboundShipmentsByNextToken object itself
  * @see FBAInboundServiceMWS_Model_ListInboundShipmentsByNextTokenRequest
  * @return FBAInboundServiceMWS_Model_ListInboundShipmentsByNextTokenResponse
  *
  * @throws FBAInboundServiceMWS_Exception
  */
 public function listInboundShipmentsByNextToken($request)
 {
     if (!$request instanceof FBAInboundServiceMWS_Model_ListInboundShipmentsByNextTokenRequest) {
         $request = new FBAInboundServiceMWS_Model_ListInboundShipmentsByNextTokenRequest($request);
     }
     $parameters = $request->toQueryParameterArray();
     $parameters['Action'] = 'ListInboundShipmentsByNextToken';
     $httpResponse = $this->_invoke($parameters);
     $response = FBAInboundServiceMWS_Model_ListInboundShipmentsByNextTokenResponse::fromXML($httpResponse['ResponseBody']);
     $response->setResponseHeaderMetadata($httpResponse['ResponseHeaderMetadata']);
     return $response;
 }
Пример #3
0
 /**
  * List Inbound Shipments By Next Token
  * Gets the next set of inbound shipments created by a Seller with the
  * NextToken which can be used to iterate through the remaining inbound
  * shipments. If a NextToken is not returned, it indicates the end-of-data.
  *
  * @param mixed $request array of parameters for FBAInboundServiceMWS_Model_ListInboundShipmentsByNextToken request or FBAInboundServiceMWS_Model_ListInboundShipmentsByNextToken object itself
  * @see FBAInboundServiceMWS_Model_ListInboundShipmentsByNextToken
  * @return FBAInboundServiceMWS_Model_ListInboundShipmentsByNextTokenResponse
  *
  * @throws FBAInboundServiceMWS_Exception
  */
 public function listInboundShipmentsByNextToken($request)
 {
     return FBAInboundServiceMWS_Model_ListInboundShipmentsByNextTokenResponse::fromXML($this->_invoke('ListInboundShipmentsByNextToken'));
 }