Package DE_EPAGES::ExternalShipping::API::Object::ShippingFulfillmentMethod
object interface for ShippingFulfillmentMethod.
Base |
DE_EPAGES::Object::API::Object::Object |
Functions
className
Returns the class name, used for DAL access.
Syntax |
$ClassName = $ShippingFulfillmentMethod->className; |
Return |
|
dbPackage
Returns the database package, used for DAL access.
Syntax |
$DbPackage = $ShippingFulfillmentMethod->dbPackage; |
Return |
|
isLineItemSupported
Returns true if this lineitem type is supported by this shipping fulfillment method Used for filtering out lineitems that are not meant to be shipped.
Syntax |
$ShippingFulfillmentMethod->isLineItemSupported( $LineItem ); |
Input |
|
Return |
|
isUsable
Checks if ShippingFulfillmentMethod is usable
Syntax |
isUsable( ); |
Return |
|
newShippingLabel
Creates a new shipping label, using the class ShippingType.ShippingLabelClass. This label is saved to the folder 'ShippingLabels' Either an order or an order document can be provided as template to clone from.
Syntax |
$FulfillmentMethod->newShippingLabel( $Order ); $FulfillmentMethod->newShippingLabel( $OrderDocument ); |
Input |
|
Return |
|