Package DE_EPAGES::MRW::API::Object::ShippingFulfillmentMethodMRW
Class for shipping fulfillment connection
Base |
DE_EPAGES::ExternalShipping::API::Object::ShippingFulfillmentMethod |
Functions
featureName
Returns the feature name 'MRW'.
Syntax |
$FeatureName = $ShippingFulfillmentMethod->featureName; |
Return |
|
isUsable
Checks if ShippingFulfillmentMethod is usable
Syntax |
isUsable( ); |
Return |
|
webserviceDoTransaction
Calls execution webservice for one transaction. Has to be implemented in child class, if ShippingFulfillmentType.IntegrationType=Webservice
Syntax |
$ShippingFulfillmentMethod->webserviceDoTransaction( $Transaction ); |
Input |
|
webserviceValidateLabel
Calls validation webservice for one transaction. Has to be implemented in child class, if ShippingFulfillmentType.IntegrationType=Webservice
Syntax |
$ShippingFulfillmentMethod->webserviceValidateLabel( $ShippingLabel ); |
Input |
|
webserviceValidateTransaction
Calls validation webservice for one transaction. Has to be implemented in child class, if ShippingFulfillmentType.IntegrationType=Webservice
Syntax |
$ShippingFulfillmentMethod->webserviceValidateTransaction( $Transaction ); |
Input |
|