MC4WP_API_v3::get_ecommerce_store_order PHP Метод

get_ecommerce_store_order() публичный Метод

public get_ecommerce_store_order ( string $store_id, string $order_id, array $args = [] ) : object
$store_id string
$order_id string
$args array
Результат object
    public function get_ecommerce_store_order($store_id, $order_id, array $args = array())
    {
        $resource = sprintf('/ecommerce/stores/%s/orders/%s', $store_id, $order_id);
        return $this->client->get($resource, $args);
    }