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>

Element Name Field Type
ShippingMethod ShippingMethodType

<ShippingMethod>

Element Name Field Type
id Integer
name String
description String
status String
visibility visibilityType

<visibility>

Element Name Field Type
customers Boolean
ebay Boolean
staff Boolean

<Messages>

Element Name Field Type
Error ErrorType
Warning WarningType

<Error>

Element Name Field Type
Message String
SeverityCode String
Description String

<Warning>

Element Name Field Type
Message String
SeverityCode String

If you are a vendor creating an integration with Maropost Commerce Cloud, we would like to hear from you!

Contact Us

Was this article useful?

Be notified when this page is updated. Optional.