GetShippingMethods
	
		
			| Endpoint URL | https://www.yournetosite.com.au/do/WS/NetoAPI | 
		
			| Method | POST | 
		
			| XML Headers | 
					
						| NETOAPI_ACTION | GetShippingMethods |  
						| NETOAPI_USERNAME | Your Neto Username (generate this in your Neto control panel) |  
						| NETOAPI_KEY | Your Neto API Secure Key (generate this in your Neto control panel) |  | 
		
			| JSON Headers | 
					
						| NETOAPI_ACTION | GetShippingMethods |  
						| NETOAPI_USERNAME | Your Neto Username (generate this in your Neto control panel) |  
						| NETOAPI_KEY | Your Neto API Secure Key (generate this in your Neto control panel) |  
						| Accept | application/json |  | 
		
			| Description | Get shipping methods. | 
		
			| XSD Schema | GetShippingMethods XSD   |   GetShippingMethods Response XSD | 
	
	
		
		
	GetShippingMethods Post
	You must specify at least one filter and one OutputSelector in your GetShippingMethods request. These will determine the results returned.
	
	XML POST
<?xml version="1.0" encoding="utf-8"?>
<GetShippingMethods>
</GetShippingMethods>
JSON POST
{
}
	
	
		
	
GetShippingMethods Responses
XML Response
<?xml version="1.0" encoding="utf-8"?>
<GetShippingMethods>
   <ShippingMethods> 
     <ShippingMethod> 
      <id>(Integer)</id>      
      <name>(String)</name>      
      <description>(String)</description>      
      <status>(String)</status>      
       <visibility> 
        <customers>(Boolean)</customers>        
        <ebay>(Boolean)</ebay>        
        <staff>(Boolean)</staff>        
       </visibility>     </ShippingMethod>    
   </ShippingMethods>   <Messages> 
     <Error> 
      <Message>(String)</Message>      
      <SeverityCode>(String)</SeverityCode>      
      <Description>(String)</Description>      
     </Error>    
     <Warning> 
      <Message>(String)</Message>      
      <SeverityCode>(String)</SeverityCode>      
     </Warning>    
   </Messages>
</GetShippingMethods>
JSON Response
{
  "ShippingMethods": {
    "ShippingMethod": [ {
      "id":"Integer",
      "name":"String",
      "description":"String",
      "status":"String",
      "visibility": {
        "customers":"Boolean",
        "ebay":"Boolean",
        "staff":"Boolean" 
}  
} ]  
} ,  "Messages": {
    "Error": [ {
      "Message":"String",
      "SeverityCode":"String",
      "Description":"String" 
} ] ,    "Warning": [ {
      "Message":"String",
      "SeverityCode":"String" 
} ]  
} 
}
	
	
		<ShippingMethods>
				
				
<ShippingMethod>
				
				
<visibility>
				
				
<Messages>
				
				
<Error>
				
				
<Warning>
				
				
	 
		
			
				If you are a vendor creating an integration with Neto by Maropost, we would like to hear from you!
				Contact Us