Package DE_EPAGES::Chronopost::API::Object::ShippingFulfillmentMethodChronopost
Class for shipping fulfillment connection
Base |
DE_EPAGES::ExternalShipping::API::Object::ShippingFulfillmentMethod |
Functions
areMandatoryShippingFieldsSet
Checks if mandatory shipping address fields are set into basket registration settings
Syntax |
$areMandatoryShippingFieldsSet = $ShippingFulfillmentMethod->areMandatoryShippingFieldsSet( ); |
Return |
|
featureName
Returns undef as no feature is connected to this ShippingFulfillmentMethod.
Syntax |
$FeatureName = $ShippingFulfillmentMethod->featureName; |
Return |
|
isUsable
Checks if ShippingFulfillmentMethod is usable
Syntax |
$isUsable = $ShippingFulfillmentMethod->isUsable( ); |
Return |
|
webserviceDoTransaction
Calls execution webservice for one transaction. Has to be implemented in child class, if ShippingFulfillmentType.IntegrationType=Webservice
Syntax |
($success, $errorMsg) = $ShippingFulfillmentMethod->webserviceDoTransaction( $Transaction ); |
Input |
|
Return |
|