MC4WP_API_v3::update_ecommerce_store PHP 메소드

update_ecommerce_store() 공개 메소드

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