Automattic\WooCommerce\Internal\Fulfillments\Providers

AmazonLogisticsShippingProvider::get_shipping_from_countriespublicWC 1.0

Gets the list of origin countries supported by Amazon Logistics.

Method of the class: AmazonLogisticsShippingProvider{}

No Hooks.

Returns

Array. Array of country codes.

Usage

$AmazonLogisticsShippingProvider = new AmazonLogisticsShippingProvider();
$AmazonLogisticsShippingProvider->get_shipping_from_countries(): array;

AmazonLogisticsShippingProvider::get_shipping_from_countries() code WC 10.3.3

public function get_shipping_from_countries(): array {
	return $this->operating_countries;
}