ShippingModuleType Data Type

Category or type of a shipping module (e.g. express, standard, pick-up point). Used to classify shipping modules when listing available delivery options.

Available Since
1.3.0
Properties
Name Type Description
id number Unique numeric identifier for the ShippingModuleType.
name string The name for the ShippingModuleType.
ShippingModuleType (JSON)
{
  "shippingModuleType" : {
    "id" : 12345,
    "name" : "SPOD"
  }
}
ShippingModuleType Data Type

Category or type of a shipping module (e.g. express, standard, pick-up point). Used to classify shipping modules when listing available delivery options.

Available Since
1.3.0
Properties
Name Type Description
id int Unique numeric identifier for the ShippingModuleType.
name string The name for the ShippingModuleType.
ShippingModuleType (XML)
<shippingModuleType>
  <id>...</id>
  <name>SPOD</name>
</shippingModuleType>