MC4WP_API_v3::get_ecommerce_store_cart PHP Méthode

get_ecommerce_store_cart() public méthode

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