Cartalyst\Stripe\Api\Products::find PHP Method

find() public method

Retrieves an existing product.
public find ( string $productId ) : array
$productId string
return array
    public function find($productId)
    {
        return $this->_get("products/{$productId}");
    }