Category or type of a shipping module (e.g. express, standard, pick-up point). Used to classify shipping modules when listing available delivery options.
| Name | Type | Description | |
|---|---|---|---|
id
|
number
|
Unique numeric identifier for the ShippingModuleType. | |
name
|
string
|
The name for the ShippingModuleType. |
{
"shippingModuleType" : {
"id" : 12345,
"name" : "SPOD"
}
}
Category or type of a shipping module (e.g. express, standard, pick-up point). Used to classify shipping modules when listing available delivery options.
| Name | Type | Description | |
|---|---|---|---|
id
|
int
|
Unique numeric identifier for the ShippingModuleType. | |
name
|
string
|
The name for the ShippingModuleType. |
<shippingModuleType>
<id>...</id>
<name>SPOD</name>
</shippingModuleType>