MC4WP_API_v3::get_ecommerce_store_carts PHP 메소드

get_ecommerce_store_carts() 공개 메소드

public get_ecommerce_store_carts ( string $store_id, array $args = [] ) : object
$store_id string
$args array
리턴 object
    public function get_ecommerce_store_carts($store_id, array $args = array())
    {
        $resource = sprintf('/ecommerce/stores/%s/carts', $store_id);
        return $this->client->get($resource, $args);
    }