Automattic\WooCommerce\Admin\Features\Fulfillments\Providers
AmazonLogisticsShippingProvider::get_shipping_from_countries
Gets the list of origin countries supported by Amazon Logistics.
Method of the class: AmazonLogisticsShippingProvider{}
No Hooks.
Returns
Array
Usage
$AmazonLogisticsShippingProvider = new AmazonLogisticsShippingProvider(); $AmazonLogisticsShippingProvider->get_shipping_from_countries(): array;
AmazonLogisticsShippingProvider::get_shipping_from_countries() AmazonLogisticsShippingProvider::get shipping from countries code WC 10.7.0
public function get_shipping_from_countries(): array {
return $this->operating_countries;
}