The external shipping provider behind a shipping module (e.g. GLS, DPD, DHL). Identifies the provider and its supported connection type.
| Name | Type | Description | |
|---|---|---|---|
id
|
number
|
Unique numeric identifier for the ShippingModuleProvider. | |
name
|
string
|
The name for the ShippingModuleProvider. | |
provider
|
string
|
The name for the Provider. | |
serviceType
|
string
|
The name for the service type. | |
moduleType
|
ShippingModuleType | The shipping module type that this provider belongs to. |
{
"shippingModuleProvider" : {
"id" : 12345,
"name" : "Standard",
"provider" : "ups",
"serviceType" : "standard",
"moduleType" : {
"id" : 12345,
"name" : "SPOD"
}
}
}
The external shipping provider behind a shipping module (e.g. GLS, DPD, DHL). Identifies the provider and its supported connection type.
| Name | Type | Description | |
|---|---|---|---|
id
|
int
|
Unique numeric identifier for the ShippingModuleProvider. | |
moduleType
|
ShippingModuleType | The shipping module type that this provider belongs to. | |
name
|
string
|
The name for the ShippingModuleProvider. | |
provider
|
string
|
The name for the Provider. | |
serviceType
|
string
|
The name for the service type. |
<shippingModuleProvider>
<id>...</id>
<name>Standard</name>
<provider>ups</provider>
<serviceType>standard</serviceType>
<moduleType>
<id>...</id>
<name>SPOD</name>
</moduleType>
</shippingModuleProvider>