You are here

public function PackageTypeInterface::getRemoteId in Commerce Shipping 8.2

Gets the package type remote ID.

Return value

string The package type remote ID, or "custom" if the package type was not predefined by the remote API.

1 method overrides PackageTypeInterface::getRemoteId()
PackageType::getRemoteId in src/Plugin/Commerce/PackageType/PackageType.php
Gets the package type remote ID.

File

src/Plugin/Commerce/PackageType/PackageTypeInterface.php, line 25

Class

PackageTypeInterface
Defines the interface for package types.

Namespace

Drupal\commerce_shipping\Plugin\Commerce\PackageType

Code

public function getRemoteId();